[perl #132016] Supply.merge and signals ( signal(SIGTERM).merge(signal(SIGINT)) )

2017-09-01 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #132016] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132016 > Command: # run it and then send SIGINT (e.g. with Ctrl+C) perl6 -e

[perl #123015] [RFC] methods for accessing binary data in Buf objects

2017-09-01 Thread Brian S. Julin via RT
On Mon, 20 Oct 2014 07:01:07 -0700, moritz wrote: > On Mon Oct 20 06:54:16 2014, abraxxa wrote: > > As discussed on IRC mainly with moritz I'd need a way to get the > > number of bytes, not elements, of a Buf object so it can be looped > > and > > each byte accessed with $buf.[$idx]. > > I'm

Fedora and 2017.08

2017-09-01 Thread ToddAndMargo
Coming soon to a computer near you! The word from Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1478608 --- Comment #2 from Fedora Update System --- moarvm-0.2017.08.1-1.fc26, nqp-0.0.2017.08-1.fc26, rakudo-0.2017.08-1.fc26 has been pushed to the Fedora 26

[perl #130520] [RFC] Deprecate `flatmap`

2017-09-01 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
A lot of discussion drifted to this ticket for some reason: https://github.com/perl6/doc/issues/1428 Let's get ourselves back here. On 2017-07-31 14:40:50, c...@zoffix.com wrote: > > But do you really think I'm wrong > > Nope. I agree it should be tossed. > > There's one test in 6.c-errata that

[perl #132012] Numeric values of signals are wrong (say +SIGUSR1)

2017-09-01 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
We now have a note in the docs about this. When fixed, change the docs accordingly (*maybe* saying that versions before X are known to have a bug). https://github.com/perl6/doc/commit/39e3efc08d See IRC discussion: https://irclog.perlgeek.de/perl6/2017-09-01#i_15103501 On 2017-09-01 03:33:34,

[perl #132015] [LTA] Backtraces for errors in EVAL print nonexistent paths (‘foo’.EVAL)

2017-09-01 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #132015] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132015 > Code: ‘foo’.EVAL Result: ===SORRY!=== Error while compiling

Re: [perl #131997] New Rakudo Star Bug

2017-09-01 Thread Stephen Roe via RT
>>> > On 1 Sep 2017, at 13:55, Will Coleda via RT > wrote: > > On Wed, 30 Aug 2017 09:15:53 -0700, stephen.john@gmail.com wrote: >> This is Rakudo version 2017.04.3 built on MoarVM version 2017.04-53- >> g66c6dda >> implementing Perl 6.c. >> >> As mentioned

Re: [perl #131997] New Rakudo Star Bug

2017-09-01 Thread Stephen Roe
>>> > On 1 Sep 2017, at 13:55, Will Coleda via RT > wrote: > > On Wed, 30 Aug 2017 09:15:53 -0700, stephen.john@gmail.com wrote: >> This is Rakudo version 2017.04.3 built on MoarVM version 2017.04-53- >> g66c6dda >> implementing Perl 6.c. >> >> As mentioned

[perl #131003] [SEGV] Heap corruption when using Gumbo

2017-09-01 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
https://irclog.perlgeek.de/perl6-dev/2017-09-01#i_15102810 On 2017-07-31 08:27:09, alex.jakime...@gmail.com wrote: > FWIW, still happens after all changes during this month. > > On 2017-07-22 16:21:30, alex.jakime...@gmail.com wrote: > > I bisected it to > > >

[perl #132004] infinite loop with grammar

2017-09-01 Thread via RT
# New Ticket Created by Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 # Please include the string: [perl #132004] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132004 > › perl6 -v This is Rakudo version 2017.07 built on MoarVM version 2017.07

[perl #132003] grammar cannot parse from Blob/Buf

2017-09-01 Thread via RT
# New Ticket Created by Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 # Please include the string: [perl #132003] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132003 > › perl6 -v This is Rakudo version 2017.07 built on MoarVM version 2017.07

[perl #132014] [REGEX] Some Zero-Width assertion appear to not work in

2017-09-01 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #132014] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132014 > IRC: https://irclog.perlgeek.de/perl6/2017-09-01#i_15101726 If `^` or `«` is used in ``

[perl #131996] `unhandled Failure detected in DESTROY` on `require`

2017-09-01 Thread Brian S. Julin via RT
On Wed, 30 Aug 2017 06:44:51 -0700, alexander.kiryu...@gmail.com wrote: > This one is tough. > > http://colabti.org/irclogger/irclogger_log/perl6?date=2017-08-30#l469 > - the > original conversation with Zoffix. > >

[perl #130528] missing interpolation in postcircumfix error message

2017-09-01 Thread Brian S. Julin via RT
On Sat, 07 Jan 2017 11:33:55 -0800, gfldex wrote: > sub postcircumfix:«> <»($a){}; loop (my $i=0;$i>10;$i++) {}; > > # OUTPUT«===SORRY!=== Error while compiling ␤Unable to parse > expression in postcircumfix:sym«> <»; couldn't find final $stopper ␤at > :1␤--> rcumfix:«> <»($a){}; loop (my

[perl #131997] New Rakudo Star Bug

2017-09-01 Thread Will Coleda via RT
On Wed, 30 Aug 2017 09:15:53 -0700, stephen.john@gmail.com wrote: > This is Rakudo version 2017.04.3 built on MoarVM version 2017.04-53- > g66c6dda > implementing Perl 6.c. > > As mentioned on IRC #perl6 today 16:50. > Apologies if this is down to newbie error - please do let me know if > (&

[perl #131997] New Rakudo Star Bug

2017-09-01 Thread Will Coleda via RT
On Wed, 30 Aug 2017 09:15:53 -0700, stephen.john@gmail.com wrote: > This is Rakudo version 2017.04.3 built on MoarVM version 2017.04-53- > g66c6dda > implementing Perl 6.c. > > As mentioned on IRC #perl6 today 16:50. > Apologies if this is down to newbie error - please do let me know if > (&

[perl #132012] Numeric values of signals are wrong (say +SIGUSR1)

2017-09-01 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #132012] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132012 > Code: say +SIGUSR1 Result: 30 However, on my system SIGUSR1 is

Re: [perl #132006] Instant.Instant is missing (say now.Instant)

2017-09-01 Thread Elizabeth Mattijsen via RT
Fixed with 51709e01c0788c466af , tests needed. > On 31 Aug 2017, at 22:05, Aleks-Daniel Jakimenko-Aleksejev (via RT) > wrote: > > # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev > # Please include the string: [perl #132006] > # in the subject line of

Re: [perl #132006] Instant.Instant is missing (say now.Instant)

2017-09-01 Thread Elizabeth Mattijsen
Fixed with 51709e01c0788c466af , tests needed. > On 31 Aug 2017, at 22:05, Aleks-Daniel Jakimenko-Aleksejev (via RT) > wrote: > > # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev > # Please include the string: [perl #132006] > # in the subject line of