I can not reproduce it here (with a recent VM). Marcus
On 16 Nov 2015, at 11:40, Eliot Miranda <eliot.miranda@gmail.com> wrote:
Hi Yuriy,
this looks like an old VM bug. Are you sure you're using the most up-to-date VM?
_,,,^..^,,,_ (phone)
On Nov 16, 2015, at 6:02 AM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Hi everyone,
this is a weird issue that wasnât there when I was developing the feature.
If inspector plugin is enabled in prefs and you inspect a method (e.g. Object>>#asString) you get âMessageNotUnderstood: SmallInteger>>notEmptyâ on â(critics := self critics) notEmptyâ. If you inspect critics temporary itâs a Set, if you restart in debugger and step over it works well, but for some reason initially notEmpty is sent to some int. Any idea what is the issue?
Cheers, Uko