[perl6/specs] cde208: Tweak line number shower

2018-03-22 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: cde208bde0f432ee496dabbe556a473c2aa2fcbd
  
https://github.com/perl6/specs/commit/cde208bde0f432ee496dabbe556a473c2aa2fcbd
  Author: Zoffix Znet 
  Date:   2018-03-20 (Tue, 20 Mar 2018)

  Changed paths:
M html/perl-with-historical-message.css

  Log Message:
  ---
  Tweak line number shower




[perl6/specs] 690bf9: Show line number anchors on hover

2018-03-22 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: 690bf9b60e2a375733ce5508c6aa4cf4999be6af
  
https://github.com/perl6/specs/commit/690bf9b60e2a375733ce5508c6aa4cf4999be6af
  Author: Zoffix Znet 
  Date:   2018-03-20 (Tue, 20 Mar 2018)

  Changed paths:
M html/perl-with-historical-message.css

  Log Message:
  ---
  Show line number anchors on hover

for easy linkage




[perl #127352] [BUG] Behavior of Regular Expressions Contained in a Constant with a Sigil

2018-03-22 Thread Jan-Olof Hendig via RT
On Tue, 13 Mar 2018 14:50:17 -0700, jan-olof.hen...@bredband.net wrote:
> On Fri, 05 Aug 2016 18:04:36 -0700, c...@zoffix.com wrote:
> > Still present today:
> >
> >  m: my $sepreg = rx/(<[\\/]>)/; my $filenameW =
> > "c:\\g\\b.mp4"; $filenameW ~~ $sepreg; say $/;
> >  rakudo-moar 589061: OUTPUT«「\」␤ 0 => 「\」␤»
> >  m: constant $sepreg = rx/(<[\\/]>)/; my $filenameW =
> > "c:\\g\\b.mp4"; $filenameW ~~ $sepreg; say $/;
> >  rakudo-moar 589061: OUTPUT«Nil␤»
> >  m: constant sepreg = rx/(<[\\/]>)/; my $filenameW =
> > "c:\\g\\b.mp4"; $filenameW ~~ sepreg; say $/;
> >  rakudo-moar 589061: OUTPUT«「\」␤ 0 => 「\」␤»
> 
> Fixed with commit
> https://github.com/rakudo/rakudo/commit/5ac593ee098f204ea69ef57edd9ae0925c544ea4

Roast test added with commit 
https://github.com/perl6/roast/commit/f2d422f229f50b14f47d803362c7af8e73b8c13b


Re: [perl #131684] Iterator and Supply might fail early if Nil is sent on a channel

2018-03-22 Thread Elizabeth Mattijsen via RT
Fixed with https://github.com/rakudo/rakudo/commit/bdd8143e6f, tests needed

> On 1 Jul 2017, at 15:20, Jan-Olof Hendig (via RT) 
>  wrote:
> 
> # New Ticket Created by  Jan-Olof Hendig 
> # Please include the string:  [perl #131684]
> # in the subject line of all future correspondence about this issue. 
> # https://rt.perl.org/Ticket/Display.html?id=131684 >
> 
> 
> This is a vulnerability and should probably be fixed.
> 
> Discussion here: https://irclog.perlgeek.de/perl6-dev/2017-07-01#i_14812827


Re: [perl #131684] Iterator and Supply might fail early if Nil is sent on a channel

2018-03-22 Thread Elizabeth Mattijsen
Fixed with https://github.com/rakudo/rakudo/commit/bdd8143e6f, tests needed

> On 1 Jul 2017, at 15:20, Jan-Olof Hendig (via RT) 
>  wrote:
> 
> # New Ticket Created by  Jan-Olof Hendig 
> # Please include the string:  [perl #131684]
> # in the subject line of all future correspondence about this issue. 
> # https://rt.perl.org/Ticket/Display.html?id=131684 >
> 
> 
> This is a vulnerability and should probably be fixed.
> 
> Discussion here: https://irclog.perlgeek.de/perl6-dev/2017-07-01#i_14812827