-
Notifications
You must be signed in to change notification settings - Fork 204
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 Interface Methods (PoC) #11006
Milestone
Comments
6 tasks
sofiafaro-da
added a commit
that referenced
this issue
Sep 24, 2021
Part of #11006. This leaves typechecker and LF conversion for later, on the haskell side. changelog_begin changelog_end
sofiafaro-da
added a commit
that referenced
this issue
Sep 27, 2021
* interface methods: Haskell AST for methods Part of #11006. This leaves typechecker and LF conversion for later, on the haskell side. changelog_begin changelog_end * Forgot ECallInterface in DecodeV1 * fix a test
sofiafaro-da
added a commit
that referenced
this issue
Sep 27, 2021
part of #11006 changelog_begin changelog_end
6 tasks
sofiafaro-da
added a commit
that referenced
this issue
Sep 27, 2021
part of #11006 changelog_begin changelog_end
sofiafaro-da
added a commit
that referenced
this issue
Sep 29, 2021
Part of #11006 This PR takes care of the Scala AST and decoder. It leaves the encoder, type checker, and speedy for later. changelog_begin changelog_end
This was referenced Sep 29, 2021
sofiafaro-da
added a commit
that referenced
this issue
Sep 29, 2021
Part of #11006 This PR takes care of the Scala AST and decoder. It leaves the encoder, type checker, and speedy for later. changelog_begin changelog_end
sofiafaro-da
added a commit
that referenced
this issue
Sep 29, 2021
Part of #11006 changelog_begin changelog_end
mergify bot
pushed a commit
that referenced
this issue
Sep 29, 2021
* interface methods: Scala AST Part of #11006 This PR takes care of the Scala AST and decoder. It leaves the encoder, type checker, and speedy for later. changelog_begin changelog_end * scalafmt * AstRewriter
mergify bot
pushed a commit
that referenced
this issue
Sep 30, 2021
* interface methods: Scala AST Part of #11006 This PR takes care of the Scala AST and decoder. It leaves the encoder, type checker, and speedy for later. changelog_begin changelog_end * scalafmt * AstRewriter * interface methods: Speedy Part of #11006 changelog_begin changelog_end * scalafmt * Remove InterfaceMethods test * Update daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/DecodeV1.scala Co-authored-by: Remy <remy.haemmerle@daml.com> Co-authored-by: Remy <remy.haemmerle@daml.com>
sofiafaro-da
added a commit
that referenced
this issue
Sep 30, 2021
Part of #11006. I tried to match the behavior of the Haskell typechecker. changelog_begin changelog_end
6 tasks
mergify bot
pushed a commit
that referenced
this issue
Sep 30, 2021
* interface methods: Scala Typechecker Part of #11006. I tried to match the behavior of the Haskell typechecker. changelog_begin changelog_end * scalafmt * Fix type
Reopening since there are still some TODOs in the scala encoder and validation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: