Re: [perl #48657] [Bug][Lua] Recent changes broke languages/lua

2007-12-18 Thread François Perrad
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

[perl #48657] [Bug][Lua] Recent changes broke languages/lua

2007-12-15 Thread Patrick R. Michaud via RT
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 to be

Re: [perl #48657] [Bug][Lua] Recent changes broke languages/lua

2007-12-15 Thread Allison Randal
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

[perl #48657] [Bug][Lua] Recent changes broke languages/lua

2007-12-15 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #48657] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=48657 Hi, recent changes have broken Lua. From the shared object file for the

Re: [perl #48657] [Bug][Lua] Recent changes broke languages/lua

2007-12-15 Thread chromatic
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

Re: [perl #48657] [Bug][Lua] Recent changes broke languages/lua

2007-12-15 Thread Patrick R. Michaud
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 HLLCompiler, we can

Re: [perl #48657] [Bug][Lua] Recent changes broke languages/lua

2007-12-15 Thread Allison Randal
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