sionescu / iolib

Common Lisp I/O library
http://common-lisp.net/project/iolib/
MIT License
141 stars 31 forks source link

Better error capture & reporting #34

Closed davidholz closed 8 years ago

davidholz commented 8 years ago

When invoking external processes, the stderr is now captured and displayed, instead of just defaulting to a generic UIOP error about the exit code.

Most importantly, the lack of libfixposix now shows the actual g++ error, guiding the user as to what's wrong.

sionescu commented 8 years ago

Merged, thank you.