daml/compiler/daml-lf-proto-decode
Paul Brauner fa8d1dc1be
Refactor LF decoding in the compiler (#17864)
* Refactor decoding in compiler

* remove obsolete comment

* factorize -decodeLf2Version and decodeLf1Version

* call the right decodeScenarioModule depending on the target LF version, update incremental build tests

* split encoding into two modules, call the right encodeScenarioModule in writeDalfFile

* delegate to EncodeV2.hs in Encode.hs

* remove noisy type signature, was there initially to guide me but I think it adds more confusions than it clears up things
2023-11-21 15:41:09 +00:00
..
src/DA/Daml/LF/Proto3 Refactor LF decoding in the compiler (#17864) 2023-11-21 15:41:09 +00:00
BUILD.bazel Refactor LF decoding in the compiler (#17864) 2023-11-21 15:41:09 +00:00
daml-lf-proto-decode.cabal Refactor LF decoding in the compiler (#17864) 2023-11-21 15:41:09 +00:00