[Vm-dev] WideSymbol>>#privateAt:put: fails silently

Norbert Hartl norbert at hartl.name
Mon Jan 8 10:36:54 UTC 2018


If you inspect

('hello', (Character codePoint: 8002) asString) asSymbol 
	privateAt: 1 put: $q;
	yourself.

The symbol is not modified but also it raises no error. Shouldn’t that be the case?

Norbert


More information about the Vm-dev mailing list