Re: [perl #32280] [PATCH] Detects presence of perldoc at configuration time

2004-11-19 Thread James deBoer
Sorry for the delay, but here is a revised patch to detect perldoc. - If Perldoc is detected, no warning messages will be printed and things will work as before - If Perldoc is not detected - Configure.pl will print a message saying that the docs will not be built - docs/ will not be buil

Re: [perl #32545] [PATCH] [TODO] remove Perl dependancy on split opcode

2004-12-08 Thread James deBoer
Attached is a patch that changes the split opcode to use an Array instead of a PerlArray. It also updates the documentation to note this. All the tests still pass, and a grep in the languages/ directory shows that no language implementations are effected. - James Will Coleda (via RT) wrote: # N

Re: The split opcode

2004-12-10 Thread James deBoer
Patrick R. Michaud wrote: On Fri, Dec 10, 2004 at 01:34:03PM -0500, James deBoer wrote: Currently, the split opcode is declared as 'split(out PMC, in STR, in STR)' where $2 is a regex. PGE, however, currently supports three types of regular expressions, and more are likely going t

Re: The split opcode

2004-12-11 Thread James deBoer
Leopold Toetsch wrote: James deBoer <[EMAIL PROTECTED]> wrote: I would even go further than that and say that if we went with PGE::Rule's "split", the split opcode should be obsoleted. All these function/method like opcodes will be refactured somewhen. WRT split (y

The split opcode

2004-12-10 Thread James deBoer
Currently, the split opcode is declared as 'split(out PMC, in STR, in STR)' where $2 is a regex. PGE, however, currently supports three types of regular expressions, and more are likely going to be added. So, which type of regular expression should split use? The Perl6's split function will li

Re: [perl #32278] [PATCH] Removes all she-bang lines from config/*.pl

2004-11-01 Thread James deBoer
Fair enough. Here is a [longer] patch to remove all of the she-bang lines, then. - James Brent Royal-Gordon via RT wrote: James deBoer <[EMAIL PROTECTED]> wrote: There are a number of .pl files within parrot/config. Some of them have a she-bang line at the beginning of the script, others