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

Adds jvm_jdk field to protobufs when the Scala backend is enabled #14891

Merged

Conversation

chrisjrn
Copy link
Contributor

@chrisjrn chrisjrn commented Mar 23, 2022

Registers the jvm_jdk field on protobuf sources for the scala version

Closes #14869

# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]
@chrisjrn chrisjrn requested a review from tdyas March 23, 2022 18:55
@chrisjrn chrisjrn added the bug label Mar 23, 2022
@chrisjrn chrisjrn added the category:bugfix Bug fixes for released features label Mar 23, 2022
@chrisjrn chrisjrn merged commit 1af02d2 into pantsbuild:main Mar 23, 2022
@chrisjrn chrisjrn deleted the chrisjrn/14869-nice-scala-jdk-field branch March 23, 2022 21:21
chrisjrn pushed a commit to chrisjrn/pants that referenced this pull request Mar 23, 2022
…antsbuild#14891)

Registers the `jvm_jdk` field on protobuf sources for the scala version

Closes pantsbuild#14869

(cherry picked from commit 1af02d2)

# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
chrisjrn pushed a commit that referenced this pull request Mar 24, 2022
…14891) (#14894)

Registers the `jvm_jdk` field on protobuf sources for the scala version.

Closes #14869.
Copy link
Contributor

@Eric-Arellano Eric-Arellano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm certainly missing context, but: should this be registered in the Java codegen backends too?

@chrisjrn
Copy link
Contributor Author

@Eric-Arellano It is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug category:bugfix Bug fixes for released features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

codegen: Scala codegen fails with missing jdk field
3 participants