orthecreedence / cl-async

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

Error loading the latest cl-async #75

Closed chrisk414 closed 11 years ago

chrisk414 commented 11 years ago

Hi, I get error loading the latest mater version of cl-async

System "cl-async-future" not found
   [Condition of type quicklisp-client::system-not-found]

Has something changed since the last quicklisp distribution?

Thanks.

chrisk414 commented 11 years ago

I found a separate future package.. please ignore this thread.

orthecreedence commented 11 years ago

Also, try a (ql:update-all-dists) to grab the cl-async-future package off of QL, since I think the latest release has the separate futures package.

chrisk414 commented 11 years ago

oh.. how did you make the distribution so soon. Thanks.