Custom Query (1030 matches)
Results (940 - 942 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1203 | fixed | make-pathname misbehaves with a string :directory. | ||
| Description |
(make-pathname :directory "x") should produce #P"/x/", and not #P"x/", as per the spec, the last paragraph under Description http://www.lispworks.com/documentation/HyperSpec/Body/f_mk_pn.htm |
|||
| #1204 | fixed | Bad opcode with literal complex numbers | ||
| Description |
Make the following two files, and start CCL (any Darwin OS, 32-bit or 64-bit, with or without the IDE). The files should be as follows: ccl:complex-test.lisp (defun goo1 () #c(0 -1)) ~/ccl-init.lisp (setf ccl::*fasl-save-definitions* t) (compile-file "ccl:complex-test.lisp") #+:64-BIT-HOST (load "ccl:complex-test.dx64fsl") #-:64-BIT-HOST (load "ccl:complex-test.dx32fsl") The following error occurs:
1 > |
|||
| #1206 | fixed | constants + IF regression | ||
| Description |
(lambda (x) (- (if x most-positive-fixnum most-negative-fixnum))) > Error: The value NIL is not of the expected type CCL::CTYPE. > While executing: CCL::TYPE-SPECIFIER |
|||
