-
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
Publish daml-lf encoder, parser and error-test-lib [KVL-1424] #13730
Conversation
CHANGELOG_BEGIN CHANGELOG_END
@@ -41,7 +41,6 @@ da_scala_library( | |||
name = "error-test-utils", | |||
srcs = glob(["src/test/utils/**/*.scala"]), | |||
scala_deps = [], | |||
tags = ["maven_coordinates=com.daml:error-test-package:__VERSION__"], |
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.
I don't think we used it.
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.
We do not want the encoder to be publicly available. The main reasons are :
- We want to discourage as much as possible people to create production dars without passing through
damlc
. - We do not want to offer any grantee about the encoder, to anybody outside DA.
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.
On reflection, I will let you publish the libraries.
I add two comments to make it explicit we do no provide any guarantees those two libraries.README.md
I double-checked and we need all these 3 libraries to re-enable tests in kvutils.