mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
7df9758c2f
Previously data-dependencies in the generated daml.yaml file had a path including the output-dir path itself. E.g. ``` data-dependencies: - /some/out/path/deps/some.dalf ``` This worked fine so long as the output path was absolute. However, if the output path is a relative path, then it might lead to "no such file" errors during daml build. This change always makes the generated data-dependencies paths relative to the daml.yaml file. changelog_begin - [Daml export] The generated paths to data-dependencies DALFs are now relative to the generated daml.yaml. Fixes https://github.com/digital-asset/daml/issues/10378. changelog_end Co-authored-by: Andreas Herrmann <andreas.herrmann@tweag.io> |
||
---|---|---|
.. | ||
converter | ||
daml | ||
export | ||
runner | ||
test |