daml/daml-assistant/daml-sdk
Moritz Kiefer 142767c421
Split daml test-script code into a separate library (#9674)
Currently we have the following dependency chain:

1. The compiler depends on the scenario service for daml test
2. The scenario service depends on Daml Script
3. Daml Script depends on the Sandbox code only for daml test-script

The last one can easily be split. The scenario service does not care
about this code.

This means that now if we change ledger code, at least not all
compiler tests are going to rerun.

Verified that this actually breaks the dependency fully via

```
bazel query 'somepath(//compiler/damlc/tests:packaging, //ledger/participant-integration-api/...)'
```

changelog_begin
changelog_end
2021-05-13 12:58:31 +02:00
..
src/main Add daml export script command to Daml assistant (#9414) 2021-04-16 10:53:49 +00:00
BUILD.bazel Move Daml Profiler to EE version of sandbox/sandbox-classic (#9054) 2021-03-09 19:35:14 +01:00
util.bzl Split daml test-script code into a separate library (#9674) 2021-05-13 12:58:31 +02:00
validate.sh Expose Oracle support in the EE trigger service (#9342) 2021-04-08 14:50:47 +02:00