Re: [perl #127220] Potential regular expression issue

2016-01-09 Thread Elizabeth Mattijsen
> On 09 Jan 2016, at 10:33, (via RT) wrote: > > # New Ticket Created by > # Please include the string: [perl #127220] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=127220 > > > >

Re: [perl #127215] Negative codepoint in .comb + /:m/

2016-01-09 Thread Elizabeth Mattijsen
> On 09 Jan 2016, at 06:03, Juerd Waalboer (via RT) > wrote: > > # New Ticket Created by Juerd Waalboer > # Please include the string: [perl #127215] > # in the subject line of all future correspondence about this issue. > #

[perl #127191] .hyper/.race parameters sanity check

2016-01-09 Thread Christian Bartolomaeus via RT
On Wed Jan 06 13:51:56 2016, elizabeth wrote: [...] > Fixed with 70640bf , tests added with 4a59ba3 , can be closed Thanks! I'm closing this ticket as 'resolved'.

[perl #127161] DateTime methods .earlier and .later allow negative years, days, seconds but not months (.earlier(months => -1))

2016-01-09 Thread Christian Bartolomaeus via RT
On Tue Jan 05 03:55:57 2016, elizabeth wrote: [...] > Fixed with d80c728e257dbe17384c4 , test unfudged with 233d409 , can be > closed. Thanks! I'm closing this ticket as 'resolved'.

[perl #127126] [PATCH] Decent sqrt() - makes sqrt(-1+0i) == i

2016-01-09 Thread Christian Bartolomaeus via RT
On Sat Jan 02 15:19:11 2016, elizabeth wrote: > > On 02 Jan 2016, at 20:54, Dan Kogai (via RT) > follo...@perl.org> wrote: > > > > # New Ticket Created by Dan Kogai > > # Please include the string: [perl #127126] > > # in the subject line of all future correspondence about this issue. > > #

[perl #127225] LTA error message from typed enum declaration

2016-01-09 Thread via RT
# New Ticket Created by Dave Rolsky # Please include the string: [perl #127225] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127225 > perl6 -e 'my Str enum Foo < x y z >' ===SORRY!=== Incompatible MROs in P6opaque rebless

[perl #127170] Subclass of Date + role = attribute default fail

2016-01-09 Thread Christian Bartolomaeus via RT
On Wed Jan 06 06:05:47 2016, elizabeth wrote: [...] > Fixed with fec0619 , tests added with 5e7d2ad , can be closed. Thanks! I'm closing this ticket as 'resolved'.

[perl #127160] DateTime method .earlier thinks that the time is flowing backwards (DateTime.now.earlier(years => 15))

2016-01-09 Thread Christian Bartolomaeus via RT
On Tue Jan 05 01:28:09 2016, elizabeth wrote: [...] > Fixed with 18957e3f98e7830eb0c , tests added with afe667b , can be > closed Thanks! I'm closing this ticket as 'resolved'.

[perl #127166] [BUG] comparing a seq to a set gives "already iterated"

2016-01-09 Thread Christian Bartolomaeus via RT
On Tue Jan 05 01:11:37 2016, elizabeth wrote: [...] > Fixed with d1ff735 , tests added with b774bcc , can be closed Thanks! I'm closing this ticket as 'resolved'.

[perl #127226] QUOTE does not remove backslash with adverb :b

2016-01-09 Thread via RT
# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #127226] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127226 > my $x = 42; say Q:s:b{\$x} # OUTPUT«\42␤» # EXPECTED«42␤»

Re: [perl #127220] Potential regular expression issue

2016-01-09 Thread drforr
On 2016-01-09 12:19, Elizabeth Mattijsen via RT wrote: On 09 Jan 2016, at 10:33, (via RT) wrote: Yeah, about as soon as I sent it in I realized what I'd done wrong. Expectations from P5 getting in the way. # New Ticket Created by # Please include the

[perl #127220] Potential regular expression issue

2016-01-09 Thread via RT
# New Ticket Created by # Please include the string: [perl #127220] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127220 > jgoff@Demeisen:~$ perl6 -v This is Rakudo version 2015.12-152-gd7f3f0b built on MoarVM version

Re: [perl #127220] AutoReply: Potential regular expression issue

2016-01-09 Thread drforr
Please close this, I was being an idiot. \c[0x2424] - I just blithely assumed that the number was as in \x{..}. On 2016-01-09 10:33, perl6 via RT wrote: Greetings, This message has been automatically generated in response to the creation of a trouble ticket regarding: "Potential