purescript / psc-package

A package manager for PureScript based on package sets
https://psc-package.readthedocs.io
Other
229 stars 45 forks source link

Fix `purs` command problem for Windows #141

Closed taiju closed 6 years ago

taiju commented 6 years ago

This PR is retry of #69 and #140.

It's based on new knowledge that inproc or proc functions can exec command on Windows if command is absolute path.

This fact made the implementation a bit simpler compared to past implementations.

Please review :pray:

Thank you.

justinwoo commented 6 years ago

Seems nice to me! Let's see if any others have something to say about this in the coming day(s)

justinwoo commented 6 years ago

Going to merge and release this.