HaxeFoundation / neko

The Neko Virtual Machine
https://nekovm.org
Other
554 stars 107 forks source link

Add null case to `put_env` function in sys #233

Closed tobil4sk closed 3 years ago

tobil4sk commented 3 years ago

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 commented 3 years ago

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

Simn commented 3 years ago

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

tobil4sk commented 3 years ago

Tests have now run successfully.