bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bison test case fixes uncovered by recent bug reports


From: Akim Demaille
Subject: Re: Bison test case fixes uncovered by recent bug reports
Date: Wed, 21 Sep 2005 23:17:04 +0200


Le 21 sept. 05 à 23:12, Paul Eggert a écrit :

"Joel E. Denny" <address@hidden> writes:


I think this cleanup in the test suite would aid future
evolution of bison regardless.


I suspect my earlier test failures were because I didn't apply the
earlier patches properly.  Offhand I don't see how the proposed patch
will break anything, as the old code already needed to distinguish
between, e.g., *yylval versus yylval, and the new code merely changes
this to *lvalp versus yylval.  Since the test suite works with this
patch and it is more in the spirit of Bison for users to have local
names that don't start with "yy" I installed the patch.

Agreed too, my previous message had forgotten about this harness.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]