#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
#5: Warning message when requiring gsll with sbcl 1.0.14 -------------------------+-------------------------------------------------- Reporter: jdn | Owner: lhealy Type: defect | Status: assigned Priority: minor | Milestone: Component: component1 | Version: Resolution: | Keywords: -------------------------+-------------------------------------------------- Changes (by lhealy):
* status: new => assigned * owner: somebody => lhealy
Comment:
I've noticed this but I don't know how to fix it. The domain error is there intentionally as part of the regression test for the histogram. The test is an out-of-range value and is supposed to give a warning. I don't know how to suppress the warning on load.