#5: Warning message when requiring gsll with sbcl 1.0.14 ------------------------+--------------------------------------------------- Reporter: jdn | Owner: somebody Type: defect | Status: new Priority: minor | Milestone: Component: component1 | Version: Keywords: | ------------------------+--------------------------------------------------- With the latest update (either 47 or 48) sbcl give the following warning:
* (require 'gsll)
; loading system definition from /home/jdn/.sbcl/systems/cffi.asd into ; #<PACKAGE "ASDF0"> ; registering #<SYSTEM CFFI {AF89679}> as CFFI WARNING: Input domain error in INCREMENT-FIX ("lisp-unit") * .
All seems to operate fine so this is quite minor but it is new so I figured I would report it.
Jason