ARudik / phc

Automatically exported from code.google.com/p/phc
0 stars 0 forks source link

maketea: _init functions are not called anywhere #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
_init is a function, which, if defined in a .tea file, will be called
during initialization, at the end of a constructor. However, it isnt being
called now.

Original issue reported on code.google.com by paul.biggar on 14 May 2007 at 10:39

GoogleCodeExporter commented 9 years ago
Fixed. maketea log: Mixin code is now added last, so that it can override 
anything it
wants. Code that needs to check for the mixin code (Init.hs, DeepCloning.hs) is 
now
modified so that it inspects the mixin code rather than the classes we have
generated, which makes much more sense.

Original comment by edskodev...@gmail.com on 3 Jun 2007 at 10:43