Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (499 - 501 of 1030)

Ticket Resolution Summary Owner Reporter
#636 fixed DEFSTRUCT BOA constructors, &aux, and slot typechecking R. Matthew Emerson Gary Byers
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 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).
#651 fixed DEFSTATICVAR unexported R. Matthew Emerson Adlai Chandrasekhar
Description

CCL:DEFSTATIC is exported; it's counterpart, CCL::DEFSTATICVAR, isn't. It seems like they should both be exported.

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