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

[6.2.0]Add support for alias targets to cquery's providers #17786

Merged
merged 3 commits into from
Mar 20, 2023

Commits on Mar 15, 2023

  1. Add support for alias targets to cquery's providers

    When applied to an `alias` target, the `providers` function of `cquery`'s `--output=starlark` mode now returns the providers of the aliased target rather than `None`.
    
    This is achieved by moving `getProvidersDict` from `AbstractConfiguredTarget` up to `ConfiguredTarget`.
    
    Fixes bazelbuild#17749
    
    Closes bazelbuild#17753.
    
    PiperOrigin-RevId: 516707744
    Change-Id: I840588d605e3a64b968a019cf4bf43b56d18f4f5
    fmeum authored and ShreeM01 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    956ef1f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Remove extra code

    keertk authored Mar 18, 2023
    Configuration menu
    Copy the full SHA
    ecc8a0e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    cbc41d0 View commit details
    Browse the repository at this point in the history