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

src: use CreateEnvironment instead of inlining its code where possible #45886

Merged
merged 3 commits into from Dec 21, 2022

Commits on Dec 16, 2022

  1. src: use CreateEnvironment instead of inlining its code where possible

    We had a number of places in which we created an `Environment` instance
    by performing each step in `CreateEnvironment` manually. Instead,
    just call the function itself.
    addaleax committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    bbd1751 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6368ff0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b634c38 View commit details
    Browse the repository at this point in the history