-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate 'controller ... can' syntax #11363
Conversation
87b9546
to
6135604
Compare
88e1a5a
to
c7e94c4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
language-support/java/codegen/src/ledger-tests/daml/Stakeholders.daml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work thank you!
A few minor comments + 2 things:
- Note that we only want this in Daml 2.0 so this needs to be merged only after 1.18.0 (probably mid next week so you don’t have to wait long).
- This should have a changelog entry mentioning the implicit observer behavior.
language-support/java/codegen/src/ledger-tests/daml/Stakeholders.daml
Outdated
Show resolved
Hide resolved
431ec6a
to
b638d26
Compare
Current status:
I also prefixed the PR name with |
5fb9ae0
to
9d1f3b0
Compare
Failed on
|
Can you try rebasing? That looks like it might be due to some weird inconsistency with the work Robin has been doing. |
9d1f3b0
to
da2621d
Compare
2442a9c
to
3f738bf
Compare
e571cc2
to
bed170a
Compare
8434ab1
to
d3e7633
Compare
51181ca
to
c182092
Compare
d3e7633
to
53bd98a
Compare
fb52dd2
to
91c9eb5
Compare
part of #11317 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
Also fixed some literalinclude snippets to use blocks instead of line numbers part of #11317
91c9eb5
to
f3ec1cc
Compare
DA GHC PR: digital-asset/ghc#79
Should close #11317
Pull Request Checklist
CHANGELOG_BEGIN
andCHANGELOG_END
tagsNOTE: CI is not automatically run on non-members pull-requests for security
reasons. The reviewer will have to comment with
/AzurePipelines run
totrigger the build.