Re: [racket-dev] ??? what does this mean?

2011-01-06 Thread Robby Findler
I think it means something like this happened: (new (class object% (super-new) (super-new))) . . collects\racket\private\class-internal.rkt:4455:0: instantiate: superclass already initialized by class initialization for class: unsaved-editor2155:3:7 but I don't know how

Re: [racket-dev] ??? what does this mean?

2011-01-06 Thread Matthias Felleisen
I guess I am so old that you should assume I don't know that much :-) On Jan 6, 2011, at 7:10 PM, Robby Findler wrote: I think it means something like this happened: (new (class object% (super-new) (super-new))) . . collects\racket\private\class-internal.rkt:4455:0:

Re: [racket-dev] ??? what does this mean?

2011-01-06 Thread Robby Findler
I think it was the four question marks in the subject that made me reply like that :) Robby On Thu, Jan 6, 2011 at 6:18 PM, Matthias Felleisen matth...@ccs.neu.edu wrote: I guess I am so old that you should assume I don't know that much :-) On Jan 6, 2011, at 7:10 PM, Robby Findler wrote: