Re: [svn:parrot] r13343 - trunk/compilers/imcc

2006-07-18 Thread Allison Randal
Audrey Tang wrote: This is not a maintainable build solution. Revert and come back when you have one. Please clarify: What, exactly, is not maintainable? The presence of a .diff file, or the fact that it needs to be applied manually? Both. Assuming both were considered unmaintainable, fixe

Re: [svn:parrot] r13343 - trunk/compilers/imcc

2006-07-18 Thread Audrey Tang
在 2006/7/18 上午 6:21 時,Audrey Tang 寫到: 在 2006/7/18 上午 5:24 時,Audrey Tang 寫到: 在 2006/7/18 上午 4:38 時,Allison Randal 寫到: This is not a maintainable build solution. Revert and come back when you have one. Please clarify: What, exactly, is not maintainable? The presence of a .diff file, or the

Re: [svn:parrot] r13343 - trunk/compilers/imcc

2006-07-18 Thread Audrey Tang
在 2006/7/18 上午 5:24 時,Audrey Tang 寫到: 在 2006/7/18 上午 4:38 時,Allison Randal 寫到: This is not a maintainable build solution. Revert and come back when you have one. Please clarify: What, exactly, is not maintainable? The presence of a .diff file, or the fact that it needs to be applied manua

Re: [svn:parrot] r13343 - trunk/compilers/imcc

2006-07-18 Thread Audrey Tang
在 2006/7/18 上午 4:38 時,Allison Randal 寫到: This is not a maintainable build solution. Revert and come back when you have one. Please clarify: What, exactly, is not maintainable? The presence of a .diff file, or the fact that it needs to be applied manually? If the latter, an extra line of

Re: [svn:parrot] r13343 - trunk/compilers/imcc

2006-07-18 Thread Audrey Tang
在 2006/7/18 上午 4:38 時,Allison Randal 寫到: [EMAIL PROTECTED] wrote: This is not a maintainable build solution. Revert and come back when you have one. Reverted. Audrey PGP.sig Description: This is a digitally signed message part

Re: [svn:parrot] r13343 - trunk/compilers/imcc

2006-07-18 Thread Joshua Hoblitt
On Tue, Jul 18, 2006 at 01:38:20AM -0700, Allison Randal wrote: > [EMAIL PROTECTED] wrote: > > > >* However, the bison interface does not support both "interp" > > and "yyscanner" as flex inputs; so I created a patch file > > at compiler/imcc/imcparser.c.diff -- it needs to be applied > > manual

Re: [svn:parrot] r13343 - trunk/compilers/imcc

2006-07-18 Thread Allison Randal
[EMAIL PROTECTED] wrote: * However, the bison interface does not support both "interp" and "yyscanner" as flex inputs; so I created a patch file at compiler/imcc/imcparser.c.diff -- it needs to be applied manually whenever imcc.y is regenerated into imcparser.c. This is really suboptima