[perl #39833] [TODO] Tcl - Make [rename] handle namespaces

2006-07-13 Thread via RT
# New Ticket Created by Matt Diephouse # Please include the string: [perl #39833] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39833 > Namespace support has been added to Tcl, but [rename] doesn't have it yet. See [proc

[perl #39831] TGE - Needs more diagnostics on failure.

2006-07-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #39831] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39831 > $ ../../parrot ../../compilers/tge/tgc.pir --output=src/grammar/ post2pir.pir src/gramma

[perl #39796] [TODO] Implement .loadlib pragma in IMCC

2006-07-13 Thread Will Coleda via RT
Whoops, re-opening. This apparently isn't quite ready yet, as converting tcl to use the new syntax results in a nearly- complete fail of the test suite. Per Audrey: .loadlib 'dynlexpad' stopped working, because Parrot_register_HLL breaks on non- HLL-group .so files.

Re: [svn:parrot] r13270 - trunk/languages/perl6

2006-07-13 Thread Audrey Tang
在 2006/7/13 上午 3:35 時,Audrey Tang 寫到: If Leo's comment about .loadlib being compile-and-runtime is already implemented, then you should be able to eliminate that runtime call to the loadlib opcode too. Indeed, though as I tested it (both at the time of the commit and at this moment), that

[perl #39827] [TODO] implement is_abs_path()

2006-07-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #39827] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39827 > Need a C-level routine to determine if a given path is an absolute path on the current

[perl #39826] [CAGE] convert C to C

2006-07-13 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #39826] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39826 > there are many scripts (ack reports 189, below) that contain 'perl -w'. D:\usr\local\par

[perl #39810] [PATCH] regression tests for P6Regex syntax errors

2006-07-13 Thread Will Coleda via RT
Thanks, applied (with a MANIFEST update) as r13280

[perl #39824] [CAGE] tools/dev/check_source_standards.pl -- this should be a test

2006-07-13 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #39824] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39824 > =head1 NAME tools/dev/check_source_standards.pl - Check conformancs of C source code to PD

[perl #39823] [CAGE] tools/dev/run_indent.pl -- this should be a test

2006-07-13 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #39823] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39823 > =head1 NAME tools/dev/run_indent.pl - Check indentation in C files =head1 SYNOPSIS %

PL/Parrot

2006-07-13 Thread David Fetter
Folks, I'd like to get some insights into how to implement a PL/Parrot for PostgreSQL. For those unfamiliar, PostgreSQL is an extensible DBMS which allows people to plug in procedural languages. I'm thinking that Parrot could provide a way to plug in lots and lots of these--including Perl6--with

[perl #39807] [BUG] load_bytecode of .pir files fails (sometimes)

2006-07-13 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #39807] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39807 > [I looked in the RT database and didn't find a ticket for this (known) issue, so I

Re: [svn:parrot] r13270 - trunk/languages/perl6

2006-07-13 Thread Audrey Tang
在 2006/7/12 下午 8:16 時,Allison Randal 寫到: [EMAIL PROTECTED] wrote: Modified: trunk/languages/perl6/perl6.pir = = --- trunk/languages/perl6/perl6.pir (original) +++ trunk/languages/perl6/perl6.pir Wed Jul 12 17

Re: "_group" in library name (was Re: r13272 - in trunk: compilers/imcc docs/imcc src)

2006-07-13 Thread Audrey Tang
在 2006/7/12 下午 9:38 時,Chip Salzenberg 寫到: On Wed, Jul 12, 2006 at 05:29:08PM -0700, [EMAIL PROTECTED] wrote: * Apply heuristics that tells .loadlib 'perl6_group' # HLL dynamic PMCs and .loadlib 'dynlexpad'# non-HLL dynamic PMCs apart, by locating the '_group" substring inside