Stephane edited on 2007-08-20 16:28:14.0
|
Problem with initialization of SyntheticClasses in ModelFrames.scala
|
Stephane edited on 2007-08-21 15:02:23.0
|
|
Sean edited on 2007-08-21 16:50:31.0
|
Made global lazy.
|
Burak edited on 2007-08-22 12:51:35.0
|
reopened. unfortunately, we cannot build with a lazy global, due to starr crashing in Mixin.scala
|
Sean edited on 2007-08-22 14:17:38.0
|
Not sure how to fix. val initialize has changed, lazy val will crash the STARR, and I have no idea how to do the pre-super initialization thingy, I tried writing:
object generator extends {
val global = ...
} DocGenerator {...}
But the compiler didn't seem to like that.
|
Martin edited on 2007-08-22 16:00:31.0
|
|