-
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
Get rid of deprecated components #12167
Conversation
Removes: - mentions of the Node.js bindings - mentions of the Scala bindings - usage of the Scala codegen as an SDK tool - Java bindings "reactive components" changelog_begin The Node.js bindings are no longer supported as part of the Daml SDK The Scala bindings are no longer supported as part of the Daml SDK The Java bindings reactive components are no longer supported as part of the Daml SDK The `daml codegen` command has dropped support for Scala changelog_end
I want to see non-deprecated components burn as well |
Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
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 great, thanks!
...odegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/conf/CodegenConfigReader.scala
Show resolved
Hide resolved
Should this be 🔥 as well: https://github.com/digital-asset/daml/blob/main/daml-assistant/daml-helper/src/DA/Daml/Helper/Main.hs#L244 ? |
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.
LGTM , couple of minor comments
I'll remove it, thanks for making me notice that. 🙇🏻 |
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.
requesting changes until we publish a standalone JAR for the scala codegen.
Should be addressed by 0b44000, let me know if it looks in order. 🙇🏻 |
@oliverse-da FYI from the next snapshot (which I believe won't be cut before next year) you should use the standalone Scala codegen JAR instead of |
Thanks for the heads-up @stefanobaghino-da - this means we will use the I.e. based on what I have prototyped and tested successfully here: https://github.com/DACH-NY/canton/pull/8114/files#diff-486adab54dc0e9a504950abc7f803ca7833458c1883e114101905a992480a782R426-R444 |
Not quite, you’ll have to adapt to |
Removes:
changelog_begin
The Node.js bindings are no longer supported as part of the Daml SDK
The Scala bindings are no longer supported as part of the Daml SDK
The Java bindings reactive components are no longer supported as part of the Daml SDK
The
daml codegen
command has dropped support for Scalachangelog_end
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.