#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
--
Ticket URL: <http://trac.common-lisp.net/gsll/ticket/5>
gsll <http://common-lisp.net/project/gsll>
GNU Scientific Library for Lisp
#4: set-floating-point-modes should have a syntax like SBCL
-------------------------+--------------------------------------------------
Reporter: lhealy | Owner: somebody
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: component1 | Version:
Keywords: |
-------------------------+--------------------------------------------------
Right now, #'set-floating-point-modes requires each argument precision,
rounding, exception-mask. In SBCL and CMUCL, the same function takes
keyword arguments. Also are "mask" and "trap" inverses of each other?
--
Ticket URL: <http://trac.common-lisp.net/gsll/ticket/4>
gsll <http://common-lisp.net/project/gsll>
GNU Scientific Library for Lisp
#3: Exceptions hang when using an sbcl image including gsll
-------------------------+--------------------------------------------------
Reporter: jdn | Owner: somebody
Type: defect | Status: closed
Priority: major | Milestone:
Component: component1 | Version:
Resolution: fixed | Keywords:
-------------------------+--------------------------------------------------
Changes (by lhealy):
* resolution: => fixed
* status: new => closed
Comment:
(In [33]) Following Nikodemus's advice, use the symbol rather than the
function when pushing onto *post-hooks*; closes #3.
--
Ticket URL: <http://common-lisp.net/project/gsll/ticket/3>
gsll <http://common-lisp.net/project/gsll>
GNU Scientific Library for Lisp