Custom Query (1030 matches)
Results (364 - 366 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #463 | fixed | bad pathname in source note | ||
| Description |
Create file ~/test.lisp: (defun junk (x y) (list x y)) Welcome to Clozure Common Lisp Version 1.3-dev-r11972M-trunk (DarwinX8632)! ? (load "/Users/rme/test") #P"/Users/rme/test.lisp" ? (find-definition-sources 'junk) (((#<FUNCTION-DEFINITION-TYPE FUNCTION #x87909FE> . JUNK) #<SOURCE-NOTE "home:test..newest":0-32 NIL>)) Note incorrect pathname in source-note. This doesn't happen when loading with (load "home:test"). |
|||
| #643 | fixed | attachment test | ||
| Description |
testing attachments |
|||
| #829 | fixed | atanh branch cut wrong? | ||
| Description |
In ccl 1.6 (32-bit) we have 1 > (atanh #c(-2d0 -1d-20)) #C(-0.5493061443340549D0 -1.5707963267948966D0) but 1 > (atanh #c(-2d0 -0d0)) #C(-0.5493061443340549D0 1.5707963267948966D0)
The spec says that for on the negative real axis less than -1, atanh is continuous with Quadrant III. Since |
|||
Note:
See TracQuery
for help on using queries.
