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

Remove (deprecated) implicit outputs, part 1 #494

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Yannic
Copy link
Contributor

@Yannic Yannic commented Jun 27, 2020

The outputs parameter on the rule() function has been deprecated and
will be removed in a future version of Bazel.

See bazelbuild/bazel#7977 for context.

The `outputs` parameter on the `rule()` function has been deprecated and
will be removed in a future version of Bazel.

See bazelbuild/bazel#7977 for context.
@Yannic Yannic force-pushed the remove_deprecated_implicit_outputs_1 branch from 6255358 to 6b00b4a Compare June 27, 2020 23:36
@gkdn
Copy link
Collaborator

gkdn commented Jun 29, 2020

Taking a quick look at linked bug, it seems like it is still possible to preserve labeled output - otherwise it would be impractical to migrate for many.
Unless I'm missing something; preserving label output will help backward compatibility and reduce amount of changes in tests. Any reason not to do that?

@gkdn
Copy link
Collaborator

gkdn commented Aug 6, 2022

There hasn't been any activity in this PR for very long time.
Please let me know if there are any intentions to pursue this change. Otherwise I will close it.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants