orthecreedence / cl-async

Asynchronous IO library for Common Lisp.
MIT License
273 stars 40 forks source link

Extend error class from event-error #83

Closed orthecreedence closed 11 years ago

orthecreedence commented 11 years ago

Would make errors more "correct"

orthecreedence commented 11 years ago

Fixed in cl-async git. Should be in next QL release. I tested this out and don't see any problems with it. I thought it might mess with some of my error handling code, but it seems to all function just fine. Plus, this change just makes sense, especially for blanket catching of errors in a handler (without using T).