Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (397 - 399 of 1030)

Ticket Resolution Summary Owner Reporter
#281 fixed open doesn't understand (somewhat) complicated element-type's Gary Byers gz
Description
? (open "foo.txt" :direction :output
        :element-type '(or (integer 0 1) (integer 100 200)))
> Error: Not an ivector subtag: 182
> While executing: CCL::SUBTAG-BYTES, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1 > 
#285 fixed error calling call-next-method with safety 3 Gary Byers gz
Description
? (defclass c () ()) 
#<STANDARD-CLASS C> 
? (defmethod initialize-instance ((x c) &rest args) 
    (declare (optimize (safety 3)))
    (apply #'call-next-method x args)) 
#<STANDARD-METHOD INITIALIZE-INSTANCE (C)> 
? (make-instance 'c) 
> Error: value NIL is not of the expected type SIMPLE-VECTOR. 
> While executing: (:INTERNAL CCL::DO-IT CCL::%%CNM-WITH-ARGS-COMBINED-METHOD-DCODE), in process listener(1). 
> Type :POP to abort, :R for a list of available restarts. 
> Type :? for other options. 
1 >  
#286 fixed compile-time error when compiling ref to unknown type gz gz
Description
? (compile nil '(lambda () (typep nil '(or none-such null)))) 
> Error: Unknown type specifier: NONE-SUCH 
> While executing: CCL::%%TYPEP, in process listener(1). 
> Type :POP to abort, :R for a list of available restarts. 
> Type :? for other options. 
1 >  

I'm working on a fix, just entering the bug for the record.

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