daml/compiler
Robin Krom 0c72d07f27
damlc: fix: catch UserError instead IOException (#8850)
* damlc: fix: catch UserError instead  IOException

When the package-db metadata can not be parsed, an exception is thrown
and needs to be catched.  Previously we were catching IOException, but
in this case it's actually a UserError that is thrown.

CHANGELOG_BEGIN
CHANGELOG_END
2021-02-15 19:16:37 +01:00
..
daml-extension Daml case and logo (#8433) 2021-01-08 12:50:15 +00:00
daml-lf-ast Add --target=1.12 support in the compiler. (#8673) 2021-01-29 12:41:21 +00:00
daml-lf-proto Upgrade nixpkgs (#8190) 2021-02-08 11:12:07 +00:00
daml-lf-reader update copyright notices for 2021 (#8257) 2021-01-01 19:49:51 +01:00
daml-lf-tools data-deps: Dont let defaults leak constraints. (#8833) 2021-02-12 15:44:29 +00:00
daml-lf-verify Upgrade nixpkgs (#8190) 2021-02-08 11:12:07 +00:00
damlc damlc: fix: catch UserError instead IOException (#8850) 2021-02-15 19:16:37 +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 ghcide: cached goto definitions (#8751) 2021-02-04 21:05:12 +01:00
repl-service Upgrade nixpkgs (#8190) 2021-02-08 11:12:07 +00:00
scenario-service Support exceptions in speedy. (#8612) 2021-02-15 11:07:12 +00: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.