From cmucl-devel at common-lisp.net Tue Aug 28 01:22:05 2007 From: cmucl-devel at common-lisp.net (cmucl) Date: Tue, 28 Aug 2007 01:22:05 -0000 Subject: [cmucl-ticket] #11: (eql 0w0 0w0) is NIL, but should be T. Message-ID: <076.6f26347af275f16d8ddd9161ee614371@common-lisp.net> #11: (eql 0w0 0w0) is NIL, but should be T. --------------------+------------------------------------------------------- Reporter: rtoy | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: Core | Version: 19d Keywords: | --------------------+------------------------------------------------------- (eql 0w0 0w0) is NIL but it should be T, just like (eql 0d0 0d0) is T. -- Ticket URL: cmucl cmucl From cmucl-devel at common-lisp.net Tue Aug 28 23:59:20 2007 From: cmucl-devel at common-lisp.net (cmucl) Date: Tue, 28 Aug 2007 23:59:20 -0000 Subject: [cmucl-ticket] Re: #11: (eql 0w0 0w0) is NIL, but should be T. In-Reply-To: <076.6f26347af275f16d8ddd9161ee614371@common-lisp.net> References: <076.6f26347af275f16d8ddd9161ee614371@common-lisp.net> Message-ID: <085.79953a1007e867a3a8c3b920610fc9a3@common-lisp.net> #11: (eql 0w0 0w0) is NIL, but should be T. ---------------------+------------------------------------------------------ Reporter: rtoy | Owner: somebody Type: defect | Status: closed Priority: minor | Milestone: Component: Core | Version: 19d Resolution: fixed | Keywords: ---------------------+------------------------------------------------------ Changes (by rtoy): * resolution: => fixed * priority: major => minor * status: new => closed Comment: Fixed. EQL was missing the case for double-double-float. -- Ticket URL: cmucl cmucl