Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (184 - 186 of 1030)

Ticket Resolution Summary Owner Reporter
#84 fixed Can't paste from outside the IDE Gary Byers gz
Description

Go into textedit and Copy some text. Go back in the IDE, select an editor buffer and select Edit>Paste

* Error in event process: Objective-C runtime exception: Attempt to mutate immutable object with replaceOccurrencesOfString:withString:options:range:

I've attached the backtrace

#634 fixed Can't recover trac password R. Matthew Emerson gz
Description

See http://clozure.com/pipermail/openmcl-devel/2009-November/010735.html

#287 fixed Can't trace single-method generic functions gz gz
Description
? (defmethod frotz (x) (print x))
#<STANDARD-METHOD FROTZ (T)>
? (trace frotz)
NIL
? (frotz 17)
0> Calling (FROTZ 17) 
> Error: Too many arguments in call to #<METHOD-FUNCTION FROTZ (T)>:
>        2 arguments provided, at most 1 accepted. 
> While executing: #<STANDARD-METHOD FROTZ (T)>, in process listener(1).
> Type :POP to abort, :R 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.