[pdd25cx] Calling a continuation doesn't restore error handlers

2008-06-22 Thread Bob Rogers
So I tried the pdd25cx branch at r28617 with Kea Common Lisp and got 17 subtest failures, 15 of which appear to be due to transfer of control to the wrong error handler. The attached code illustrates the problem: [EMAIL PROTECTED]> ./parrot eh-test.pir got bar test err:

[perl #56236] [BUG]: Unable to 'make perl6' on OS X 10.4 PPC

2008-06-22 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #56236] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56236 > I know my iBook G4 is slow, but this is ridiculous! perl Configure.pl, make and make te

[perl #43857] [TODO] Refactor config probes that are used only by language implementation

2008-06-22 Thread James Keenan via RT
On Sun Jun 22 03:39:37 2008, bernhard wrote: > > So 'has_gnu_m4' is not essential to the implementation of 'Parrot m4'. > In r28633 I removed the use of 'has_gnu_m4' and the config step > auto::m4.pm can now be removed. > Done. Patch applied in r28656 > But the real scope of ticket RT#43857

[perl #38194] [TODO] build - optimize pmc2c.pl

2008-06-22 Thread James Keenan via RT
This ticket has been open for nearly 2-1/2 years now. I'm wondering if we could reformulate it to more specifically identify ways pmc2c.pl could be optimized, break those specific objectives into separate RTs, and close this ticket. Otherwise, this ticket is likely to be uncloseable. Can those w

[perl #43306] [TODO] config/auto/m4.pm: Write unit tests

2008-06-22 Thread James Keenan via RT
The config step to which this RT corresponds has been removed from trunk, so we can mark this ticket resolved.

[perl #56076] [PATCH] MACOSX_DEPLOYMENT_TARGET not defined during OSX PPC Rakudo build

2008-06-22 Thread Will Coleda via RT
On Wed Jun 18 20:00:25 2008, packy wrote: > On my OSX PPC 10.4.11 platform I did a "make perl6" from languages/ > perl6, and I got the following: > > cd src/pmc && perl /usr/local/source/parrot/tools/build/dynpmc.pl > linklibs perl6str mutable perl6scalar mutablevar > c++ -o perl6_group.bundle

[perl #56230] [PATCH] Multimethods for Complex.

2008-06-22 Thread via RT
# New Ticket Created by Vasily Chekalkin # Please include the string: [perl #56230] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56230 > Hello. There is implementation of prefix:+, prefix:-, sqrt, exp for Complex. More

[perl #55588] [META] June 2008 Hackathon targets

2008-06-22 Thread James Keenan via RT
On Tue Jun 10 11:55:31 2008, coke wrote: > Any tickets you plan to work on at the hackathon, have this ticket > refer to them, so we can keep track of what's done. Ditto any tickets > that are closed as a result of hackathon work. > All the "children" of this ticket have been resolved. Can the

[perl #56076] [PATCH] MACOSX_DEPLOYMENT_TARGET not defined during OSX PPC Rakudo build

2008-06-22 Thread James Keenan via RT
On Wed Jun 18 20:00:25 2008, packy wrote: > > I'm submitting a patch, adding the "#CONDITIONED_LINE(darwin):export > MACOSX_DEPLOYMENT_TARGET := @osx_version@" line (and an explanatory > comment) in all the config/makefiles/root.in files for all the > languages in languages/ AND updating t

[perl #56206] [TODO] Modify the smoke server to accept smokes from releases, not just svn

2008-06-22 Thread James Keenan via RT
On Sat Jun 21 17:49:51 2008, [EMAIL PROTECTED] wrote: > Per #parrot: > > I'm trying to submit a smoke for parrot 0.6.3 on FreeBSD and > I'm getting this error: * Sending data to smokeserver > "http://smoke.parrotcode.org/smoke/ > "... error: The submitted smoke has an invalid format! Am I >

[perl #52506] [CAGE] Refactor ops2c

2008-06-22 Thread Mark Glines via RT
On Sat Jun 21 07:33:57 2008, [EMAIL PROTECTED] wrote: > Mark: Do you have any objection to closing this RT? No objection here, my needs regarding g++ builds have been satisfied. Thanks! Mark

[perl #56206] [TODO] Modify the smoke server to accept smokes from releases, not just svn

2008-06-22 Thread via RT
# New Ticket Created by Christopher Nehren # Please include the string: [perl #56206] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56206 > Per #parrot: I'm trying to submit a smoke for parrot 0.6.3 on FreeBSD and I'm

[perl #56224] {BUG} syntax error not catched by PGE triggers errors on generated imcc

2008-06-22 Thread via RT
# New Ticket Created by Stephane Payrard # Please include the string: [perl #56224] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56224 > just add this regex to whatever grammar you use to trigger the bug token cut { =cu

[perl #53976] [PATCH] Remove tools/dev/ops_renum.mak

2008-06-22 Thread James Keenan via RT
On Sun Jun 22 10:04:58 2008, [EMAIL PROTECTED] wrote: > > One thing I don't understand: In config/gen/makefiles/root.in, I see > the following variable assignment: > > OPS_FILES = @ops@ $(GEN_OPSFILES)# line 455 > > There currently are no generated .ops files (I think): > > GEN_OPSFILE

Re: [svn:parrot] r28644 - trunk/compilers/imcc

2008-06-22 Thread chromatic
On Sunday 22 June 2008 09:04:53 [EMAIL PROTECTED] wrote: > Modified: trunk/compilers/imcc/pbc.c > === > --- trunk/compilers/imcc/pbc.c  (original) > +++ trunk/compilers/imcc/pbc.c  Sun Jun 22 09:04:48 2008 > @@ -1032,12 +1032,3

Re: [perl #43857] [TODO] Refactor config probes that are used only by language implementation

2008-06-22 Thread jerry gay
On Sun, Jun 22, 2008 at 3:38 AM, Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote: > James Keenan via RT schrieb: >> >> On Fri Jul 13 09:58:33 2007, bernhard wrote: >> >>> >>> There are several config probes that are only used for language >>> implementations. >>> Examples are config/auto/m4.pm and c

Re: [perl #43857] [TODO] Refactor config probes that are used only by language implementation

2008-06-22 Thread Bernhard Schmalhofer
James Keenan via RT schrieb: On Fri Jul 13 09:58:33 2007, bernhard wrote: There are several config probes that are only used for language implementations. Examples are config/auto/m4.pm and config/auto/python.pm. Please find attached two files. The first greps the repository for men