[perl #129787] [CONC] die/CATCH inside a start-block with a channel heisenbugs

2018-02-04 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
FWIW, this bug is somewhat similar in feel: https://github.com/rakudo/rakudo/issues/1202 On 2017-10-15 03:14:02, c...@zoffix.com wrote: > On Wed, 02 Nov 2016 07:13:26 -0700, jn...@jnthn.net wrote: > > On Sun Oct 02 12:52:45 2016, gfldex wrote: > > > sub f(){ > > > my $c = Channel.new; > > > > > >

[perl #128859] [BUG] WhateverCode in a chained comparison fails to parse ("QAST::Block with cuid 1 has not appeared")

2018-02-04 Thread Zoffix Znet via RT
On Mon, 02 Oct 2017 22:24:32 -0700, allber...@gmail.com wrote: > [03 05:10:36] m: subset MyStr of Str where 4 < *.chars < > 10; my MyStr $s = 's'; > [03 05:10:37] rakudo-moar fcbd8a: OUTPUT: «===SORRY!===␤ > [03 05:10:37] QAST::Block with cuid 1 has not appeared␤ > [03 05:10:37] » > [03

[perl #128859] [BUG] WhateverCode in a chained comparison fails to parse ("QAST::Block with cuid 1 has not appeared")

2018-02-04 Thread Zoffix Znet via RT
On Mon, 02 Oct 2017 22:24:32 -0700, allber...@gmail.com wrote: > [03 05:10:36] m: subset MyStr of Str where 4 < *.chars < > 10; my MyStr $s = 's'; > [03 05:10:37] rakudo-moar fcbd8a: OUTPUT: «===SORRY!===␤ > [03 05:10:37] QAST::Block with cuid 1 has not appeared␤ > [03 05:10:37] » > [03

[perl #132328] [SEGV][REGRESSION] DBIish tests are failing spectacularly (JIT compilation of native calls)

2018-02-04 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Honestly, I have no idea how to test this… maybe someone should attempt to golf it, but given that the commit description is “JIT compile native calls”, I guess it'd be a bit complicated. … I'm fine with just delegating it to the DBIish test suite… On 2017-10-20 08:12:41,

[perl #130859] [WEIRD] WhateverCode subscript inside WhateverCode inside block doesn't properly close over lexical

2018-02-04 Thread Zoffix Znet via RT
On Sat, 25 Feb 2017 06:55:02 -0800, sml...@gmail.com wrote: > A WhateverCode containing an array subscript that is itself a > WhateverCode, usually works fine... e.g. `*.[*-1]` always returns the > last positional element of its argument. > > A WhateverCode closing over a lexical variable usually

[perl #130859] [WEIRD] WhateverCode subscript inside WhateverCode inside block doesn't properly close over lexical

2018-02-04 Thread Zoffix Znet via RT
On Sat, 25 Feb 2017 06:55:02 -0800, sml...@gmail.com wrote: > A WhateverCode containing an array subscript that is itself a > WhateverCode, usually works fine... e.g. `*.[*-1]` always returns the > last positional element of its argument. > > A WhateverCode closing over a lexical variable usually

[perl #131813] Segfault with --profile

2018-02-04 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Actually, I've been trying to reproduce it on the said revision with --profile, --ll-exception and whatnot, and I can't. I think this is an issue on OS X and therefore should be confirmed (and tested) on OS X also. On 2018-01-06 12:59:07, jan-olof.hen...@bredband.net wrote: > On Fri, 28 Jul 2017