[perl #127872] <&foo> [REGEX] syntax does not find &foo in the regex's own scope, only in the parent scope

2017-09-06 Thread Brian S. Julin via RT
On Sat, 09 Jul 2016 19:48:54 -0700, c...@zoffix.com wrote: > Still present in rakudo 405519 > > m: my token foo ($a) { <$a> }; > rakudo-moar 405519: OUTPUT«===SORRY!=== Error while > compiling ␤Variable '$a' is not declared␤at :1␤--> my > token foo ($a) { <⏏$a> };␤» In addition to compilin

[perl #132042] [BUG] rakudo hangs while concurrently walking trees

2017-09-06 Thread Nick Logan via RT
On Wed, 06 Sep 2017 13:46:15 -0700, j.david.l...@apple.com wrote: > This short program hangs indefinitely on my system (after making > progress.) Tuning the number of threads and number of iterations can > change how reliably it hangs (down to 'never' when the number of > threads is < 3, for me.) >

[perl #132043] [IO] When IO::Notification is watching a file, the `path` attribute doubles the filename

2017-09-06 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #132043] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132043 > IRC: https://irclog.perlgeek.de/perl6/2017-09-06#i_15127587 Steps to repro. Create a file

[perl #129878] [BUG][UNI] Stringifying a List adds in spaces between each item

2017-09-06 Thread Will Coleda via RT
On Fri, 14 Oct 2016 11:06:54 -0700, c...@cpan.org wrote: > Cf > > say ("\c[REGIONAL INDICATOR SYMBOL LETTER G]" x 2).chars #=> 2 > > vs > > say ([~] "\c[REGIONAL INDICATOR SYMBOL LETTER G]" xx 2).chars #=> 1 > With a recent rakudo, these now both output 1 > say ("\c[REGIONAL INDICATOR

[perl #129878] [BUG][UNI] Stringifying a List adds in spaces between each item

2017-09-06 Thread Will Coleda via RT
On Fri, 14 Oct 2016 11:06:54 -0700, c...@cpan.org wrote: > Cf > > say ("\c[REGIONAL INDICATOR SYMBOL LETTER G]" x 2).chars #=> 2 > > vs > > say ([~] "\c[REGIONAL INDICATOR SYMBOL LETTER G]" xx 2).chars #=> 1 > With a recent rakudo, these now both output 1 > say ("\c[REGIONAL INDICATOR

Re: [perl #132042] [BUG] rakudo hangs while concurrently walking trees

2017-09-06 Thread J . David Lowe
> On Sep 6, 2017, at 1:57 PM, Elizabeth Mattijsen via RT > wrote: > > >> On 6 Sep 2017, at 22:46, J . David Lowe (via RT) >> wrote: >> >> # New Ticket Created by J . David Lowe >> # Please include the string: [perl #132042] >> # in the subject line of all future correspondence about this

Re: [perl #132042] [BUG] rakudo hangs while concurrently walking trees

2017-09-06 Thread J . David Lowe via RT
> On Sep 6, 2017, at 1:57 PM, Elizabeth Mattijsen via RT > wrote: > > >> On 6 Sep 2017, at 22:46, J . David Lowe (via RT) >> wrote: >> >> # New Ticket Created by J . David Lowe >> # Please include the string: [perl #132042] >> # in the subject line of all future correspondence about this

Re: [perl #132042] [BUG] rakudo hangs while concurrently walking trees

2017-09-06 Thread Elizabeth Mattijsen via RT
> On 6 Sep 2017, at 22:46, J . David Lowe (via RT) > wrote: > > # New Ticket Created by J . David Lowe > # Please include the string: [perl #132042] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=132042 > > > > This sh

Re: [perl #132042] [BUG] rakudo hangs while concurrently walking trees

2017-09-06 Thread Elizabeth Mattijsen
> On 6 Sep 2017, at 22:46, J . David Lowe (via RT) > wrote: > > # New Ticket Created by J . David Lowe > # Please include the string: [perl #132042] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=132042 > > > > This sh

[perl #132042] [BUG] rakudo hangs while concurrently walking trees

2017-09-06 Thread via RT
# New Ticket Created by J . David Lowe # Please include the string: [perl #132042] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132042 > This short program hangs indefinitely on my system (after making progress.) Tuning the

[perl #132041] [UNI] Str.perl fails to escape certain lone diacritics at the start of the string.

2017-09-06 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #132041] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132041 > Some diacritical marks are correctly escaped by `.perl` when they appear at the beginning of t

Re: [perl #132030] [REGRESSION] Broken Text::CSV tests and possibly other ecosystem fallout

2017-09-06 Thread Elizabeth Mattijsen via RT
> On 6 Sep 2017, at 15:38, jn...@jnthn.net via RT > wrote: > To recap the IRC discussion yesterday: no, we haven't had this so far (except > for stdout/stderr), and have gotten away with it due to the lack of output > buffering. At present, we can either choose between: > > 1) Start keeping a

Re: [perl #132030] [REGRESSION] Broken Text::CSV tests and possibly other ecosystem fallout

2017-09-06 Thread Elizabeth Mattijsen
> On 6 Sep 2017, at 15:38, jn...@jnthn.net via RT > wrote: > To recap the IRC discussion yesterday: no, we haven't had this so far (except > for stdout/stderr), and have gotten away with it due to the lack of output > buffering. At present, we can either choose between: > > 1) Start keeping a

[perl #132040] [LTA] Pointless to P5-warn on % sigil interpolation which Perl5 does not do

2017-09-06 Thread Brian S. Julin
# New Ticket Created by "Brian S. Julin" # Please include the string: [perl #132040] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132040 > Since Perl5 does not interpolate %-sigiled variables in quotes, it is kind of pointl

[perl #132030] [REGRESSION] Broken Text::CSV tests and possibly other ecosystem fallout

2017-09-06 Thread jn...@jnthn.net via RT
On Tue, 05 Sep 2017 09:11:19 -0700, allber...@gmail.com wrote: > On Tue, Sep 5, 2017 at 5:40 AM, jn...@jnthn.net via RT < > perl6-bugs-follo...@perl.org> wrote: > > > Failing to close output handles has been clearly documented (and yes, > > documented well before the recent buffering change) as so

[perl #132030] [REGRESSION] Broken Text::CSV tests and possibly other ecosystem fallout

2017-09-06 Thread jn...@jnthn.net via RT
On Tue, 05 Sep 2017 09:11:19 -0700, allber...@gmail.com wrote: > On Tue, Sep 5, 2017 at 5:40 AM, jn...@jnthn.net via RT < > perl6-bugs-follo...@perl.org> wrote: > > > Failing to close output handles has been clearly documented (and yes, > > documented well before the recent buffering change) as so

[perl #132039] [LHF] Bool.enums should give Map, not Hash (Bool.enums.^name.say)

2017-09-06 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #132039] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132039 > Code: Bool.enums.^name.say; Order.enums.^name.say Result: Hash Map

[perl #132035] [LTA] temp on an undeclared dynamic variable produces a not very helpful error

2017-09-06 Thread jn...@jnthn.net via RT
On Tue, 05 Sep 2017 11:02:59 -0700, allber...@gmail.com wrote: > Or maybe it's not that tricky after all; seems the Failure is actually a > useful one (X::Dynamic:NotFound), so introspection of the Failure would > reveal the issue. > Indeed. I added code to check if the thing we were trying to tem

[perl #132035] [LTA] temp on an undeclared dynamic variable produces a not very helpful error

2017-09-06 Thread jn...@jnthn.net via RT
On Tue, 05 Sep 2017 11:02:59 -0700, allber...@gmail.com wrote: > Or maybe it's not that tricky after all; seems the Failure is actually a > useful one (X::Dynamic:NotFound), so introspection of the Failure would > reveal the issue. > Indeed. I added code to check if the thing we were trying to tem

[perl #130855] [SPESH][OPTIMIZER] glitch with anon vars causes incorrect `Cannot assign to an immutable value` error

2017-09-06 Thread jn...@jnthn.net via RT
On Fri, 24 Feb 2017 15:02:23 -0800, c...@zoffix.com wrote: > Expected no errors, but in the first case it complains about > assignment to immutable value even though none exist in the code. > > zoffix@VirtualBox:~$ perl6 -e 'm: sub foo () {$ = 42}; for ^200 { > $ = foo }; say now - INIT now' >

[perl #130855] [SPESH][OPTIMIZER] glitch with anon vars causes incorrect `Cannot assign to an immutable value` error

2017-09-06 Thread jn...@jnthn.net via RT
On Fri, 24 Feb 2017 15:02:23 -0800, c...@zoffix.com wrote: > Expected no errors, but in the first case it complains about > assignment to immutable value even though none exist in the code. > > zoffix@VirtualBox:~$ perl6 -e 'm: sub foo () {$ = 42}; for ^200 { > $ = foo }; say now - INIT now' >

[perl #131985] [CONC] Curly-brace string interpolation is not thread safe

2017-09-06 Thread jn...@jnthn.net via RT
On Mon, 28 Aug 2017 17:59:39 -0700, j.david.l...@apple.com wrote: > This short program behaves strangely on my system: > > ``` > #!/usr/bin/env perl6 > > use v6.c; > > await((1 .. 5).map: -> $tid { >start { > for (1 .. 100) -> $index { > my $s-tid = "{$tid}"; > my $

[perl #131985] [CONC] Curly-brace string interpolation is not thread safe

2017-09-06 Thread jn...@jnthn.net via RT
On Mon, 28 Aug 2017 17:59:39 -0700, j.david.l...@apple.com wrote: > This short program behaves strangely on my system: > > ``` > #!/usr/bin/env perl6 > > use v6.c; > > await((1 .. 5).map: -> $tid { >start { > for (1 .. 100) -> $index { > my $s-tid = "{$tid}"; > my $