[perl #124205] [BUG] List.squish does not always return the first list element

2015-09-17 Thread Christian Bartolomaeus via RT
This works now (fixed with commit ): $ perl6-m -e '.squish(:with(-> $a, $b {1})).perl.say' ("a",).Seq The tests in S32-list/squish.t are passing now. I'm closing this ticket as 'resolved'.

Announce: Rakudo Perl 6 compiler, Development Release #91 (“Zürich”)

2015-09-17 Thread Will Coleda
On behalf of the Rakudo development team, I’m happy to announce the September 2015 release of Rakudo Perl 6 #91 “Zürich”. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1] and the Java Virtual Machine. The tarball for this release is available from

[perl #126089] `done` outside of a supply block fails silently in Rakudo

2015-09-17 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #126089] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126089 > so what does `done` actually do outside of a `supply` block? masak: Nothing, just as "l

[perl #126088] [LTA] "Do not know how to load code from " due to wrong capitalization of

2015-09-17 Thread via RT
# New Ticket Created by raiph # Please include the string: [perl #126088] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126088 > See http://irclog.perlgeek.de/perl6/2015-09-17#i_11235064 What a user tried =

[perl #77624] [BUG] Base conversion of Str containing base conversion doesn't work in Rakudo

2015-09-17 Thread Christian Bartolomaeus via RT
A lot of tests for colon--form radix overrides were added to S02-literals/radix.t with commit 4c85334660. Those tests cover this ticket as well. I mentioned the ticket number in said file. I'm closing this ticket as 'resolved'.

[perl #126087] [LTA] [LHF] Could not find Module::Foo::from...

2015-09-17 Thread via RT
# New Ticket Created by raiph # Please include the string: [perl #126087] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126087 > >From http://irclog.perlgeek.de/perl6/2015-09-17#i_11235019: mullagainn===SORRY!===

[perl #119001] Passing a string that looks like an integer fails to match MAIN(Str)

2015-09-17 Thread Will Coleda via RT
On Wed Jul 24 01:04:23 2013, r...@hoelz.ro wrote: > If I define a MAIN sub with a Str parameter and pass an integer > argument, the type check fails and MAIN is never called. '10' is > technically a string, so I think it should still pass a string to MAIN. > (Example code attached) This now works

[perl #112250] [TODO] IntStr NYI

2015-09-17 Thread Will Coleda via RT
On Thu Dec 04 15:07:30 2014, barto...@gmx.de wrote: > today there was another discussion about this on #perl6: > > m: say <1 2 3 4 5 10>.max > rakudo-moar 6edc31: OUTPUT«5␤» > m: say (1,2,3,4,5,10).max > rakudo-moar 6edc31: OUTPUT«10␤» > that's also RT #112250 > bartolin: ok thanks ... it's

[perl #77624] [BUG] Base conversion of Str containing base conversion doesn't work in Rakudo

2015-09-17 Thread Will Coleda via RT
On Sat May 11 06:35:38 2013, pmichaud wrote: > On Fri, May 10, 2013 at 10:51:14PM -0700, Will Coleda via RT wrote: > > On Wed Sep 01 10:17:15 2010, masak wrote: > > > rakudo: say :10(':16') > > > rakudo dc9900: OUTPUT�DON'T PANIC! Invalid character (:)! > > > Please try again :) > > > ...DON'T P

[perl #61602] Fix Integral values of Inf/NaN

2015-09-17 Thread Will Coleda via RT
On Sun Dec 30 05:26:51 2012, moritz wrote: > I've opened https://github.com/perl6/specs/issues/27 to discuss some > spec issue the need to be addressed before we can fix this in rakudo. I'm rejecting this ticket from RT - If the spec issues are ever resolved, we can reopen this to track the imple

[perl #124351] nativecall failures on OS X

2015-09-17 Thread Will Coleda via RT
On Wed Sep 16 10:47:50 2015, coke wrote: > Current failure modes: > > $ prove -v -e ./perl6 t/04-nativecall/16-rt125408.t t/04- > nativecall/11-cpp.t t/04-nativecall/13-cpp-mangling.t > t/04-nativecall/16-rt125408.t .. > 1..1 > not ok 1 - RT#125408 stayed fixed > > # Failed test 'RT#125408 s

Re: [perl #126073] .unique on Supply after .grep with IO object causes high cpu usage and breaking of supply chain

2015-09-17 Thread Elizabeth Mattijsen
> On 16 Sep 2015, at 22:01, Erik Ferguson (via RT) > wrote: > > # New Ticket Created by Erik Ferguson > # Please include the string: [perl #126073] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=126073 > > > > If I crea

[perl #126073] .unique on Supply after .grep with IO object causes high cpu usage and breaking of supply chain

2015-09-17 Thread via RT
# New Ticket Created by Erik Ferguson # Please include the string: [perl #126073] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126073 > If I create a Supply chain where I .unique after .grep(*.IO.e), I end up with very high

[perl6/specs] e80063: delete S07-glr-draft.pod. OK on IRC

2015-09-17 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: e80063ccf3aba73d1c0e0ea7a405831190bf266e https://github.com/perl6/specs/commit/e80063ccf3aba73d1c0e0ea7a405831190bf266e Author: Steve Mynott Date: 2015-09-16 (Wed, 16 Sep 2015) Changed paths: R S07-g

[perl6/specs] bab09a: Update CompUnitRepo class specification seperator

2015-09-17 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: bab09aa98f7e89f6b9787cdcac505a5cb6fe1555 https://github.com/perl6/specs/commit/bab09aa98f7e89f6b9787cdcac505a5cb6fe1555 Author: Nick Logan Date: 2015-09-15 (Tue, 15 Sep 2015) Changed paths: M S22-pac