sionescu / iolib

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

grovel: fix %invoke for ECL (use ext:run-program) #17

Closed dkochmanski closed 9 years ago

dkochmanski commented 9 years ago

Resolves related FIXME (first value of run-program returns error code) and solves problem with grovel when invoked from slime - pipes should be set to nil in that case.

dkochmanski commented 9 years ago

is there any particular reason to not use grovel from cffi? (by means of merging efforts of improving it)

sionescu commented 9 years ago

Thanks, merged

sionescu commented 9 years ago

The current IOlib groveler is a complete rewrite of the one in CFFI, and is based on C++ instead of C. I might push it back to CFFI one day, if I have time