You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable disable upload disallow for interface/exception upgrades (#20636)
Compiler-side flags let you disable this error, so the upload checker
should allow it, otherwise we have a situation where the upload checks
are stricter than the compiler checks.
update canton to dc96c4ab (#20604)
* sync the code drop to canton dc96c4aba3ca2cb14bd3ca480cfe638646464486
* fix fmt.sh
* fix pre-commit config
* fix canton/BUILD.bazel
Data dependency exports fix backport (#20601)
* Fix exports for data dependencies (#20354)
* Fix exports for data dependencies
* Update platform independence
* Fix generated exports
* Fix reexport only data deps, rename exports def
* Fix various issues with exports
* Change to be forward backwards compatible when building old LF versions
* Update dar hashes
* Use old style exports for stdlib + prim
* Small cleanup, add test
* Add `--ignore-data-deps-visibility` flag
* Fix DamlScriptTestRunner following #20337
* Address comments from #20354
* Update from comments
Added val with all metric qualifications (#20418)
Before this change, we had to refer to each qualification individually in order to refer to all of them. Now, there is a list of qualifiations that can be used instead.