rules_license
rules_license copied to clipboard
Add rules_testing to workspace so we can continue to test against older Bazel versions.
## Expected Behavior When using the `gather_metadata_info` aspect, the generated `TransitiveMetadataInfo` should have all fields populated. ## Actual Behavior Only `deps`, `licenses`, and `traces` are populated. ## Steps to Reproduce...
The readme says > WARNING: The code here is still in active initial development and will churn a lot. But a 1.0.0 version was just released so I think this...
stardoc has no mechanism to propgate up docstrings from an implementation rule to a wrapper around it (e.g _license vs. license) - So I built a post processor that does...
katre@ is working on exec platform resolution improvements. As part of that we want to switch `license()` rules [from the exec configuration](https://github.com/bazelbuild/bazel/blob/1e5e75e401d6311371578e0fdf5dc47a9443b005/src/main/java/com/google/devtools/build/lib/analysis/BaseRuleClasses.java#L427) to a "no configuration". The only reason they...