On Sunday 19 October 2008 14:02:58 Klaas-Jan Stol wrote:
> when running code as this:
> .sub main :immediate
> load_bytecode "foo.pir"
> .end
>
> (assuming you have a file 'foo.pir'), IMCC can't handle this.
>
> This is because in pbc.c, a global structure called 'globals' is used to
> allow the
On Sat, Nov 8, 2008 at 9:22 PM, chromatic <[EMAIL PROTECTED]> wrote:
> On Wednesday 05 November 2008 14:31:21 [EMAIL PROTECTED] wrote:
>
> > Modified:
> >trunk/compilers/pirc/new/pir.l
> >trunk/compilers/pirc/new/pirlexer.c
> >trunk/compilers/pirc/new/pirlexer.h
> >
> > Log:
> > [pirc]
On Wednesday 05 November 2008 14:31:21 [EMAIL PROTECTED] wrote:
> Modified:
>trunk/compilers/pirc/new/pir.l
>trunk/compilers/pirc/new/pirlexer.c
>trunk/compilers/pirc/new/pirlexer.h
>
> Log:
> [pirc] add support for braced arguments in macro expansion.
>
> Modified: trunk/compilers/pir
# New Ticket Created by Brad Bowman
# Please include the string: [perl #60412]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=60412 >
Misspelt "is" and "changed" in src/debug.c comments.
Corrected case of C in pirgrammar.
Fixed in r32445. Thanks for reporting!
On Tuesday 28 October 2008 20:07:18 James Keenan via RT wrote:
> Still failing as of r32225; cf
> http://smolder.plusthree.com/app/public_projects/tap_stream/7437/260
>
> not ok 6 - set_integer_keyed_str
>
> # Failed test 'set_integer_keyed_str'
> # at t/pmc/packfile.t line 140.
> # Exited wit
On Monday 03 November 2008 09:38:11 Andy Dougherty wrote:
> > 2. 4 of the tests appear to fail depending on how the OS 'spells'
> > the negation of zero. Could we address this in a hints file?
> This is a long-standing problem: See [perl #28170] and [perl #30737]. The
> last time I looked at