[perl #126966] [POD] empty strings in .contents with single formatting code

2015-12-19 Thread via RT
# New Ticket Created by Lloyd Fournier # Please include the string: [perl #126966] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126966 > =pod C say $=pod[0].contents[0].contents.perl; ["", Pod::FormattingCode.new(type => "

Re: [perl #126966] [POD] empty strings in .contents with single formatting code

2015-12-19 Thread Elizabeth Mattijsen
> On 19 Dec 2015, at 13:38, Lloyd Fournier (via RT) > wrote: > > # New Ticket Created by Lloyd Fournier > # Please include the string: [perl #126966] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=126966 > > > > =pod C

[perl #126968] [BUG] wrong output for 1000.fmt("%e") and 1_000_000.fmt("%e")

2015-12-19 Thread via RT
# New Ticket Created by grond...@yahoo.fr # Please include the string: [perl #126968] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126968 > $ perl6 --version This is Rakudo version 2015.11-686-g09aaf93 built on MoarVM versio

[perl #125769] Failure bound to variable, as result of if statement, sinks and throws

2015-12-19 Thread Larry Wall via RT
Fixed in 091ee7507464595e7712f4ae911d95d467e5281b Tests in 8b97aa4f6191affdd91da78607eca4ae6dc73b11

[perl #100232] Implementation details leak through in variable interpolation into regexes

2015-12-19 Thread Larry Wall via RT
A new restricted dialect of regex is implemented in 28ab83f947b4899a4f8698eee5bc056742f356f1 and 19d84be0066978f616ace6fa9f506e742161a378 Tests in 1becd7c9b456b707a14bfba40d672ec28945f199

[perl #126969] [BUG] Smartmatching against a regex in a variable doesn't capture things into $/ in Rakudo

2015-12-19 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #126969] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126969 > m: say so "foo" ~~ /f(oo)/; say ~$0 rakudo-moar 091ee7: OUTPUT«True␤oo␤» m: constant $

[perl #126971] [BUG] Rematching in a code assertion inside a regex doesn't recognize Match variable shorthands

2015-12-19 Thread via RT
# New Ticket Created by Pepe Schwarz # Please include the string: [perl #126971] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126971 > 02:03 < lucs> m: say so("a" ~~ / (.) /) 02:03 <+camelia> rakudo-moar 091ee7: OUTPUT«$0 i

[perl #126972] LTA error mesage about getlexrelcaller (/a/)

2015-12-19 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #126972] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126972 > Code: /a/ Result: getlexrelcaller needs a context in block at -e:1 Not bad, actua

[perl #126973] No warnings when Inf or NaN is in sink context ( ∞ )

2015-12-19 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #126973] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126973 > Code: ∞ Result: (no output) Same thing with NaN and Inf. I was expecting a warning.