Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


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 R. Matthew Emerson Gary Byers
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 Gary Byers
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 Gary Byers
Description

The keyword arguments that modify/extend DIRECTORY's behavior are undocumented.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.