[perl #125255] [BUG] Combining characters don't roundtrip from .perl

2015-05-26 Thread via RT
# New Ticket Created by Alexander Moquin # Please include the string: [perl #125255] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125255 > 21:05 m: say "\x35A".perl 21:05 rakudo-moar c2a57e: OUTPUT«"͚"␤» 21:05 m: say EVAL

[perl #125249] [2015.05] Cannot look up attributes in a type object

2015-05-26 Thread Christian Bartolomaeus via RT
I added a test to S09-hashes/objecthash.t with commit https://github.com/perl6/roast/commit/3f4554b157 I'm closing this ticket as 'resolved'.

[perl #125254] rakudo VM segfault

2015-05-26 Thread via RT
# New Ticket Created by # Please include the string: [perl #125254] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125254 > The segfault obviously occurs in history_get_time(), but it can't be invoked consistently. There are

[perl #125148] my %h = classify { "foo" }, (); # failing over last few days

2015-05-26 Thread Christian Bartolomaeus via RT
This no longer fails: $ perl6 -e 'my %h = classify { "foo" }, (); say "alive"' alive The tests were unfudged with commit https://github.com/perl6/roast/commit/48fb065cf34eade25b782c0233fc04289c57fcc0 I'm closing this ticket as 'resolved'.

Re: [perl #125249] [2015.05] Cannot look up attributes in a type object

2015-05-26 Thread Elizabeth Mattijsen
This has already been fixed by 869306336fadd85320bfc1ae > On 25 May 2015, at 20:39, Andy Weidenbaum (via RT) > wrote: > > # New Ticket Created by Andy Weidenbaum > # Please include the string: [perl #125249] > # in the subject line of all future correspondence about this issue. > # https://

[perl #125253] [BUG] USAGE lacks comment when where clause is present

2015-05-26 Thread via RT
# New Ticket Created by Tobias Leich # Please include the string: [perl #125253] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125253 > sub MAIN($a) { ... } #= flubber rakudo-moar c2a57e: OUTPUT«Usage:␤ /tmp/jF9IVKBBk9 -- f

[perl #125247] Unclosed multiline comments - bad error message

2015-05-26 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125247] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125247 > Code like this: #!/usr/bin/env perl6 #`{{ some comments here Gives this error messag

[perl #125251] Usage does not print required type for positional params in MAIN

2015-05-26 Thread via RT
# New Ticket Created by Pawel Pabian # Please include the string: [perl #125251] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125251 > Named params print required types: 17:33 bbkr: r: sub MAIN (Int :$x!) {...} 17:33 cameli

[perl6/specs] 4932a7: Correct signature, cognominal++

2015-05-26 Thread GitHub
Branch: refs/heads/newio Home: https://github.com/perl6/specs Commit: 4932a71206131f76c7064295bc70ef785260adeb https://github.com/perl6/specs/commit/4932a71206131f76c7064295bc70ef785260adeb Author: Moritz Lenz Date: 2015-05-22 (Fri, 22 May 2015) Changed paths: M S32-set

[perl #125249] [2015.05] Cannot look up attributes in a type object

2015-05-26 Thread via RT
# New Ticket Created by Andy Weidenbaum # Please include the string: [perl #125249] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125249 > This occurs in Rakudo 2015.05 release but not in 2015.04. Basic case: $ cat h.pl

[perl #125242] .perl method fails on hashes with type-constrained keys

2015-05-26 Thread Carl Mäsak via RT
lizmat (>) > This appears fixed with 869306336fadd85320bfc1 Resolving ticket.