daml/compiler
dylant-da cedb09825a
Only report coverage for package-local choices/templates (#15150)
* Only report coverage for package-local choices/templates, add extra info

* Unify information for printTestCoverage

* Extract modules from all packages & local modules, not just tested ones

* Create reports about local/external choices/templates

* Remove unnecessary reporting

* Report local package coverage, external package coverage, all coverage

* Refactor printReport

* fix test, satisfy changelog check

CHANGELOG_BEGIN
CHANGELOG_END

* Fix another test

* Fix wording to `defined in local/external package`

* Check coverage against all modules in scope, not just tested modules

* Fix wording again, back to local/external modules - more accurate

* Replace TemplateInfo with Qualified Template
2022-10-11 15:57:36 +00:00
..
daml-extension npm resolutions for daml extension (#15203) 2022-10-11 11:42:36 +00:00
daml-lf-ast Data.NameMap: remove runtime check on HOF name changes (#14907) 2022-09-02 14:36:29 +00:00
daml-lf-proto Desugar guards compatibly with 1.15/1.dev split (#14773) 2022-08-25 14:20:03 +01:00
daml-lf-reader hunt down DAML (#13191) 2022-03-08 14:25:25 +01:00
daml-lf-tools Improve EExpectedViewType (#15048) 2022-09-26 14:38:12 +00:00
damlc Only report coverage for package-local choices/templates (#15150) 2022-10-11 15:57:36 +00: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 Daml Studio: Suggested type signatures no longer qualify HasField typeclass (#15106) 2022-09-28 10:38:32 +00:00
repl-service [engine] avoid construction of unrestricted speedy expression applications (#15079) 2022-09-26 14:33:51 +01:00
scenario-service Final step of explicit disclosure cached contract refactor 2022-09-21 18:12:55 +01:00
README.md Daml case and logo (#8433) 2021-01-08 12:50:15 +00: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.