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

Deprecate legacy action APIs #3172

Merged
merged 1 commit into from
Jun 3, 2022

Conversation

fmeum
Copy link
Member

@fmeum fmeum commented Jun 3, 2022

The asm, compile, cover, and pack actions on go_context are no longer
used by rules_go itself and not covered by any tests. Unless there is
a very strong use case for them in our user base and someone steps up
to contribute test coverage, these are marked for removal in version
0.36.0.

This commit prints a warning if any of the deprecated actions is
invoked.

Note: cover has already been removed in 0.32.0.

Related to #3168

@fmeum
Copy link
Member Author

fmeum commented Jun 3, 2022

@achew22

The asm, compile, cover, and pack actions on go_context are no longer
used by rules_go itself and not covered by any tests. Unless there is
a very strong use case for them in our user base and someone steps up
to contribute test coverage, these are marked for removal in version
0.36.0.

This commit `print`s a warning if any of the deprecated actions is
invoked.

Note: `cover` has already been removed in 0.32.0.
@fmeum fmeum force-pushed the legacy-actions-deprecation branch from 5332e8d to 51ddf60 Compare June 3, 2022 12:23
@achew22 achew22 merged commit e43a3bc into bazel-contrib:master Jun 3, 2022
@fmeum fmeum deleted the legacy-actions-deprecation branch June 3, 2022 16:47
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.

2 participants