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

Add environment variable query #130883

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 16, 2024

  1. Test that env! works with incremental compilation

    This currently works because it's part of expansion, and that isn't yet
    tracked by the query system. But we want to ensure it continues working,
    even if that is changed.
    madsmtm committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    31766c6 View commit details
    Browse the repository at this point in the history
  2. Add TyCtx::env_var

    madsmtm committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    8d1d4be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ee0861 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    916e404 View commit details
    Browse the repository at this point in the history