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

Tests scala local plugins, and makes it work properly on scala_sources targets #14512

Merged
merged 5 commits into from Feb 16, 2022

Conversation

chrisjrn
Copy link
Contributor

An actual test for the scalac_plugins field (and makes it work properly on generated targets)

…es` targets

# 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]
Christopher Neugebauer added 3 commits February 16, 2022 12:28
# 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]
# 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]
…n_tests

[ci skip-rust]

[ci skip-build-wheels]
Copy link
Sponsor Member

@stuhood stuhood left a comment

Choose a reason for hiding this comment

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

Thanks! Would appreciate if this one could wait for #14510 to land, as they'll likely conflict.

@@ -62,7 +62,7 @@ class Scalac(Subsystem):
)
.advanced()
.deprecated(
removal_version="2.12.0dev0",
removal_version="2.12.0.dev0",
Copy link
Sponsor Member

Choose a reason for hiding this comment

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

Oops. Looks like maybe we lost eager validation that these version strings are valid? Not sure if related to the new options system. cc @thejcannon

Copy link
Member

Choose a reason for hiding this comment

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

I'd be moderately surprised if that were true. The new options system acts as a passthrough, so if you're seeing the removal info when invoking ./pants help ... then the passthrough is working (and the rest of the machinery is firing like before)

…n_tests

[ci skip-rust]

[ci skip-build-wheels]
@chrisjrn chrisjrn enabled auto-merge (squash) February 16, 2022 22:04
@chrisjrn chrisjrn merged commit a67b137 into pantsbuild:main Feb 16, 2022
alonsodomin pushed a commit to alonsodomin/pants that referenced this pull request Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants