You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of it can be implemented by plain reexport or simple wrapping of functions from System.Environment of base. Though base lower bound have to be bumped to 4.7 for setEnv.
The text was updated successfully, but these errors were encountered:
Anrock
changed the title
Wrap Sytem.Posix.Env?
Wrap System.Posix.Env?
Nov 5, 2017
Note there's a subtlety on Windows that setting an envvar to "" unsets it. So, setEnv var "" True >> getEnv var yields Nothing on Windows but Just "" on POSIX. I don't know of a way to avoid that difference.
Most of it can be implemented by plain reexport or simple wrapping of functions from
System.Environment
of base. Though base lower bound have to be bumped to 4.7 forsetEnv
.The text was updated successfully, but these errors were encountered: