AccelerationNet / cl-csv

A common lisp library providing easy csv reading and writing
Other
116 stars 22 forks source link

Does not build with 2.0.9 - slot :initform/:type issue #41

Closed quicklisp closed 4 years ago

quicklisp commented 4 years ago

Log here: http://report.quicklisp.org/2020-09-28/failure-report/cl-csv.html#cl-csv

SBCL 2.0.9 does stricter checking when :initform is NIL and does not match the :type option.

bobbysmith007 commented 4 years ago

I believe @slyrus got this fixed AccelerationNet/cl-csv/pull/42

quicklisp commented 4 years ago

Looks good to me, thanks!