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

feat: clearEnv on CommandBuilder #264

Merged
merged 3 commits into from
May 4, 2024

Conversation

Yohe-Am
Copy link
Contributor

@Yohe-Am Yohe-Am commented Apr 10, 2024

Solves #63.

Interplay between clearEnv and exportEnv proves tricky. I've went with a solution that, when both flags are set:

  • Writes to the env will go through and affect the real env.
  • Reads will not access any values acquired from the ambient environment.

@zifeo
Copy link

zifeo commented Apr 30, 2024

@dsherret Could this be reviewed? This support would help us to move forward with dax.

Copy link
Owner

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@dsherret dsherret merged commit 48f4ebe into dsherret:main May 4, 2024
3 checks passed
@dsherret dsherret mentioned this pull request May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants