daml/daml-script/test
Andreas Herrmann 8527ec4c4b
Infer daml-script package id from script (#5076)
* Factor out common identifier generation

For `DA.Types`, `DA.Internal.Any`, and `Daml.Script`.

* Factor out Script type for DAML scripts

* Adapt DAML script test runners

* Adapt REPL

CHANGELOG_BEGIN
CHANGELOG_END

* ./fmt.sh

* Avoid `unapply`

addressing
https://github.com/digital-asset/daml/pull/5076#discussion_r394526881

* Pure Script.fromIdentifier

* Pure Script.fromDar

* Simplify test script discovery

Co-authored-by: Andreas Herrmann <andreas.herrmann@tweag.io>
2020-03-19 11:59:06 +00:00
..
daml Wrap Script in StateT to make evaluation order a bit less important (#4869) 2020-03-06 13:42:11 +01:00
src Infer daml-script package id from script (#5076) 2020-03-19 11:59:06 +00:00
BUILD.bazel sandbox: Fail to start if a time mode is not explicitly specified. (#5033) 2020-03-18 08:25:03 +00:00
daml-script-test-runner.sh Wrap Script in StateT to make evaluation order a bit less important (#4869) 2020-03-06 13:42:11 +01:00