Yup. See languages/tcl/lib/tclword.imc (in namespace "TclWord"). Called by languages/tcl/lib/parse.imc (in namespace "_Tcl").
Without the explicit call to init, it's not being called (as a debug print in TclWord's __init shows for me.) (And, since the initialization of the object isn't done, future use of the object barfs, and my test suite dies.) Though, someone else on the list said that it WAS working for them, with or without. Again, I'm on OS X 10.3 here, if that matters. Ahhhh. This is just a symptom of something else, as parrot's test suite is failing that test for me. Let's try this again... (make realclean;perl Configure.pl; make; make test). Ok. Parrot is now passing 100%. Removing my explicit call to __init... and I also pass 100%. (Note to self, don't use "make -j") Regards. On Mon, Sep 20, 2004 at 02:41:10PM +0200, Leopold Toetsch wrote: > William Coleda wrote: > >Didn't __init used to get magically called when you new'd a class? > > It is called. See t/pmc/object-meths.t. Is it in the correct namespace? > > leo >