Help me to understand where I screwed up QAâ¦
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
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
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
Maybe my VM is rusty :) We need to put pharo launcher on Appstore, so it will ask for updates automatically. Thanks. Uko
On 16 Nov 2015, at 15:48, Marcus Denker <marcus.denker@inria.fr> wrote:
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
On Mon, Nov 16, 2015 at 6:54 AM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Maybe my VM is rusty :)
If you invoke it on the command line with the -version flag it'll tell you what version it is and when i was compiled. Would you mind checking?
We need to put pharo launcher on Appstore, so it will ask for updates automatically.
Thanks. Uko
On 16 Nov 2015, at 15:48, Marcus Denker <marcus.denker@inria.fr> wrote:
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
-- _,,,^..^,,,_ best, Eliot
I have already installed the newest one, and it works. Thank you for helping me out!
On 16 Nov 2015, at 18:40, Eliot Miranda <eliot.miranda@gmail.com> wrote:
On Mon, Nov 16, 2015 at 6:54 AM, Yuriy Tymchuk <yuriy.tymchuk@me.com <mailto:yuriy.tymchuk@me.com>> wrote: Maybe my VM is rusty :)
If you invoke it on the command line with the -version flag it'll tell you what version it is and when i was compiled. Would you mind checking?
We need to put pharo launcher on Appstore, so it will ask for updates automatically.
Thanks. Uko
On 16 Nov 2015, at 15:48, Marcus Denker <marcus.denker@inria.fr <mailto:marcus.denker@inria.fr>> wrote:
I can not reproduce it here (with a recent VM).
Marcus
On 16 Nov 2015, at 11:40, Eliot Miranda <eliot.miranda@gmail.com <mailto: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 <mailto: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
-- _,,,^..^,,,_ best, Eliot
participants (3)
-
Eliot Miranda -
Marcus Denker -
Yuriy Tymchuk