[Vm-dev] Problem while updating SecureHashAlgorithm

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Sat Oct 31 20:56:10 UTC 2015


Hi,
anyone else got a problem while updating SecureHashAlgorithm?

The symptom is a SyntaxError window telling we cannot store into TA.
TA is a new class variable, so we normally should be able to write into it.

But the compiler fails because the classPool contains a ClassBinding
instead of an Association for #TA...

If I recompile SecureHashAlgorithm without the new class vars, then compile
with the class vars again via the Browser, then I correctly get a classPool
populated with Association only and I can proceed from the SyntaxError.

Any idea where these ClassBinding came from?

Nicolas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20151031/44f82ff1/attachment.htm


More information about the Vm-dev mailing list