Re: Public / protected access to parser's symbol_name() in C++

2020-05-10 Thread Akim Demaille
hi Martin, > Le 9 mai 2020 à 18:51, Martin Blais a écrit : > > On Sat, May 9, 2020 at 12:44 PM Akim Demaille wrote: > >> I'll soon release a version where this is public. It should have been >> public. > > I had a hunch it had been intended that way. Yup :) I'm installing this. Thanks f

Re: Public / protected access to parser's symbol_name() in C++

2020-05-10 Thread Akim Demaille
> Le 10 mai 2020 à 09:57, Akim Demaille a écrit : > > I'm installing this. I should have specified that I'll install it in the 'maint' branch, to become 3.6.1 soon. I'm also installing this in maint. I don't like to add new features in bug fix releases, but now having this was really a bug

Re: Public / protected access to parser's symbol_name() in C++

2020-05-10 Thread Akim Demaille
> Le 10 mai 2020 à 10:06, Akim Demaille a écrit : > > I'm also installing this in maint. I don't like to add new features > in bug fix releases, but now having this was really a bug in the API. I don't like style changes in bug fix releases, but in this case, it cannot do harm for the end us