We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gather_metadata_info
package_info
TransitiveMetadataInfo
When using the gather_metadata_info aspect, the generated TransitiveMetadataInfo should have all fields populated.
Only deps, licenses, and traces are populated.
deps
licenses
traces
It looks like the call to the factory method doesn't include a reference to the gathered PackageInfo instances: https://github.com/bazelbuild/rules_license/blob/main/rules/licenses_core.bzl#L204-L210
PackageInfo
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
When using the
gather_metadata_info
aspect, the generatedTransitiveMetadataInfo
should have all fields populated.Actual Behavior
Only
deps
,licenses
, andtraces
are populated.Steps to Reproduce the Problem
gather_metadata_info
aspect on a targetTransitiveMetadataInfo
providerIt looks like the call to the factory method doesn't include a reference to the gathered
PackageInfo
instances: https://github.com/bazelbuild/rules_license/blob/main/rules/licenses_core.bzl#L204-L210The text was updated successfully, but these errors were encountered: