orthecreedence / blackbird

Common Lisp promise implementation (successor to cl-async-future)
83 stars 10 forks source link

GREEN-THREADS-TEST system doesn't build - not sure where issue lies #6

Closed quicklisp closed 8 years ago

quicklisp commented 9 years ago

http://report.quicklisp.org/2014-12-10/failure-report/green-threads.html

I'm getting this:

Unhandled UNDEFINED-FUNCTION in thread #<SB-THREAD:THREAD "main thread" RUNNING {1004477613}>: The function BLACKBIRD::PROMISE-VALUES is undefined.

Is that a problem with the library? Or is it something to do with blackbird?

orthecreedence commented 9 years ago

This is addressed in https://github.com/thezerobit/green-threads/pull/3. Thanks for the heads up!