daml/compiler
Moritz Kiefer 24722617c4
Make runActions return Return as soon as results are available (#1736)
* Make runActions return Return as soon as results are available

Previously, we were waiting for all rules to finish, in particular the
ofInterestRule. That doesn’t really make any sense, e.g., a goto
definition request should not be waiting for all scenarios to run.

The next step will be to change the LSP side such that requests and
notifications are processed in parallel where possible.
2019-06-18 14:08:13 +02:00
..
daml-lf-ast Remove useless version paramater from LF.World.initSelfWorld (#1601) 2019-06-12 11:55:27 +00:00
daml-lf-proto daml-lf: add enum pattern matching (#1506) 2019-06-04 22:25:22 +00:00
daml-lf-tools Add Pretty instances for everything in the DAML-LF AST (#1532) 2019-06-05 13:59:05 -04:00
haskell-ide-core Make runActions return Return as soon as results are available (#1736) 2019-06-18 14:08:13 +02:00
lsp-tests Unflake import cycle tests (#1647) 2019-06-13 14:27:38 +00:00
scenario-service Double gRPC limit in the scenario service (#1697) 2019-06-17 09:55:27 +02: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.