On Sun, 2008-05-25 at 18:23 +0200, Ron Blaschke wrote:
> Hi Geoffrey,
Hi there!
> [snip *lots* of great detail]
Excellent, thank you! I will incorporate this into my next patch set,
and then another go around of compatibility testing with Mac OS X and
Linux. This next patch is going to be a do
# New Ticket Created by diakopter
# Please include the string: [perl #54800]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=54800 >
rakudo is currently ignoring named arguments if there is an optional
positional argument mi
On Sun May 25 13:15:10 2008, tetragon wrote:
> And here's a newer version of the patch that I use. This one changes
> config/init/hints/darwin.pm instead of config/init/defaults.pm
This worked for me on Mac OS X 10.4 on ppc.
Given what we've experienced, I'd like to verify that it also works on
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #54796]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=54796 >
The following run shows how the fact that a list of captured
positionals barfs on an .el
# New Ticket Created by diakopter
# Please include the string: [perl #54808]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=54808 >
named argument key pair parsed as a Pair argument (incorrectly), and
vice versa (incorrectl
# New Ticket Created by diakopter
# Please include the string: [perl #54812]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=54812 >
14:24:21 rakudo: sub foo($a?=4){say $a.perl}; my %f=:a(7);
foo(:%f); foo(g=>7);
14:24:22
# New Ticket Created by diakopter
# Please include the string: [perl #54802]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=54802 >
sub foo($w, $x?, $y?, :$z = 2){ say $w~"|"~$x~"|"~$y~"|"~$z};
foo(1,Undef,Undef,'something_
# New Ticket Created by diakopter
# Please include the string: [perl #54810]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=54810 >
14:12:49 < diakopter> rakudo: sub foo(:$w=4){say $w.perl}; my
%z=:x(7); foo(%z); # I guess
# New Ticket Created by diakopter
# Please include the string: [perl #54804]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=54804 >
whereas perl5 and pugs both give syntax error.
rakudo: sub foo($v, $w?, $x?, $y?){ say $v~
# New Ticket Created by diakopter
# Please include the string: [perl #54806]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=54806 >
rakudo:
13:07:48 rakudo: sub foo(:$w=4){say $w};foo('w'=>3);foo(w=>3);
13:07:49 OUTPUT[3
2008/5/24 chromatic <[EMAIL PROTECTED]>:
> On Friday 23 May 2008 04:06:45 NotFound wrote:
>
> > Looking better at the Parrot_exec_rel_... vars, they are not intended
> > to be exported at all, they are globals for private usage between exec
> > and jit, so they don't need the API or DATA things. T
On Sunday 25 May 2008 02:31:44 François Perrad wrote:
> on Windows, since r27785, the command 'make hello' can't link.
>
> Info: resolving _op_jit by linking to __imp__op_jit (auto-import)
> src\exec_start.o: In function `emit_disp8_32':
> D:/fperrad/Parrot/trunk/src/jit_emit.h:171: undefined refe
On Thu May 01 17:29:58 2008, [EMAIL PROTECTED] wrote:
>
> I believe that you give it the name of an opcode, and it tells you which
> src/ops/*.ops file contains it and any documentation for that opcode.
>
> I'd use it, if it worked.
>
It does work, but only when called from the directory in
Hi Geoffrey,
I managed to get the F running on Windows
XP SP3, VC++ 9.0, using Parrot r27789. There are glitches involved,
though. I'll just explain what I did.
First I checked the OpenGL install on my box. I have the "Windows SDK
for Windows Server 2008 and .NET Framework 3.5" installed
# New Ticket Created by Reini Urban
# Please include the string: [perl #54780]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=54780 >
cygwin patch by Ronald Schmidt, checked ok by Reini Urban.
1. Doc patch to mention MSWin3
# New Ticket Created by Vasily Chekalkin
# Please include the string: [perl #54766]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=54766 >
Hello.
Implementation for Str.substr method with correct handling of negative
leng
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #54762]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=54762 >
Attached patch updates README in languages/perl6/:
* updated/add description of test tar
17 matches
Mail list logo