Custom Query (1030 matches)
Results (283 - 285 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #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). |
|||
| #683 | fixed | DEFSTRUCT slot type checking and complex FUNCTION types | ||
| Description |
? (defun required-argument () (error "missing slot initform"))
? (defstruct foo
(a (required-argument) :type (function (integer) t)))
? (make-foo :a #'oddp)
=> whoops.
|
|||
| #692 | fixed | DIRECTORY extensions undocumented | ||
| Description |
The keyword arguments that modify/extend DIRECTORY's behavior are undocumented. |
|||
Note:
See TracQuery
for help on using queries.
