daml/extractor
Moisés Ackerman 0b79d8ae7c
Deprecate 'controller ... can' syntax (#11363)
Closes #11317

* Add warning for uses of 'controller ... can' syntax

* Remove uses of 'controller ... can' syntax

* Add test cases for -W{,no-}controller-can

* Update docs to reflect 'controller ... can' syntax deprecation

changelog_begin
* Deprecate 'controller ... can' syntax.
  * It will be removed in a future version of Daml.
  * Instead, use 'choice ... with ... controller' syntax. Note that this does not implictly add the controller as an observer, so it must be added explictly as one (or as a signatory).
changelog_end
2021-12-01 13:36:04 +01:00
..
bin fix (some) copyright headers (#8422) 2021-01-07 11:48:59 +01:00
src Deprecate 'controller ... can' syntax (#11363) 2021-12-01 13:36:04 +01:00
.gitignore open-sourcing daml 2019-04-04 09:33:38 +01:00
BUILD.bazel Fix sandbox database config in script & trigger tests (#11655) 2021-11-12 06:18:12 +00:00
extractor.bzl Add cpu:2 tag to extractor tests (#11697) 2021-11-15 11:39:05 +00:00