Comment #8 on issue 435 by
[hidden email]: Using RoelTyper for a
better precision of method invocation
http://code.google.com/p/moose-technology/issues/detail?id=435This is likely not a DSM problem, but a RoelTyper one :). It's just that it
exhibits in the ColoredDSM class.
To reproduce just run this code in the latest Moose image.
classes := Dictionary new.
Object withAllSubclassesDo: [:each |
[(TypeCollector typeInstvarsOfClass: each )] on: Error do: [:error |
classes at: each put: error ]].
classes inspect
You will get a list of all the classes for which RoelTyper throws an error.
There used to be several of these, but somehow now we get only one.
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev