pdd19_pir.pod: See Cdocs/imcc/macros.pod

2008-08-25 Thread Reini Urban
pdd19_pir.pod references the not-existing docs/imcc/macros.pod. It would be nice if this documents shows up somewhere, as I found nothing more about macros, besides the section in pdd19_pir.pod -- Reini Urban http://phpwiki.org/ http://murbreak.at/

[perl #58324] Build issues on WXP

2008-08-25 Thread via RT
# New Ticket Created by dhruva # Please include the string: [perl #58324] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58324 Hi, I am trying to perl6 on windows XP. I get the following error as shown below. I

Re: Windows visibility ([PATCH])

2008-08-25 Thread Will Coleda
On Sun, Aug 24, 2008 at 12:26 PM, Moritz Lenz [EMAIL PROTECTED] wrote: Reini Urban wrote: 2008/8/23 François Perrad [EMAIL PROTECTED]: 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

Re: [perl #58302] [BUG] binary junctions of undefs in boolean context fails (21/37)

2008-08-25 Thread Stephen Simmons
On Sun, Aug 24, 2008 at 1:01 PM, Moritz Lenz via RT [EMAIL PROTECTED] wrote: Thanks for the tests, I'll rewrite them in terms of Test.pm, and add them to the test suite. I probably should learn how to do them the right way :-) Tests 34 to 36 were a bit overcritical: (0|undef say not

[perl #58340] [BUG] fibonacci gen ties state vars together in 2nd loop iteration

2008-08-25 Thread Stephen Simmons
# New Ticket Created by Stephen Simmons # Please include the string: [perl #58340] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58340 The attached fibonacci program seems to have some strange behavior in the loop.

Re: [perl #58308] [PATCH] Implementation fo string_str_rindex and rindex op.

2008-08-25 Thread Vasily Chekalkin
Moritz Lenz via RT wrote: On Sun Aug 24 03:59:15 2008, bacek wrote: Hello. There is almost copy-pasted version of rindex. ... which breaks the build for me (after a realclean): Or do I have to run some other commands except Configure.pl make? You probably missed second diff from patch.

Parrot Bug Summary

2008-08-25 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Aug 25 13:00:01 2008 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with

[perl #58338] [BUG] primes.p6 segfaults after 6000+ primes

2008-08-25 Thread Stephen Simmons
# New Ticket Created by Stephen Simmons # Please include the string: [perl #58338] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58338 The attached program, primes.p6 seems to work correctly, except that after

[perl #58354] [PATCH] for the file parrot.spec

2008-08-25 Thread [EMAIL PROTECTED] (via RT)
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #58354] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58354 Hello, this patch removes the file parrot-config from parrot.spec, because it

Re: [perl #57474] [pdb] parrot debugger segfault

2008-08-25 Thread NotFound
On Thu, Jul 31, 2008 at 8:19 PM, via RT Will Coleda [EMAIL PROTECTED] wrote: Running `parrot_debugger` over the tcl library code generates either a segfault or a crash, depending. It does not fail for me in r30535 Currently parrot_debugger does not disasseble automatically a pbc, but

Re: [perl #58338] [BUG] primes.p6 segfaults after 6000+ primes

2008-08-25 Thread Moritz Lenz
Stephen Simmons (via RT) wrote: # New Ticket Created by Stephen Simmons # Please include the string: [perl #58338] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58338 The attached program, primes.p6 seems to

Re: [perl #57474] [pdb] parrot debugger segfault

2008-08-25 Thread Will Coleda
I can't get it to segfault on that anymore either. On Mon, Aug 25, 2008 at 9:59 AM, NotFound [EMAIL PROTECTED] wrote: On Thu, Jul 31, 2008 at 8:19 PM, via RT Will Coleda [EMAIL PROTECTED] wrote: Running `parrot_debugger` over the tcl library code generates either a segfault or a crash,

[perl #58358] parrot_debugger - Undefined com mand: ñì¶ñì¶

2008-08-25 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #58358] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58358 Hitting enter immediately after successfully starting the debugger throws an error.

Re: [perl #58338] [BUG] primes.p6 segfaults after 6000+ primes

2008-08-25 Thread Patrick R. Michaud
On Mon, Aug 25, 2008 at 04:10:28PM +0200, Moritz Lenz wrote: The attached program, primes.p6 seems to work correctly, except that after processing the numbers from 1-6000+, it segfaults Here are the last few lines. Note that it had already output the first two chunks, and so it was

Re: [perl #58358] parrot_debugger - Undefined command: ñì¶ñì¶

2008-08-25 Thread NotFound
On Mon, Aug 25, 2008 at 4:16 PM, via RT Will Coleda [EMAIL PROTECTED] wrote: Hitting enter immediately after successfully starting the debugger throws an error. Fixed in r30537 -- Salu2

Re: pdd19_pir.pod: See Cdocs/imcc/macros.pod

2008-08-25 Thread Klaas-Jan Stol
docs/imcc/macros.pod was integrated into pdd19 some time ago. That's all information available on macros, currently kjs On Mon, Aug 25, 2008 at 10:08 AM, Reini Urban [EMAIL PROTECTED] wrote: pdd19_pir.pod references the not-existing docs/imcc/macros.pod. It would be nice if this documents

[perl #57920] Patch suggestion for Parrot Configure test of AIO

2008-08-25 Thread James Keenan via RT
On Thu Aug 14 06:03:27 2008, [EMAIL PROTECTED] wrote: On my computer (OpenSuse 11.0) the Parrot Configure.pl hangs forever when checking for platfom support for AIO. It appears to be a neverending sleep(1) loop in the check. In the patch I have added a countdown to make it exit after some

[svn:parrot-pdd] r30540 - trunk/docs/pdds

2008-08-25 Thread coke
Author: coke Date: Mon Aug 25 10:29:09 2008 New Revision: 30540 Modified: trunk/docs/pdds/pdd19_pir.pod Log: [docs] Remove reference to old file which this document superseded. Modified: trunk/docs/pdds/pdd19_pir.pod

Re: pdd19_pir.pod: See Cdocs/imcc/macros.pod

2008-08-25 Thread Will Coleda
On Mon, Aug 25, 2008 at 11:25 AM, Klaas-Jan Stol [EMAIL PROTECTED] wrote: docs/imcc/macros.pod was integrated into pdd19 some time ago. That's all information available on macros, currently kjs On Mon, Aug 25, 2008 at 10:08 AM, Reini Urban [EMAIL PROTECTED] wrote: pdd19_pir.pod references

Re: [svn:parrot] r30538 - trunk

2008-08-25 Thread Will Coleda
On Mon, Aug 25, 2008 at 1:00 PM, [EMAIL PROTECTED] wrote: Author: moritz Date: Mon Aug 25 10:00:25 2008 New Revision: 30538 Modified: trunk/Configure.pl Log: [config] reset MANIFEST.configure.generated before writing to it. Patch courtesy by Reini Urban Modified: trunk/Configure.pl

Re: [svn:parrot] r30538 - trunk

2008-08-25 Thread Moritz Lenz
Will Coleda wrote: On Mon, Aug 25, 2008 at 1:00 PM, [EMAIL PROTECTED] wrote: Author: moritz Date: Mon Aug 25 10:00:25 2008 New Revision: 30538 Modified: trunk/Configure.pl Log: [config] reset MANIFEST.configure.generated before writing to it. Patch courtesy by Reini Urban

Re: pdd19_pir.pod: See Cdocs/imcc/macros.pod

2008-08-25 Thread Moritz Lenz
Reini Urban wrote: pdd19_pir.pod references the not-existing docs/imcc/macros.pod. It would be nice if this documents shows up somewhere, as I found nothing more about macros, besides the section in pdd19_pir.pod Actually I stumbled over quite a lot of dangling references in the docs.

Re: My Parrot 0.7.0 patches (cygwin)

2008-08-25 Thread Reini Urban
Reini Urban schrieb: 2008/8/24 Allison Randal [EMAIL PROTECTED]: Reini Urban wrote: You want one patch only against HEAD? That's easy. But I dislike the idea, as it violates the usage of single tickets. This is different than the usual case as it's a collection of dependent patches that can't

Re: pdd19_pir.pod: See Cdocs/imcc/macros.pod

2008-08-25 Thread Will Coleda
On Mon, Aug 25, 2008 at 1:52 PM, Moritz Lenz [EMAIL PROTECTED] wrote: Reini Urban wrote: pdd19_pir.pod references the not-existing docs/imcc/macros.pod. It would be nice if this documents shows up somewhere, as I found nothing more about macros, besides the section in pdd19_pir.pod Actually

Re: My Parrot 0.7.0 patches (cygwin)

2008-08-25 Thread Reini Urban
Attached are updates to the cygwin070patches branch. Forget it. The Data.pm errors were still in. This is better. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ cygwin070patches_3.patch.gz Description: GNU Zip compressed data

Re: [perl #58354] [PATCH] for the file parrot.spec

2008-08-25 Thread Reini Urban
[EMAIL PROTECTED] (via RT) schrieb: # New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #58354] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58354 this patch removes the file parrot-config

Re: My Parrot 0.7.0 patches (cygwin)

2008-08-25 Thread Moritz Lenz
Reini Urban wrote: Attached are updates to the cygwin070patches branch. Thanks for applying the patches! applied as r30543. Moritz -- Moritz Lenz http://moritz.faui2k3.org/ | http://perl-6.de/

Re: My Parrot 0.7.0 patches (cygwin)

2008-08-25 Thread Reini Urban
Moritz Lenz schrieb: Reini Urban wrote: Attached are updates to the cygwin070patches branch. Thanks for applying the patches! applied as r30543. And this one also please. fix cuddled else and some beautification. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ Index: src/library.c

Re: [PATCH] ports/cygwin for 0.7.0-1

2008-08-25 Thread Moritz Lenz
Reini Urban wrote: patch -p0 -N ports-cygwin.patch cd ports/cygwin svn rm postinstall.sh preremove.sh parrot-0.6.4-2.cygport parrot-0.6.4-2.src.patch svn add parrot-0.7.0-1.cygport parrot-0.7.0-1.src.patch parrot-0.7.0-1.cygwin.patch svn ci -m'ports/cygwin for 0.7.0-1' Thanks. Applied

Re: My Parrot 0.7.0 patches (cygwin)

2008-08-25 Thread Moritz Lenz
Reini Urban wrote: Moritz Lenz schrieb: Reini Urban wrote: Attached are updates to the cygwin070patches branch. Thanks for applying the patches! applied as r30543. And this one also please. fix cuddled else and some beautification. Also applied (r30547).

Re: pdd19_pir.pod: See Cdocs/imcc/macros.pod

2008-08-25 Thread Allison Randal
Will Coleda wrote: Moritz Lenz wrote: Reini Urban wrote: Actually I stumbled over quite a lot of dangling references in the docs. Including, but not limited to, references to PDDS that still live in draft/, but are references to be in docs/pdds/ directly. What should we do with all these?

Re: My Parrot 0.7.0 patches (cygwin)

2008-08-25 Thread Allison Randal
Reini Urban wrote: In lib/Parrot/Configure/Compiler.pm, I agree that 'CONDITIONED_LINE' and 'INVERSE_CONDITIONED_LINE' aren't the clearest names, but '+' and '-' are far less clear. Change them to something meaningful like 'SHOW_LINE_IF' and 'HIDE_LINE_IF'. We can note the change in

Re: [perl #57920] Patch suggestion for Parrot Configure test of AIO

2008-08-25 Thread Allison Randal
James Keenan via RT wrote: 3. For future reference, submit bug reports to: [EMAIL PROTECTED] I recommend beginning Subject line with: [BUG]. And I recommend submitting patches as email attachment ending in : .txt (because that seems to render best in browsers, mail, news interfaces).

Re: My Parrot 0.7.0 patches (cygwin)

2008-08-25 Thread Reini Urban
Moritz Lenz schrieb: Reini Urban wrote: Moritz Lenz schrieb: Reini Urban wrote: Attached are updates to the cygwin070patches branch. Thanks for applying the patches! applied as r30543. And this one also please. fix cuddled else and some beautification. Also applied (r30547). And one

Re: My Parrot 0.7.0 patches (cygwin)

2008-08-25 Thread Moritz Lenz
Reini Urban wrote: Moritz Lenz schrieb: Reini Urban wrote: Moritz Lenz schrieb: Reini Urban wrote: Attached are updates to the cygwin070patches branch. Thanks for applying the patches! applied as r30543. And this one also please. fix cuddled else and some beautification. Also applied

[perl #57920] Patch suggestion for Parrot Configure test of AIO

2008-08-25 Thread James Keenan via RT
On Mon Aug 25 13:15:16 2008, [EMAIL PROTECTED] wrote: Generally recommend attaching patches as files ending in .patch (as documented in docs/submissions.pod) for the sanity of the patch monsters. Well, since it's in the docs, I will withdraw the suggestion. However, *I* am one of the

Re: [perl #58358] parrot_debugger - Undefined command: ñì¶ñì¶

2008-08-25 Thread chromatic
On Monday 25 August 2008 07:16:08 Will Coleda wrote: Hitting enter immediately after successfully starting the debugger throws an error. $ cat foo.pir .sub main say 'hi' .end $ ./parrot_debugger foo.pir Parrot 0.7.0-devel Debugger Please note: the debugger is currently under

Re: My Parrot 0.7.0 patches (cygwin)

2008-08-25 Thread Andy Dougherty
On Mon, 25 Aug 2008, Reini Urban wrote: Reini Urban schrieb: 2008/8/24 Allison Randal [EMAIL PROTECTED]: Reini Urban wrote: To clarify my bold statement: The ALGOL-like syntax is not sane because, * it is hard to parse, * it forbids our keywords AND, NOT and OR as config_hash keys

Re: [perl #57920] Patch suggestion for Parrot Configure test of AIO

2008-08-25 Thread James E Keenan
Allison Randal wrote: James Keenan via RT wrote: 3. For future reference, submit bug reports to: [EMAIL PROTECTED] I recommend beginning Subject line with: [BUG]. And I recommend submitting patches as email attachment ending in : .txt (because that seems to render best in browsers,