daml/compiler/daml-lf-tools
Sofia Faro 33df124d84
Throw exceptions directly. (#8320)
* Update protobuf to throw exceptions directly.

Part of #8020. This PR changes the exception protobuf and AST (Haskell
side) to make exceptions be thrown directly via a primitive expression
(EThrow), instead of wrapping them up via AnyException.

changelog_begin
changelog_end

* Rename MakeAnyException to ToAnyException

* update EToAnyException field names

* Missing stuff

* missing scala case

* Make AnyException unserializable

* reindex protobuf builtins

* meaningless change

* refrobulate

* change pretty
2020-12-17 14:14:46 +00:00
..
src/DA/Daml/LF Throw exceptions directly. (#8320) 2020-12-17 14:14:46 +00:00
tests/DA/Daml/LF/Simplifier Update protobuf for exceptions. (#8087) 2020-11-30 10:42:17 +00:00
BUILD.bazel Add some tests for constant lifting. (#6519) 2020-06-29 17:25:38 +01:00