mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
fa0815bc11
* Pretty print daml.yaml in Daml ledger export changelog_begin changelog_end * Use dynamic port in example-export generation * Add daml.yaml to Daml ledger export golden test * Sort data-dependencies for reproducibility * Replace hashes in data-dependencies with a placeholder To avoid test failure when any of these change. * normalize data-dependencies path in scala client So that the bazel build action is more reproducible itself. * Fix Scala 2.12 build * Factor out deleteRecursively changelog_begin changelog_end * Generate ledger export in temp-dir Build actions are not sandboxed in Windows. The ledger export will also created a directory `deps` to store all the DALFs in. On Windows this directory may persist across Bazel builds and may cause errors due to attempts to overwrite an existing directory. To avoid these issues the ledger export is generated into a temporary directory and only the wanted files are moved to the expected output locations in the bazel execroot afterwards. * Close source * Use replace instead of replaceFirst The latter matches regex pattern instead of just substring matching which fails with Windows paths due to `\` being interpreted as an escape character. * Normalize Windows \ to Unix / Co-authored-by: Andreas Herrmann <andreas.herrmann@tweag.io> |
||
---|---|---|
.. | ||
auth-middleware | ||
export | ||
images | ||
ledger-api-test-tool | ||
navigator | ||
profiler/images | ||
trigger-service | ||
assistant.rst | ||
codegen.rst | ||
extractor.rst | ||
non-repudiation.rst | ||
profiler.rst | ||
sandbox.rst | ||
visual.rst |