adlai / scalpl

volatility harvester prototype
atp://127.0.0.1:8080
59 stars 20 forks source link

Does not build with SBCL #1

Closed quicklisp closed 9 years ago

quicklisp commented 9 years ago
14:40 <stassats`> it has (setf name (intern name :keyword)) *exchanges*), where 
      name is a with-slots slots
14:40 <stassats`> so, the first time it's can be a string, then it becomes a 
      keyword, but that's in initial-instance, shouldn't happen twice
14:43 <stassats`> this line 
https://github.com/adlai/scalpl/blob/bdccfd817e01d6b938db1301fe465645d225fba3/kraken.lisp#L154

http://report.quicklisp.org/2015-01-09/failure-report/scalpl.html#scalpl has a log.

adlai commented 9 years ago

Fixed in 9fa4f91