rules_closure icon indicating copy to clipboard operation
rules_closure copied to clipboard

Remove (deprecated) implicit outputs, part 1

Open Yannic opened this issue 4 years ago • 2 comments

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

See https://github.com/bazelbuild/bazel/issues/7977 for context.

Yannic avatar Jun 27 '20 23:06 Yannic

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 avatar Jun 29 '20 21:06 gkdn

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.

gkdn avatar Aug 06 '22 01:08 gkdn