Re: [Pharo-dev] Stack underflow with meta links on message nodes

2016-11-29 Thread Denis Kudriashov
2016-11-29 16:52 GMT+01:00 Yuriy Tymchuk : > Is there any workaround for this issue? Or maybe someone knows how to fix > this. Because the issue is present both in Pharo 5 and the latest Pharo 6. Probably meta level is not defined somewhere on MetaLink's part. When

Re: [Pharo-dev] Stack underflow with meta links on message nodes

2016-11-29 Thread Marcus Denker
Hi, This looks like a bug, I will check (but tomorrow). Marcus > On 29 Nov 2016, at 16:52, Yuriy Tymchuk wrote: > > Hi, I’m trying to use methinks on message nodes that are executed before the > node itself and have receiver and the node as arguments. But sadly

[Pharo-dev] Stack underflow with meta links on message nodes

2016-11-29 Thread Yuriy Tymchuk
Hi, I’m trying to use methinks on message nodes that are executed before the node itself and have receiver and the node as arguments. But sadly I’m getting ’stack underflow’ error when the annotated method is executed. You can use this code snippet to reproduce the error: | link class | link