daml/compiler/damlc/daml-opts
Robin Krom 6cf3a5276f
language: introduce data-imports (#3399)
* language: introduce data-imports

Right now the user experience for importing dalfs and dars from
different sdks is quiet confusing. This PR tries to solve this. We add
an additional field `data-imports` to daml.yaml. These imports can come
from different SDK's and we will generate interface files containing the
data types and their Template instances.

This also simplifies the migration command, as it now always imports the
respective packages as `data-imports`.
2019-11-08 16:32:30 +01:00
..
daml-opts/DA/Daml Add support for on-disk incremental builds in damlc build (#3378) 2019-11-07 16:56:42 +00:00
daml-opts-types/DA/Daml/Options language: introduce data-imports (#3399) 2019-11-08 16:32:30 +01:00
BUILD.bazel Add a CPP flag for each available DAML-LF feature. (#2896) 2019-09-16 11:34:02 +01:00