vseloved / cl-redis

Redis client for Common Lisp
Other
188 stars 38 forks source link

regression on CCL in quicklisp 2012-11-25 #11

Closed avodonosov closed 11 years ago

avodonosov commented 11 years ago

(ql:quickload :cl-redis) worked fine on CCL in quicklisp 2012-10-13, but since quicklisp 2012-11-25 it is broken.

Old log: https://cl-test-grid.appspot.com/blob?key=667739 New log: https://cl-test-grid.appspot.com/blob?key=795383

vseloved commented 11 years ago

Yeah, some implementations have become over-eager to claim various symbols. Commited a fix. Thanks!

avodonosov commented 11 years ago

P.S. you may find build status of cl-redis and other your libraries on different lisps here: http://common-lisp.net/project/cl-test-grid/library/

vseloved commented 11 years ago

Yeah, I've already viewed them :) Haven't allocated time to fix yet.