[perl #41808] [PATCH 1/6] [library] Test::More: use hllmacros.pir in man page example

2007-03-16 Thread Allison Randal via RT
Namespaces have an export feature. A bit clunky, but a definite improvement over the .IMPORT macro. I've replaced all instances of .IMPORT with the "export_to" method, except languages/PIR/examples/test.pir, because it seems to just be a generic syntax example.

Re: [perl #41788] [BUG] Real registers are limited to 2 digits

2007-03-16 Thread Allison Randal
Will Coleda wrote: Having a limit is more than reasonable, agreed: the goal of this patch was to bring the code into agreement with the docs. Consider this a poke to the Architect to verify/replace the previous overturn of the original 32-register limit. The advantage of allowing unlimited r

Re: [perl #40153] [CAGE] TEST_PROG

2007-03-16 Thread jerry gay
On 3/16/07, James Keenan via RT <[EMAIL PROTECTED]> wrote: On Fri Mar 16 19:42:17 2007, [EMAIL PROTECTED] wrote: > On Wed Aug 16 23:06:53 2006, coke wrote: > > Anything referring to TEST_PROG should probably be renamed to > > "parrot" or "executable" based on context. > > > > For reference ... >

[perl #40153] [CAGE] TEST_PROG

2007-03-16 Thread James Keenan via RT
On Fri Mar 16 19:42:17 2007, [EMAIL PROTECTED] wrote: > On Wed Aug 16 23:06:53 2006, coke wrote: > > Anything referring to TEST_PROG should probably be renamed to > > "parrot" or "executable" based on context. > > > > For reference ... > > I 'acked' and got the instances of TEST_PROG found in the

coding standards for editor hints in PIR files

2007-03-16 Thread Allison Randal
Emacs users, what's the appropriate equivalent to the relevant part of: # Local Variables: # mode: cperl # cperl-indent-level: 4 # fill-column: 100 # End: # vim: expandtab shiftwidth=4: for PIR files? Is this workable? # Local Variables: # mode: pir #

Re: [perl #41328] [BUG] pmc2c generates unnecessary code for void functions

2007-03-16 Thread James E Keenan
chromatic wrote: Jim, can you resend with diffs in unified format? (That's "diff -u", not "diff".) They're much, much easier to read. -- c I screwed up. I attached this to the wrong ticket.

[perl #40153] [CAGE] TEST_PROG

2007-03-16 Thread James Keenan via RT
On Wed Aug 16 23:06:53 2006, coke wrote: > Anything referring to TEST_PROG should probably be renamed to > "parrot" or "executable" based on context. > For reference ... I 'acked' and got the instances of TEST_PROG found in the attachment TEST_PROG.instances.txt. kid51 languages/APL/t/harne

[perl #41873] [BUG]: t/codingstd/c_code_coda.t t/codingstd/c_indent.t

2007-03-16 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #41873] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41873 > These failures occurred during 'make test' and were confirmed by running the individua

[perl #41872] [BUG]: t/distro/manifest.t fails during 'make test' but passes during 'prove'

2007-03-16 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #41872] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41872 > While running 'make test', t/distro/manifest.t failed with this output: t/distro/manife

[perl #41871] [BUG]: t/pmc/metaclass.t fails on Darwin

2007-03-16 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #41871] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41871 > Twice in the past two days I have encountered this failure while running 'make test':

Re: [perl #41328] [BUG] pmc2c generates unnecessary code for void functions

2007-03-16 Thread chromatic
Jim, can you resend with diffs in unified format? (That's "diff -u", not "diff".) They're much, much easier to read. -- c

[perl #41870] [TODO] create config file processing library for use in pir

2007-03-16 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #41870] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41870 > i need a config file processing library for use in pir code--something like perl's Config::

[perl #41602] [TODO] MS VS 2005 deprecates strdup

2007-03-16 Thread Klaas-Jan Stol via RT
On Fri Mar 16 05:53:37 2007, coke wrote: > file in original patch was never added. Added, need feedback from > win32 developers if this addresses the warning. No more strdup deprecation warnings. kjs

[perl #41364] [PATCH] Fixed object vtable method overrides in PIR

2007-03-16 Thread [EMAIL PROTECTED] via RT
Hi, This was wanted in the next release, so I applied the bits that weren't applying with patch manually. Applied your tests as well. All checked in as r17514. Thanks! Jonathan

[perl #40087] [BUG] Segfault in key.pmc

2007-03-16 Thread [EMAIL PROTECTED] via RT
Hi, Just tried to reproduce this (on Win32)... % ../../parrot -o out.pbc out.pir # takes forever This gives the following error: error:imcc:syntax error, unexpected LOCAL in file 'out.pir' line 1 If I stick a .sub main at the start and a .end at the end, I still get errors... error:im