Re: [perl #127135] [BUG] Infinite Loop with missing second arg on .subst-mutate

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

Re: [perl #127137] [LTA ERROR] Signature-less Methods

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

[perl #127144] Native uint doesn't overflow on ++

2016-01-03 Thread via RT
# New Ticket Created by Juerd Waalboer # Please include the string: [perl #127144] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127144 > Bug: > my uint8 $x = 255; print $x, " -> "; $x = $x + 1; say $x; 255 -> 0

[perl #127143] Different Behaviour With/Without Commas in Sub/Method Calls and slipped hashes

2016-01-03 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127143] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127143 > I think this is related to https://rt.perl.org/Ticket/Display.html?id=127134 The code

[perl #127142] [BUG] Constraint Checked On Missing Named Parameters

2016-01-03 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127142] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127142 > If a constraint is created on a named parameter with either with a `where` or with a

Re: [perl #127040] AutoReply: Installation of rakudo-2015.12 fails

2016-01-03 Thread Gerd Pokorra
This bug is a duplicate of 127032. At a more recent git checkout (commit b5cb0054585a5ed2d61723d197923cb1e8a7f0ec) the command ./perl6-m tools/build/install-core-dist.pl <$(DESTDIR)$(PERL6_LANG_DIR)> already works. The command for the JVM backend fails: ./perl6-j tools/build/install-core-dist.pl

[perl #127147] [BUG] Useless useless sink warning require ::('Test') <>

2016-01-03 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127147] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127147 > m: require ::('Test') <>; say ok 42; rakudo-moar e95c62: OUTPUT«WARNINGS for

[perl #127134] Silent Success On Missing Commas

2016-01-03 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127134] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127134 > If, when constructing a hash, a comma is ommited, that particular key will be missing

[perl #127135] [BUG] Infinite Loop with missing second arg on .subst-mutate

2016-01-03 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127135] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127135 > Consider this code that is missing the second argument for .subst-mutate method and the

[perl #127137] [LTA ERROR] Signature-less Methods

2016-01-03 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127137] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127137 > The error is made when the programmer assumes method declarations without a signature