[perl6/specs] 3637e6: doc LEXICAL, OUTERS, and CALLERS pseudo packages

2015-03-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 3637e65faa7caf4ce97581acfee259ff75c1b757 https://github.com/perl6/specs/commit/3637e65faa7caf4ce97581acfee259ff75c1b757 Author: TimToady Date: 2015-03-05 (Thu, 05 Mar 2015) Changed paths: M S02-bits.

[perl #66892] [BUG] cannot return an Array with Strs from a sub that declares a return type of Array of Str in Rakudo

2015-03-05 Thread jn...@jnthn.net via RT
On Tue Jun 23 03:15:22 2009, masak wrote: > rakudo: sub foo(--> Array of Str) { my Str @a = ; > @a }; foo > rakudo 10f223: OUTPUT«Use of type object as value␤Type check > failed on return value␤in sub foo [...] > * masak submits rakudobug > > I might have misunderstood something -- but if this i

And now PPC32 (was Re: Taming PowerPC 64)

2015-03-05 Thread Nicholas Clark
On Thu, Mar 05, 2015 at 08:41:51PM +, Nicholas Clark wrote: > On Thu, Mar 05, 2015 at 07:57:12PM +, Nicholas Clark wrote: > > > Sadly PPC32 is a mess. With these patches NQP will build, and the nativecall > > tests pass. However 2 other tests fail (arithmetic and printf problems), and > >

Re: Taming PowerPC 64

2015-03-05 Thread Nicholas Clark
On Thu, Mar 05, 2015 at 07:57:12PM +, Nicholas Clark wrote: > Sadly PPC32 is a mess. With these patches NQP will build, and the nativecall > tests pass. However 2 other tests fail (arithmetic and printf problems), and > the Rakudo build explodes with a syntax error backtrace. [nick@gcc1-power

Taming PowerPC 64

2015-03-05 Thread Nicholas Clark
Attached are two patches needed to get nearly everything working on PPC64 (At least, Fedora 18) At the moment, nativecall goes SEGV bigtime, because dyncall is misidentifying the system as PPC32, and hence using the 32 bit calling code. D'oh! As far as I can figure out, dyncall isn't really as ro

[perl #123989] [BUG] endless loop when calling nextsame in two multis differing only by constraints

2015-03-05 Thread via RT
# New Ticket Created by Stefan Seifert # Please include the string: [perl #123989] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123989 > multi foo(Int $foo where * > 0) { say ">0"; nextsame; } multi foo(Int $foo wher

[perl #123979] %064b format doesn't deal with negatives

2015-03-05 Thread via RT
# New Ticket Created by Larry Wall # Please include the string: [perl #123979] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123979 > > printf "%064b", -100 -1100100>

[perl #123974] Running regex on string defined in a loop eats tons of memory

2015-03-05 Thread via RT
# New Ticket Created by Adrian Kreher # Please include the string: [perl #123974] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123974 > This is perl6 version 2015.02-157-g28fddba built on MoarVM version 2015.02-17-g86d0c68,