daml/release
Moritz Kiefer 9aa68cac4f
Fix detection of package ids for triggers (#5016)
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
2020-03-16 16:13:42 +01:00
..
src Fix detection of package ids for triggers (#5016) 2020-03-16 16:13:42 +01:00
windows-installer update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
artifacts.yaml Spin-off BuildInfo into its own (micro-)library (#5004) 2020-03-16 09:04:00 +01:00
BUILD.bazel introduce new release process (#4513) 2020-02-25 17:01:23 +01:00
install.bat update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
install.sh update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
RELEASE.md add commands to extract relevant changelogs (#4905) 2020-03-10 12:45:31 +01:00
sdk-config.yaml.tmpl Remove experimental note about DAML script from daml --help (#4917) 2020-03-10 11:26:46 +00:00
util.bzl introduce new release process (#4513) 2020-02-25 17:01:23 +01:00