daml/daml-assistant/integration-tests
Robin Krom 29424af721
language: dalf imports and a test (#3176)
* language: dalf imports and a test

This adds the possibility to directly import dalfs in a project. We test
that we can import the `simple-dalf` in the daml-assistant integation
tests. For now we only check that data type generation works, not yet
the template instance.

The following was fixed: When rewriting package self references, this
changes the hash of the package later on and leads to different package
hashes. Also we need to be careful to write the orignal binary
representation to this and not re-encode it because the encoding might
have changed with a different sdk.

* addressing moritz's comments.

* windows doesnt like bazel paths
2019-10-15 17:20:53 +02:00
..
src language: dalf imports and a test (#3176) 2019-10-15 17:20:53 +02:00
BUILD.bazel language: dalf imports and a test (#3176) 2019-10-15 17:20:53 +02:00