Re: Junctions now being stringified as one alternative per line?

2018-02-26 Thread Timo Paulssen
Actually, Zoffix pointed out to me on IRC that it's a bug; say is supposed to call .gist on the Junction itself. Until that gets fixed, it's probably a good idea to use `say $foo.perl` or `put $foo.perl` instead. The justification is that `say` is often used "to dump iffy stuff that doesn't quite

[perl #132511] Binary assignment Z+= fails if it's the last thing in for loop

2018-02-26 Thread Zoffix Znet via RT
On Mon, 04 Dec 2017 12:31:28 -0800, alex.jakime...@gmail.com wrote: > FWIW it never worked: > https://gist.github.com/Whateverable/d9dbebb0e985a3964845df2c8652cbdf > > On 2017-11-27 17:36:22, comdog wrote: > > I previously asked about this unexpected Z behavior on Stackoverflow > > ( https://stack

[perl #132511] Binary assignment Z+= fails if it's the last thing in for loop

2018-02-26 Thread Zoffix Znet via RT
On Mon, 04 Dec 2017 12:31:28 -0800, alex.jakime...@gmail.com wrote: > FWIW it never worked: > https://gist.github.com/Whateverable/d9dbebb0e985a3964845df2c8652cbdf > > On 2017-11-27 17:36:22, comdog wrote: > > I previously asked about this unexpected Z behavior on Stackoverflow > > ( https://stack

[perl #131622] [BUG] Failures don't get sunk when last in for loop

2018-02-26 Thread Zoffix Znet via RT
On Wed, 03 Jan 2018 10:51:49 -0800, c...@zoffix.com wrote: > Related Issue: https://github.com/rakudo/rakudo/issues/1360 Fix: https://github.com/rakudo/rakudo/commit/4c5b81fedb7434b235 Test: https://github.com/perl6/roast/commit/01b59fba66bde1e616b91afbbfc0f89b7727f05a