daml/compiler
Rohan Jacob-Rao 094214aa55 Notify IDE users about new daml-driven blog posts (#3623)
* Successfully parse rss xml and find latest blog post object

* Show notification with link to blog (on every ide startup...)

* Only show blog post if not seen before

* Formatting

CHANGELOG_BEGIN

- [SDK] Notify IDE users about new daml-driven blog posts

CHANGELOG_END

* Add setting for user to opt out of notifications

* Use await rather than then

* Catch and swallow exceptions

* Another await and minor cleanup
2019-11-26 19:34:56 +00:00
..
daml-extension Notify IDE users about new daml-driven blog posts (#3623) 2019-11-26 19:34:56 +00:00
daml-lf-ast daml-lf: rename Map to TextMap in archive proto (#3589) 2019-11-25 12:14:57 +00:00
daml-lf-proto daml-lf: rename Map to TextMap in archive proto (#3589) 2019-11-25 12:14:57 +00:00
daml-lf-reader language: parse sdk version from manifest (#3262) 2019-10-28 17:45:06 +01:00
daml-lf-tools daml-lf: rename Map to TextMap in archive proto (#3589) 2019-11-25 12:14:57 +00:00
daml-licenses Remove dead dependency on jboss logging library (#3333) 2019-11-05 11:36:43 +01:00
damlc language: upgrades: prefix stdlib imports everywhere. (#3633) 2019-11-26 19:28:11 +01:00
ghcide Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
hie-core Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
lsp-tests Replace Hazel by stack_snapshot (#2743) 2019-11-22 14:24:08 +00:00
scenario-service Replace Hazel by stack_snapshot (#2743) 2019-11-22 14:24:08 +00:00
ghcide-daml.sh Replace Hazel by stack_snapshot (#2743) 2019-11-22 14:24:08 +00:00
README.md open-sourcing daml 2019-04-04 09:33:38 +01:00

DAML Compiler

This directory contains several libraries used by and the executable for the DAML compiler.

Libraries

  • daml-lf-ast: The DAML-LF AST and type checker.