Hi Egor, > Le 12 juin 2020 à 17:06, Egor Pugin <egor.pu...@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!