fukamachi / prove

Yet another unit testing framework for Common Lisp
218 stars 23 forks source link

Reference to +gray+ broken? #27

Closed quicklisp closed 8 years ago

quicklisp commented 8 years ago

http://report.quicklisp.org/2016-08-03/failure-report/prove.html#prove-asdf has a log - this affects many projects.

Unhandled SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1003327673}>: Error finding package for symbol "+GREY+":
 The name "CL-COLORS" does not designate any package.
mohsenil85 commented 8 years ago

fixed in #28

fukamachi commented 8 years ago

Merged @mohsenil85's PR.

quicklisp commented 8 years ago

I see no change in the failure even after this update.

fukamachi commented 8 years ago

I made another change in https://github.com/fukamachi/prove/commit/489e4d0f4140998928cd5a8717f3e826c4d325d5.

fukamachi commented 8 years ago

@quicklisp Is it still broken?

quicklisp commented 8 years ago

Everything builds fine for me now, thanks.

fukamachi commented 8 years ago

Great. Thank you for reporting :)