mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
9aa68cac4f
Previously we assumed that the module name was globally unique in the DAR which is definitely not guaranteed. Now we instead detect the package id of the trigger library based on the type of the trigger we are running which doesn’t fall apart if there are multiple versions of the trigger library. I’ve also removed the check for the package id of the trigger library since I’d like the trigger runner to be backwarts compatible from now on (we didn’t break that in a while). This is slightly ugly since the Runner class is currently not specific to a single trigger but only the individual methods are aware of the specific trigger identifier. I’ll refactor this in a separate PR. changelog_begin changelog_end |
||
---|---|---|
.. | ||
src | ||
test-model | ||
BUILD.bazel |