fstiewitz / build-tools-cpp

Build your projects in atom
https://atom.io/packages/build-tools
MIT License
31 stars 6 forks source link

Environment modules #64

Closed fstiewitz closed 8 years ago

fstiewitz commented 8 years ago

There is only one environment module per command. The environment module receives the command data at the end of the configuration pipeline and provides stdout, stderr and stdin at the beginning of the output pipeline.

Having this interface allows me to move support for pty.js into a separate package, thus allowing windows users without node-gyp to install my package (fixes #62, fixes #55, fixes #65).

thiagohmoreira commented 8 years ago

I can attest this worked like a charm to me (Windows 10 x64). Thanks a lot!