Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (895 - 897 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 > 
#578 fixed option-click into a window close box should only close all windows of that class and not all windows Shannon Spires Rainer Joswig
Description

MCL does this. useful. Sometimes I like to have many inspector windows opened automatically during debugging. I want to close the inspector windows then with a single option-click into the close box.

#706 fixed out-of-bounds errors with SLOT-VECTORs Arthur Cater
Description

I have run into this kind of problem many times with my EasyGui efforts, and thought it must be my own fault. But now I've come across it using the Search Files dialog, which is nothing to do with me. This kind of thing pops up in the AltConsole window:

Error: Array index 5 out of bounds for #<SLOT-VECTOR [CCL::SLOT-VECTOR ==> CCL::GVECTOR ==> T] #x136DC716> .

While executing: (:INTERNAL GUI::doSearch:|), in process Initial(0).

Type :POP to abort, :R for a list of available restarts. Type :? for other options.

1 >

It is not reliably repeatable.

fwiw, I have suspected that it is due to some race condition whereby instances of Cocoa subclasses get information enough added to them for some objc method to be dispatched, but the extra Lisp slots appropriate for the class have not yet been added. This is just a hunch, maybe helpful and maybe way off the mark.

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