Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (136 - 138 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 > 
#172 wontfix open and save dialogs show no directory contents Gary Byers Raffael Cavallaro
Description

in the ide ("Version 1.1-r7538 (DarwinX8664)") when opening a file or saving a file, if the user selects a sidebar item in the open/save dialog the directory contents are not shown until the *second* time that sidebar item is selected.

Future visits to that sidebar directory show directory contents for that run of the ide. Upon quitting and restarting the ide, the problem returns - each sidebar directory must be visited twice for the directory contents to be seen.

Exceptions appear to be ~/, ~/Desktop, and /Applications.

#682 fixed objc:defmethod catches harmless conditions Gary Byers gz
Description

and turns non-error conditions into errors (making it impossible to use the condition system except for errors).

? (define-condition note-change () ())
NOTE-CHANGE
? (signal 'note-change)
NIL
? (objc:defmethod (#/frotz  :void) ((self ns:ns-application)) (signal 'note-change))
|-[NSApplication frotz]|
? (#/frotz gui::*nsapp*)
> Error: Condition #<NOTE-CHANGE  Condition  #x3020014520AD>
> While executing: #<Anonymous Function #x3000012B946F>, in process Listener(6).
> Type cmd-. to abort, cmd-\ for a list of available restarts.
> Type :? for other options.
1 > 
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.