bug-bison
[Top][All Lists]
Advanced

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

Re: EOF redefinition (3.5->3.6 error)


From: Akim Demaille
Subject: Re: EOF redefinition (3.5->3.6 error)
Date: Fri, 12 Jun 2020 18:07:34 +0200

Hi Egor,

> Le 12 juin 2020 à 17:06, Egor Pugin <egor.pugin@gmail.com> a écrit :
> 
> Hi Akim,
> 
>> Egor, could you please check that the appended commit does fix the issue for 
>> you?
> 
> Sorry, can't test it.
> I do not have enough resources and automation tools to quickly replace
> existing bison with manually compiled from your tarballs on those
> systems.

Doh…

You don't need to do it on plenty of systems, just one is enough.  The
one you are developing on for instance.

./configure --prefix=/tmp/local
make
make install
/tmp/local/bin/bison --version

> (But I'm working on better automation there!)
> 
> I've added 1) workaround, so 3.6 works for me now.
> https://github.com/egorpugin/primitives/blob/master/src/version/src/range.ll#L19
> 
> I'll remove it when a new version is available and report back if
> there are any issues.

But I will not release something for which I have no proof I'm solving
a problem.  I _need_ beta testers.  I can't just release something and
wait for people to complain.

Actually the failure you are reporting could have been avoided for the
release of 3.6: I release betas before.

Cheers!


reply via email to

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