Re: Announce: Rakudo Star Release 2018.01

2018-01-29 Thread ToddAndMargo
On 01/29/2018 07:31 AM, Steve Mynott wrote: Binaries for macOS and Windows (64 bit) will shortly be available at the same location. And sign of 32 bit for Windows in our future?

[perl #130532] [JVM] Failing tests for itemization of arguments with infix: after introduction of Rakudo::Internals.OneValueIterator

2018-01-29 Thread Pepe Schwarz via RT
On Sat, 14 Jan 2017 13:46:47 -0800, barto...@gmx.de wrote: > On Tue, 10 Jan 2017 12:46:48 -0800, barto...@gmx.de wrote: > > I managed to golf this a bit: > > > > $ ./perl6-j -e 'use nqp; class A { has Mu $!foo; method bar () { > > $!foo > > := nqp::null; say nqp::isnull($!foo) ?? "null" !! $!foo }

[perl #130532] [JVM] Failing tests for itemization of arguments with infix: after introduction of Rakudo::Internals.OneValueIterator

2018-01-29 Thread Pepe Schwarz via RT
On Sat, 14 Jan 2017 13:46:47 -0800, barto...@gmx.de wrote: > On Tue, 10 Jan 2017 12:46:48 -0800, barto...@gmx.de wrote: > > I managed to golf this a bit: > > > > $ ./perl6-j -e 'use nqp; class A { has Mu $!foo; method bar () { > > $!foo > > := nqp::null; say nqp::isnull($!foo) ?? "null" !! $!foo }

[perl #127135] [BUG] Infinite Loop with missing second arg on .subst-mutate

2018-01-29 Thread Zoffix Znet via RT
On Mon, 04 Jan 2016 03:00:00 -0800, elizabeth wrote: > > On 04 Jan 2016, at 11:51, Lloyd Fournier > > wrote: > > > > There is no mention of subst-mutate in the design docs. Should I > > still write tests in roast? > > Well, subst-mutate is *not* used inside of the core

Announce: Rakudo Star Release 2018.01

2018-01-29 Thread Steve Mynott
On behalf of the Rakudo and Perl 6 development teams, I'm pleased to announce the January 2018 release of "Rakudo Star", a useful and usable production distribution of Rakudo Perl 6. The tarball for this release is available from https://rakudo.perl6.org/downloads/star/. Binaries for macOS and

[perl #127135] [BUG] Infinite Loop with missing second arg on .subst-mutate

2018-01-29 Thread Zoffix Znet via RT
On Mon, 04 Jan 2016 03:00:00 -0800, elizabeth wrote: > > On 04 Jan 2016, at 11:51, Lloyd Fournier > > wrote: > > > > There is no mention of subst-mutate in the design docs. Should I > > still write tests in roast? > > Well, subst-mutate is *not* used inside of the core