[squeak-dev] Forgetting classes in an Environment

Frank Shearar frank.shearar at gmail.com
Fri May 24 11:09:09 UTC 2013


http://build.squeak.org/job/SqueakTrunk/338/testReport/KernelTests.Methods/CompiledMethodTest/testMethodClass/

shows a test failure because the test asserts that a CompiledMethod
can still reference its class after a class has been removed.

However, Environments-cwp.25 explicitly nils out the value of the
ClassBinding in the Environment's undeclared.

If this is correct behaviour, then CompiledMethod needs adjusting.
#methodClass assumes that it can look up this binding, whether
Undeclared or not, by inspecting its literals.

frank


More information about the Squeak-dev mailing list