Hi Akim, On Mon, 25 Aug 2008, Akim Demaille wrote:
> But I can't push them in some new branch. Any idea? > The message is a bit terse. > > > [EMAIL PROTECTED] ~/src/urbi/2.0/bison $ git push -v fsf master:refs/ > > heads/make-symbol > > Pushing to git://git.sv.gnu.org/bison That's the read-only URL. You want: ssh://git.sv.gnu.org/srv/git/bison > There is also one quite large change of lalr1.cc that I'm > not sure I will be able to split easily. It is the result > of several incremental changes and some deep implementation > changes that have been squashed together. > > The titles of the changes: That's a long list. After 2.4 is out, I hope it won't be too much trouble to migrate these changes to master in small, easily reviewed patches if they affect more than the C++ skeletons, especially the front-end. I have my own large patches that I wish to contribute one day, and I'd likely need to update them for your changes. > > Add %precedence support. Is this for partial orders? > > Support yyerrok in lalr1.cc. So, should I drop the similar patch I posted below? http://lists.gnu.org/archive/html/bison-patches/2008-08/msg00014.html That would be fine by me. Just let me know. Thanks.
