Re: unmaintained package?

2005-12-22 Thread Bob Rossi
On Wed, Dec 21, 2005 at 09:06:06AM +0100, Akim Demaille wrote: > >>> "Odd" == Odd Arild Olsen <[EMAIL PROTECTED]> writes: > > Hi Odd, > > > I would be pleased to see my patch included into Bison. I used it for a > > project to implement a state machine in a process control program. I'm not >

Re: %destructor feedback

2005-12-22 Thread Joel E. Denny
On Thu, 22 Dec 2005, Akim Demaille wrote: > >>> "Paul" == Paul Eggert <[EMAIL PROTECTED]> writes: > > >> - we desire a warning about typed $n not used in the actions. > > > Yes, that sounds reasonable. My assumption is that a missing action > > continues to be treated as { $$ = $1; }, so for

Re: %destructor feedback

2005-12-22 Thread Akim Demaille
>>> "Joel" == Joel E Denny <[EMAIL PROTECTED]> writes: >> They were still badly formatted by the way :) > I'm clueless. > I just tried exporting the second patch from the email I received back > through the mailing list. I found that applying it perfectly reproduced > my original code.