Moritz Lenz schrieb:
Reini Urban wrote:
> See
http://code.google.com/p/cygwin-rurban/source/browse/#svn/trunk/release/parrot/patches
http://code.google.com/p/cygwin-rurban/source/browse/trunk/release/parrot/patches/series
defines the order.
I tried to apply those patches stupidly both agains
Kevin Tew schrieb:
The merge has happened.
Developers/Users should see no visible changes.
Please build and test, should you have any problems, just yell at me on
#irc or parrot-porters.
Some options are still not implemented.
Attached patch does that.
The makefile has also still the C_GROUP
On Friday 22 August 2008 08:26:49 Kevin Tew wrote:
> Jitted nci stubs are supported now on i386 linux and win32.
> However jitted nci stubs are DISABLED by default.
> Once we have this initial merge completed and everyone happy, I will
> enable jitted nci stubs as the default, accompanied by anoth
Yesterday I got bitten by the fact that currently in Rakudo, $/
doesn't copy content from the matched string, but instead trusts that
it stays in the matched string and doesn't change.
Is this the intended behaviour, or should $/ keep a copy the string
contents? As the following examples show, Im
# New Ticket Created by Stephen Simmons
# Please include the string: [perl #58270]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58270 >
[Note: this is a cut and paste from ./parrotbug ... SMTP is not configured on
my mac
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #58274]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58274 >
As of r30452 this construct gives very weird results:
> my @x = 1, 2, 3; my $i = 0; $i +
Carl Mäsak wrote:
> Yesterday I got bitten by the fact that currently in Rakudo, $/
> doesn't copy content from the matched string, but instead trusts that
> it stays in the matched string and doesn't change.
>
> Is this the intended behaviour, or should $/ keep a copy the string
> contents? As th
# New Ticket Created by Stephen Simmons
# Please include the string: [perl #58282]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58282 >
I wrote a two argument max function, which uses an if/elsif/elsif/else
tree; the th
Francois Perrad wrote:
> Bob Rogers a écrit :
>> On behalf of the Parrot team, I'm proud to announce Parrot 0.7.0 "Severe
>> Macaw." Parrot (http://parrotcode.org/) is a virtual machine aimed at
>> running all dynamic languages.
>>
> As usual, the Windows setup is available on
> http://parrotwin
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #58278]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58278 >
r30449:
> sub a([EMAIL PROTECTED]) { say @b.elems }; a(1, 2, 3)
Cannot morph a Perl6Scal
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #58290]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58290 >
To match whatever the prior successful regex matched, use:
/ /
r30466:
$ ./perl6
Reini Urban wrote:
The issue is not the CPAN SW, which can easily be fixed somewhen (no-index),
the CPAN mirror network and the popularity is what parrot should look
forward to, IMHO
For that purpose, we're better off targeting the much larger
distribution networks of Debian, Ubuntu, Red Hat,
Klaas-Jan Stol (via RT) wrote:
Parrot has an instruction called 'set_addr', that stores the address of a
label into an integer register.
IMCC (and pdd19_pir) defines a short-cut for this op, called 'addr'.
$I0 = addr XYZ
I propose to remove this shortcut; should anybody want to use it, just u
On Fri Aug 22 22:10:54 2008, particle wrote:
> >>
> >> 6. A new makefile target, renumberops, invokes
tools/dev/opsrenumber.pl.
> >>
> >
> it strikes me that the makefile target and the script name should be
> the same.
Changed to 'make opsrenumber'.
Moritz Lenz wrote:
On #perl6 somebody just asked if there were up-to-date windows builds of
parrot somewhere, he had googled for 'parrot windows'. The parrotwin32
project didn't show up in his search (but it's first for 'parrot win32').
I think we should improve that situation. Suggestions:
1)
On Fri, Aug 22, 2008 at 02:27:12PM -0700, Stephen Simmons wrote:
> ---
> make failed on the following compilation, on revisions 30353 and 30457
> (and a couple of others in between). Additional information follows
> this output listing.
>
> --
> gcc -o miniparrot src/main.o src/null_c
Kevin Tew wrote:
I still think too much junk is in jit_emit.h
The patch attached shows how I would re-factor it.
That's a sane refactor. Thumbs up.
Allison
Reini Urban wrote:
Moritz Lenz schrieb:
Against which svn revision should I apply those patches for testing?
I'll try to be uptodate against HEAD with the patches in my SVN repo.
But things are changing fast over there.
config/gen/makefiles/root.in was changed by the ncigen merge yesterday.
On Sat, Aug 23, 2008 at 02:27:10AM -0700, Carl Mäsak wrote:
> To match whatever the prior successful regex matched, use:
>
> / /
>
> r30466:
> $ ./perl6 -e 'my $s = "hello"; say $s ~~ /ll/; say $s ~~ /ll/' # works
> ll
> ll
> $ ./perl6 -e 'my $s = "hello"; say $s ~~ /ll/; say $s ~~ / /'
>
On Sat, Aug 23, 2008 at 12:55:44PM +0200, Moritz Lenz wrote:
> Carl Mäsak wrote:
> > # should $/ really keep ties to $s like this?
> > rakudo: my $s = "hello"; $s ~~ /hello/; $s = "goodbye"; say $/
> > rakudo 29834: OUTPUT[goodb]
>
> I'm pretty sure it's a bug in rakudo.
It's a bug somewhere,
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #58276]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58276 >
Rakudo r30452:
> sub a(@b) { for @b { .say } }; my @x = (1, 2, 3); a(@x)
1 2 3
That sho
# New Ticket Created by James Keenan
# Please include the string: [perl #58296]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58296 >
I've spent several hours this morning trying to fix failing coding
standards tests. M
Patch committed to trunk, with small corrections, in r30478.
Reini Urban wrote:
Kevin Tew schrieb:
The merge has happened.
Developers/Users should see no visible changes.
Please build and test, should you have any problems, just yell at me
on #irc or parrot-porters.
Some options are still not implemented.
Attached patch does that.
Applied
The makef
François Perrad wrote:
> 2008/8/23 Allison Randal <[EMAIL PROTECTED]>:
>> Moritz Lenz wrote:
>>>
>>> On #perl6 somebody just asked if there were up-to-date windows builds of
>>> parrot somewhere, he had googled for 'parrot windows'. The parrotwin32
>>> project didn't show up in his search (but it's
tewk++ for fixing the remaining tests. We're back to 100% passing:
http://smolder.plusthree.com/app/public_projects/report_details/4350
On Sat, Aug 23, 2008 at 8:57 AM, Allison Randal <[EMAIL PROTECTED]> wrote:
> Moritz Lenz wrote:
>>
>> On #perl6 somebody just asked if there were up-to-date windows builds of
>> parrot somewhere, he had googled for 'parrot windows'. The parrotwin32
>> project didn't show up in his search (but it's
On Sat, Aug 23, 2008 at 1:19 PM, Moritz Lenz
<[EMAIL PROTECTED]> wrote:
> François Perrad wrote:
>> 2008/8/23 Allison Randal <[EMAIL PROTECTED]>:
>>> Moritz Lenz wrote:
On #perl6 somebody just asked if there were up-to-date windows builds of
parrot somewhere, he had googled for 'parr
On Sat, Aug 23, 2008 at 9:28 AM, Patrick R. Michaud <[EMAIL PROTECTED]> wrote:
> On Sat, Aug 23, 2008 at 06:02:52AM -0700, [EMAIL PROTECTED] wrote:
>> Modified: trunk/compilers/ncigen/src/c99AST.pir
>> ==
>> --- trunk/compi
Will Coleda wrote:
> On Sat, Aug 23, 2008 at 1:19 PM, Moritz Lenz
> <[EMAIL PROTECTED]> wrote:
>> I'd also suggest to move the Packages section further up (directly after
>> Release section), because I hope that more end users than developers are
>> (or will be) interested in parrot. And those get
On Sat, Aug 23, 2008 at 2:20 PM, Moritz Lenz
<[EMAIL PROTECTED]> wrote:
> Will Coleda wrote:
>> On Sat, Aug 23, 2008 at 1:19 PM, Moritz Lenz
>> <[EMAIL PROTECTED]> wrote:
>>> I'd also suggest to move the Packages section further up (directly after
>>> Release section), because I hope that more end
Will Coleda wrote:
In general, I'm not a fan of the AUTHOR sections. As you've noted,
they can get stale or out of sync pretty easily.
A lot of this information is captured in the version control metadata,
CREDITS, and RESPONSIBLE_PARTIES, and if someone's looking to get a
question answered, we
Allison Randal schrieb:
Reini Urban wrote:
Moritz Lenz schrieb:
Against which svn revision should I apply those patches for testing?
I'll try to be uptodate against HEAD with the patches in my SVN repo.
But things are changing fast over there.
config/gen/makefiles/root.in was changed by th
33 matches
Mail list logo