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

Remove some global state #11483

Merged
merged 6 commits into from
Jan 11, 2024
Merged

Remove some global state #11483

merged 6 commits into from
Jan 11, 2024

Commits on Jan 11, 2024

  1. [macro] remove macro_enable_cache

    The only thing this governs is whether or not we set macro_interp_cache, and I don't see why we would ever not want to set for a given compilation.
    Simn committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    60fcfa7 View commit details
    Browse the repository at this point in the history
  2. [macro] remove locate_macro_error

    This isn't read anywhere. Perhaps I removed something accidentally... but in that case, nobody seems to be missing it.
    Simn committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    90096be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29dce92 View commit details
    Browse the repository at this point in the history
  4. [macro] commit to Eval

    Simn committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    664aef2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f16c8bc View commit details
    Browse the repository at this point in the history
  6. [typer] move t_dynamic_def to typer globals

    I have no idea why I didn't do that in the first place and instead wrote that essay...
    Simn committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    07b9c26 View commit details
    Browse the repository at this point in the history