[perl #131941] 2018 MIPIM Reservations

2017-08-21 Thread Brian S. Julin via RT
spam rejected

Announce: Rakudo Perl 6 compiler, Release #114 (2017.08)

2017-08-21 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the August 2017 release of Rakudo Perl 6 #114. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes and optimizations

[perl #126558] [BUG] Grammar parse failure should probably return Nil not Any

2017-08-21 Thread Ron Schmidt via RT
Noticed that RT #131919 is new and may apply to 6.d and would like to take a few days to review further.

[perl #126558] [BUG] Grammar parse failure should probably return Nil not Any

2017-08-21 Thread Ron Schmidt via RT
Hopefully it's just a doc issue but: https://docs.perl6.org/routine/parse still says: >> Returns a Match object on success, and Nil on failure.

[perl #126558] [BUG] Grammar parse failure should probably return Nil not Any

2017-08-21 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Is this ticket relevant today? Note that we also have this: https://rt.perl.org/Ticket/Display.html?id=131919 On 2016-12-19 08:41:33, ronaldxs wrote: > On Tue, 03 Nov 2015 14:26:06 -0800, ronaldxs wrote: > > 18:07 mr_ron m: grammar G { token TOP { a+ } }; my Nil $x = > > G.parse("zz") > > 18:07

[perl #131919] [RFC] Returning Failure from failed P6-level .parse

2017-08-21 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
It was removed completely for 2017.08 release. Rakudo commit: https://github.com/rakudo/rakudo/commit/465d91abdfda038cb7feda35f7966be4ec39acf3 Discussion: https://irclog.perlgeek.de/perl6-dev/2017-08-21#i_15048995 On 2017-08-19 15:31:01, alex.jakime...@gmail.com wrote: > I had to revert one of

[perl #131935] Spesh issue with errata tests: complex.t, unpolar.t, rat.t, fatrat.t

2017-08-21 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
A workaround for it was added in https://github.com/rakudo/rakudo/commit/1d69ebb9c2514fe5ae156998f71e4a112801b603 Without MVM_SPESH_DISABLE=1 it can give this kind of warning: Block (from unknown) seen at: /tmp/21S1e2RPQr, lines 107,115,122,69 Please use is-approx instead. This is LTA but at

[perl #131940] Proc::Async.bind-stdin leaves a unix socket open

2017-08-21 Thread via RT
# New Ticket Created by Shoichi Kaji # Please include the string: [perl #131940] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131940 > (Please note that the following is available at gist too.