July 18, 2014
8:26 a.m.
On 18 Jul 2014, at 10:20, Marcus Denker <marcus.denker@inria.fr> wrote:
On 18 Jul 2014, at 10:16, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Hi,
when my image tries to run startup scripts I get:
Association(Object)>>doesNotUnderstand: #emitValue:
Should I report it?
Yes. It should not happen.
But startup script are very strange as they somehow hold onto compiled code.
Do you have a way to recreate it? What happens is that somehow a global or class variable still is an association. (I just added tests that make sure that Smalltalk globals as well as all classPools are well formedâ¦) Marcus