#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.
#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.