[perl #17507] [PATCH] lib/Parrot/Configure/Step.pm - more litter cleanup

2002-09-22 Thread via RT
# New Ticket Created by Bruce Gray # Please include the string: [perl #17507] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=17507 > Problem: *.tmp files, especially Makefile.tmp files, not being cleaned up. Cause: lib/P

[perl #17506] [PATCH] lib/Parrot/Configure/Step.pm - litterbug

2002-09-22 Thread via RT
# New Ticket Created by Bruce Gray # Please include the string: [perl #17506] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=17506 > lib/Parrot/Configure/Step.pm, in sub cc_clean, is trying to clean up its test compiles b

[perl #17502] [PATCH] config/gen/makefiles/classes.in - compiler flag bug

2002-09-22 Thread via RT
# New Ticket Created by Bruce Gray # Please include the string: [perl #17502] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=17502 > To specify a rule to build object files from C files, root.in correctly says: .c$

Re: [perl #17495] [PATCH] for a faster life

2002-09-22 Thread Mike Lambert
> Now, trace_system_stack walks a ~1300 entries deeper stack in CGoto > run mode, because of the jump table in cg_core. Don't ask me about this > difference to 900 ops, gdb says so. Ahh, good observation. (I'm more of a non-cgoto person myself ;). > Attached patch now sets interpreter->lo_var_

RE: fingerprinting PBC files

2002-09-22 Thread Brent Dax
Leopold Toetsch: # As PBC files might be built from different core.ops aka # core_ops.c, it # is necessary to add a fingerprint to PBC files, to validate, that the # interpreter uses the very same ops, when running the PBC. Would it be possible to fingerprint based on the CVS version numbers o

[perl #17495] [PATCH] for a faster life

2002-09-22 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #17495] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=17495 > Appended patch is somewhat experimental and needs probably a configure test for the

[perl #17492] Leaning tower of Hanoi

2002-09-22 Thread via RT
# New Ticket Created by Simon Cozens # Please include the string: [perl #17492] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=17492 > I am so not doing well today: simon@deep-dark-truthful-mirror ~/cvs/parrot/examples/as

[perl #17491] One-queens problem

2002-09-22 Thread via RT
# New Ticket Created by Simon Cozens # Please include the string: [perl #17491] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=17491 > % ../../parrot queens.pbc +---+---+---+---+---+---+---+---+ 8 | | * | | * |

[perl #17490] Magic is useless unless verifiable.

2002-09-22 Thread via RT
# New Ticket Created by Simon Cozens # Please include the string: [perl #17490] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=17490 > The point of having a validifiable magic number at the start of a bytecode file is to a

Re: Perl 6 Summary for week ending 2002-09-15

2002-09-22 Thread Nicholas Clark
On Wed, Sep 18, 2002 at 04:42:13PM +0100, Piers Cawley wrote: > Steve Fink committed his IntList patch, and Josef Höök queried the > creation of an intlist.c file in the parrot core, as his matrix patch > had been rejected for doing something similar. Nobody has responded to > thi

Re: [perl #17346] [PATCH] return undef for negative indices

2002-09-22 Thread Nicholas Clark
On Mon, Sep 16, 2002 at 05:32:23PM -0700, Sean O'Rourke wrote: > You're right -- right now "@a" is deemed "implicit call to join(' ', @a)" > context, but that's mostly because it's what perl 5 does. Strictly perl5 is join ($", @a), $" defaults to ' ' and rarely is changed. (except by golfers and