sionescu / iolib

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

Replace MAKE-INSTANCE of PROCESS-OP with ASDF:MAKE-OPERATION #40

Closed rpgoldman closed 7 years ago

rpgoldman commented 7 years ago

In the forthcoming release of ASDF, using make-instance instead of make-operation to make an operation class object will cause an error.

This is only done in the groveler, so should be very easy to fix.

Thanks!

fare commented 7 years ago

Fixed in https://github.com/sionescu/iolib/pull/41

sionescu commented 7 years ago

Fix merged.