orthecreedence / blackbird

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

Does not build today - return from unknown block #14

Closed quicklisp closed 9 years ago

quicklisp commented 9 years ago

http://report.quicklisp.org/2015-01-07/failure-report/blackbird.html has the log. I get this:

; file: /home/quicklisp/quicklisp-controller/dist/build-cache/blackbird/3bebe4cd4434384ba02ffd4bd0ba9ebb0a3fda70/blackbird-20150106-git/promise.lisp
; in: DEFUN DO-CATCH
;     (RETURN-FROM BLACKBIRD-BASE:CATCHER
;       (BLACKBIRD-BASE::REJECT BLACKBIRD-BASE::E))
; 
; caught ERROR:
;   return for unknown block: CATCHER
orthecreedence commented 9 years ago

Thanks for reporting, I'm able to reproduce. Checking.

orthecreedence commented 9 years ago

Ok, should be fixed!