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
I'm using augmentPath on Windows host trying to prepare Linux style PATH env var to use in Docker in commercialhaskell/stack#5315 . I plan to work around the problem there manually, but maybe it would make sense to add possibility to do it in a clean way from rio?
I think there's a pretty deep assumption in RIO.Process that the host and target system are the same, and I'm not sure if it's possible to undo that assumption without complicating that API. I'm open to API suggestions, but I don't know what it would look like myself.
I'm using augmentPath on Windows host trying to prepare Linux style PATH env var to use in Docker in commercialhaskell/stack#5315 . I plan to work around the problem there manually, but maybe it would make sense to add possibility to do it in a clean way from rio?
https://github.com/haskell/filepath which is by Rio to get os specific details like the path separator handles it by exposing 3 modules:
The text was updated successfully, but these errors were encountered: