Patrick R. Michaud wrote:
On Sat, Dec 15, 2007 at 05:45:56PM +0200, Allison Randal wrote:
Patrick R. Michaud via RT wrote:
Yes, I didn't quite expect anyone to be using PCT::HLLCompiler with
PAST-pm, or supplying their own PAST->POST transformation.
If we need to put the ostgrammar back into t
Patrick R. Michaud wrote:
It is possible now. I've been thinking that the way for someone to
supply a custom PAST->POST transformation would be any or all of:
1. Use the addstage(), removestage(), or stages() methods to
change the compiler stage sequence and/or introduce new
or repl
On Sat, Dec 15, 2007 at 05:45:56PM +0200, Allison Randal wrote:
> Patrick R. Michaud via RT wrote:
> >
> >Yes, I didn't quite expect anyone to be using PCT::HLLCompiler with
> >PAST-pm, or supplying their own PAST->POST transformation.
> >
> >If we need to put the ostgrammar back into the HLLCompil
On Saturday 15 December 2007 05:31:00 Bernhard Schmalhofer wrote:
> recent changes have broken Lua.
> From the shared object file for the dynamic ops I got
>undefined symbol: CONST_STRING
> This might be fixable by including an appropriate header file.
> Reverting r23916 in lib/Parrot/Pmc2c/P
# New Ticket Created by Bernhard Schmalhofer
# Please include the string: [perl #48657]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48657 >
Hi,
recent changes have broken Lua.
From the shared object file for the dynami
Patrick R. Michaud via RT wrote:
Yes, I didn't quite expect anyone to be using PCT::HLLCompiler with
PAST-pm, or supplying their own PAST->POST transformation.
If we need to put the ostgrammar back into the HLLCompiler, we can do
that.
Supplying your own PAST->POST transformation should at
On Sat Dec 15 05:30:57 2007, bernhard wrote:
> ...
>
> The other problem is that the method 'ostgrammar' has been removed
> from PCT::HLLCompiler.
> IMHO this should be fixed with porting languages/lua from using
> 'PAST-pm' to using the shiny new
> PCT::PAST.
Yes, I didn't quite expect anyone