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.1.0]Let aquery print effective environment for all CommandActions #17274

Merged
merged 14 commits into from
Feb 21, 2023
Merged

[6.1.0]Let aquery print effective environment for all CommandActions #17274

merged 14 commits into from
Feb 21, 2023

Commits on Jan 19, 2023

  1. Let aquery print effective environment for all CommandActions

    Instead of printing the fixed part of the `ActionEnvironment` of all `SpawnActions`, `aquery` now prints the effective environment resolved against an empty client environment of all `AbstractAction`s that implement `CommandAction`.
    
    For `SpawnAction`s, this should not result in any observable change, but C++ actions, which only override `AbstractAction#getEffectiveEnvironment`, now have their fixed environments (e.g. toolchain env vars such as `INCLUDE` with MSVC) emitted.
    
    Work towards #12852
    
    Closes #17108.
    
    PiperOrigin-RevId: 501198850
    Change-Id: I035a8cfde32193ca7f1f71030bd183c20edfdc0d
    fmeum authored and ShreeM01 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    ee72abd View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

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

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    84e981c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d7d3c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    e10852f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1801b19 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

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

Commits on Feb 14, 2023

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

Commits on Feb 15, 2023

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

Commits on Feb 19, 2023

  1. Configuration menu
    Copy the full SHA
    12e5913 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ca636f View commit details
    Browse the repository at this point in the history
  3. Update ActionGraphDump.java

    keertk committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    e2e0197 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f27bdc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

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