-
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
Daml Interfaces PoC #10810
Milestone
Comments
remyhaemmerle-da
added a commit
that referenced
this issue
Sep 9, 2021
this is part of #10810 CHANGELOG_BEGIN CHANGELOG_END
6 tasks
remyhaemmerle-da
added a commit
that referenced
this issue
Sep 10, 2021
this is part of #10810 CHANGELOG_BEGIN CHANGELOG_END
ghost
mentioned this issue
Sep 14, 2021
6 tasks
cocreature
added a commit
that referenced
this issue
Sep 16, 2021
part of #10810 changelog_begin changelog_end
cocreature
added a commit
that referenced
this issue
Sep 16, 2021
part of #10810 changelog_begin changelog_end
cocreature
added a commit
that referenced
this issue
Sep 16, 2021
part of #10810 changelog_begin changelog_end
6 tasks
cocreature
added a commit
that referenced
this issue
Sep 16, 2021
* Separate exercise & fetch for interfaces from templates part of #10810 changelog_begin changelog_end * Update compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Base.hs Co-authored-by: Sofia Faro <[email protected]> * Update compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Base.hs Co-authored-by: Sofia Faro <[email protected]> Co-authored-by: Sofia Faro <[email protected]>
sofiafaro-da
added a commit
that referenced
this issue
Sep 20, 2021
Part of #10810 changelog_begin changelog_end
6 tasks
mergify bot
pushed a commit
that referenced
this issue
Sep 20, 2021
* interfaces: Add to/from_interface in proto Part of #10810 changelog_begin changelog_end * fix typo
sofiafaro-da
added a commit
that referenced
this issue
Sep 20, 2021
Part of #10810 changelog_begin changelog_end
6 tasks
sofiafaro-da
added a commit
that referenced
this issue
Sep 21, 2021
Part of #10810 changelog_begin changelog_end
6 tasks
sofiafaro-da
added a commit
that referenced
this issue
Sep 21, 2021
Part of #10810 changelog_begin changelog_end
6 tasks
mergify bot
pushed a commit
that referenced
this issue
Sep 21, 2021
Part of #10810 changelog_begin changelog_end
sofiafaro-da
added a commit
that referenced
this issue
Sep 22, 2021
Part of #10810 - Implemented ToInterface, FromInterface in speedy - Added a test that exercises and fetches an interface - Fixed a bug in SBUChoiceInterface Hey, interfaces work now! changelog_begin changelog_end
6 tasks
sofiafaro-da
added a commit
that referenced
this issue
Sep 22, 2021
Part of #10810 - Implemented ToInterface, FromInterface in speedy - Added a test that exercises and fetches an interface - Fixed a bug in SBUChoiceInterface Hey, interfaces work now! changelog_begin changelog_end
sofiafaro-da
added a commit
that referenced
this issue
Sep 23, 2021
Adds protobuf definitions for interface methods and calling them. Encoders/decoders just ignore the extra stuff or error out. Part of #10810 (maybe) changelog_begin changelog_end
6 tasks
sofiafaro-da
added a commit
that referenced
this issue
Sep 23, 2021
* interface methods: Add protobuf Adds protobuf definitions for interface methods and calling them. Encoders/decoders just ignore the extra stuff or error out. Part of #10810 (maybe) changelog_begin changelog_end * Update issue numbers where appropriate * update stable protos
remyhaemmerle-da
added a commit
that referenced
this issue
Sep 23, 2021
This is part of #10810 We handle only the case of Exercise as Fetch is currenlty used only by Canton CHANGELOG_BEGIN CHANGELOG_END
6 tasks
remyhaemmerle-da
added a commit
that referenced
this issue
Sep 23, 2021
This is part of #10810 We handle only the case of Exercise as Fetch is currenlty used only by Canton CHANGELOG_BEGIN CHANGELOG_END
remyhaemmerle-da
added a commit
that referenced
this issue
Sep 23, 2021
This is part of #10810 We handle only the case of Exercise as Fetch is currenlty used only by Canton CHANGELOG_BEGIN CHANGELOG_END
mergify bot
pushed a commit
that referenced
this issue
Sep 23, 2021
This is part of #10810 We handle only the case of Exercise as Fetch is currenlty used only by Canton CHANGELOG_BEGIN CHANGELOG_END
sofiafaro-da
added a commit
that referenced
this issue
Nov 4, 2021
This PR adds a lazy map to match fixed choice names to their interface, to improve the worst case for choice lookup. Part of #10810 changelog_begin changelog_end
7 tasks
sofiafaro-da
added a commit
that referenced
this issue
Nov 4, 2021
* interfaces: Improve fixed choice lookup This PR adds a lazy map to match fixed choice names to their interface, to improve the worst case for choice lookup. Part of #10810 changelog_begin changelog_end * scalafmt * apply improvements from remy
akrmn
added a commit
that referenced
this issue
Nov 8, 2021
akrmn
added a commit
that referenced
this issue
Nov 8, 2021
I think this issue has served its purpose, closing in favor of more specific ones. |
akrmn
added a commit
that referenced
this issue
Nov 8, 2021
* Remove virtual choices * Remove choices without a body in 'interface' definition * Remove choices in 'template ... implements' section part of #11372 changelog_begin changelog_end * Remove virtual choices cont. Switch uses of virtual choices to fixed choice with method implementation * update snapshot after pin on windows * Disable failing interface tests with TODO #10810
7 tasks
sofiafaro-da
added a commit
that referenced
this issue
Nov 29, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Will add details later for now I just need an issue number to reference in TODOs.
exerciseCmd
(and maybe more)exerciseCmd
(we probably get that for free via the previous point)The text was updated successfully, but these errors were encountered: