Custom Query (1030 matches)
Results (499 - 501 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #636 | fixed | DEFSTRUCT BOA constructors, &aux, and slot typechecking | ||
| Description |
(reported on #ccl) (defstruct (foo (:constructor make-foo (&aux x))) (x nil :type fixnum)) (make-foo) ; shouldn't signal a TYPE-ERROR, per bizarre nonsense in 3.4.6 |
|||
| #647 | fixed | Printed representation of RANDOM-STATE may not be readable on 32-bit platforms | ||
| Description |
On Win32 (and likely other 32-bit platforms): ? (read-from-string (format nil "~a" (make-random-state))) > Error: value 1267438753 is not of the expected type (INTEGER 0 (2147483647)). > While executing: INITIALIZE-MRG31K3P-STATE, in process listener(1). |
|||
| #651 | fixed | DEFSTATICVAR unexported | ||
| Description |
CCL:DEFSTATIC is exported; it's counterpart, CCL::DEFSTATICVAR, isn't. It seems like they should both be exported. |
|||
Note:
See TracQuery
for help on using queries.
