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 null case to put_env function in sys #233

Merged
merged 2 commits into from
Oct 20, 2021

Conversation

tobil4sk
Copy link
Member

@tobil4sk tobil4sk commented Sep 24, 2021

Fixes #229

Running Sys.putEnv("VARIABLE", null); now unsets VARIABLE like on other sys targets.

See: HaxeFoundation/haxe#10395

Also increment version number to 2.4.0

@tobil4sk
Copy link
Member Author

#231 fixes CI, so it can also be merged before this so that the tests pass.

@Simn
Copy link
Member

Simn commented Oct 20, 2021

I can't manually re-run the tests here for some reason, could you bump the branch?

@tobil4sk
Copy link
Member Author

Tests have now run successfully.

@Simn Simn merged commit 5eb7174 into HaxeFoundation:master Oct 20, 2021
@tobil4sk tobil4sk deleted the delete-env branch October 20, 2021 19:32
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.

Unable to unset environment variable on linux
2 participants