From gsll-devel at common-lisp.net Sat Mar 8 19:21:32 2008 From: gsll-devel at common-lisp.net (gsll) Date: Sat, 08 Mar 2008 19:21:32 -0000 Subject: [gsll-ticket] Re: [gsll] #3: Exceptions hang when using an sbcl image including gsll In-Reply-To: <074.8b2b3d4fce89d9399f50a8d60f1d511d@common-lisp.net> References: <074.8b2b3d4fce89d9399f50a8d60f1d511d@common-lisp.net> Message-ID: <083.e4fce9faac80ace3c72defd1493c4b66@common-lisp.net> #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: gsll GNU Scientific Library for Lisp From gsll-devel at common-lisp.net Sat Mar 8 22:43:44 2008 From: gsll-devel at common-lisp.net (gsll) Date: Sat, 08 Mar 2008 22:43:44 -0000 Subject: [gsll-ticket] #4: set-floating-point-modes should have a syntax like SBCL Message-ID: <074.a887ea208c072eb2a40274bdedf595d8@common-lisp.net> #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: gsll GNU Scientific Library for Lisp From gsll-devel at common-lisp.net Sat Mar 29 14:16:23 2008 From: gsll-devel at common-lisp.net (gsll) Date: Sat, 29 Mar 2008 14:16:23 -0000 Subject: [gsll-ticket] #5: Warning message when requiring gsll with sbcl 1.0.14 Message-ID: <074.e88a82320fae27e7b8ba5740470be40c@common-lisp.net> #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 ; # ; registering # 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: gsll GNU Scientific Library for Lisp From gsll-devel at common-lisp.net Sat Mar 29 14:53:55 2008 From: gsll-devel at common-lisp.net (gsll) Date: Sat, 29 Mar 2008 14:53:55 -0000 Subject: [gsll-ticket] Re: #5: Warning message when requiring gsll with sbcl 1.0.14 In-Reply-To: <074.e88a82320fae27e7b8ba5740470be40c@common-lisp.net> References: <074.e88a82320fae27e7b8ba5740470be40c@common-lisp.net> Message-ID: <083.0a565056e337030c3a4965ba11428ed5@common-lisp.net> #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. -- Ticket URL: gsll GNU Scientific Library for Lisp