Skip to content
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

Merged
merged 3 commits into from
Apr 29, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions daml-lf/encoder/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ da_scala_library(
"@maven//:org_scalaz_scalaz_core",
],
scalacopts = lf_scalacopts,
tags = ["maven_coordinates=com.daml:daml-lf-encoder:__VERSION__"],
remyhaemmerle-da marked this conversation as resolved.
Show resolved Hide resolved
visibility = ["//visibility:public"],
deps = [
"//daml-lf/archive:daml_lf_1.dev_archive_proto_java",
Expand Down
1 change: 1 addition & 0 deletions daml-lf/parser/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ da_scala_library(
"@maven//:org_scalaz_scalaz_core",
],
scalacopts = lf_scalacopts_stricter,
tags = ["maven_coordinates=com.daml:daml-lf-parser:__VERSION__"],
visibility = [
"//daml-lf:__subpackages__",
"//ledger:__subpackages__",
Expand Down
2 changes: 1 addition & 1 deletion ledger/error/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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__"],
Copy link
Collaborator Author

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.

visibility = ["//:__subpackages__"],
deps = [
":error",
Expand All @@ -62,6 +61,7 @@ da_scala_library(
"@maven//:org_scalatest_scalatest_matchers_core",
"@maven//:org_scalatest_scalatest_shouldmatchers",
],
tags = ["maven_coordinates=com.daml:error-test-lib:__VERSION__"],
visibility = ["//ledger:__subpackages__"],
deps = [
"//ledger/error",
Expand Down
6 changes: 6 additions & 0 deletions release/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
type: jar-scala
- target: //daml-lf/data-scalacheck:data-scalacheck
type: jar-scala
- target: //daml-lf/encoder:encoder
type: jar-scala
- target: //daml-lf/engine:engine
type: jar-scala
- target: //daml-lf/interface:interface
Expand All @@ -27,6 +29,8 @@
type: jar-scala
- target: //daml-lf/language:language
type: jar-scala
- target: //daml-lf/parser:parser
type: jar-scala
- target: //daml-lf/scenario-interpreter:scenario-interpreter
type: jar-scala
- target: //daml-lf/snapshot:snapshot_proto_jar
Expand Down Expand Up @@ -251,5 +255,7 @@
type: jar-scala
- target: //ledger/error:error
type: jar-scala
- target: //ledger/error:error-test-lib
type: jar-scala
- target: //ledger/error/generator:lib
type: jar-scala