Open GoogleCodeExporter opened 9 years ago
If i try to reproduce this with the interpreter, i always get the same error:
"Lookup error: matchesLocator: not understood" in
DeltaUndefinedTypeError>>matchesLocator:
(The receiver is a DeltaBasicMixinLocator)
This error looks related to the DeltaBasicLocator hierarchy. As the source
mentions:
"This hierarchy should be eliminated. Necessary functionality should be
incorporated into the DeltaLocator hierarchy instead."
Does this mean the typechecker is incomplete ?
Original comment by prunedt...@gmail.com
on 25 Mar 2007 at 1:56
Good news: it's probably not compiler-related. It looks like compiled code is
more
sensible to VM unstability, thus compiling with optimisations triggers various
bugs
in the VM. With a VM compiled without optimisations, i get consistent behavior
(same
error as the interpreter, a smalltalk-level error)
Original comment by prunedt...@gmail.com
on 19 Apr 2007 at 8:46
Original issue reported on code.google.com by
David.Gr...@gmail.com
on 22 Sep 2006 at 9:14