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.
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 valueType check
> failed on return valuein sub foo [...]
> * masak submits rakudobug
>
> I might have misunderstood something -- but if this i
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
> >
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
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
# 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
# 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>
# 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,