daml/compiler
Moisés Ackerman a97f83e19d
Fix unstable package ids in the presence of data-dependencies (#14936)
* Add test case

* Restart UniqSupply on every call of setupDamlGHC

changelog_begin
- [data-dependencies] Fixed an issue where packages with data-dependencies would get non-deterministic package ids (`#14936 <https://github.com/digital-asset/daml/issues/14936>`__).
changelog_end
2022-09-06 17:53:10 +02:00
..
daml-extension update interface keywords in daml studio syntax file (#14759) 2022-08-19 11:02:15 +02: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 Better errors for non-record non-monomorphic viewtypes (#14932) 2022-09-05 15:50:00 +00:00
damlc Fix unstable package ids in the presence of data-dependencies (#14936) 2022-09-06 17:53:10 +02: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 Upgrade ghcide (#12579) 2022-01-26 16:00:20 +01:00
repl-service Speed up Daml repl startup (#13172) 2022-03-09 08:22:42 +00:00
scenario-service Disclosure testing invalid contract type 2022-08-09 18:45:44 +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.