Re: more m4p bugs
Nikolaos Chatzikonstantinou <[email protected]> Sun, 18 May 2025 07:52:56 -0400
| Newsgroups | gmane.comp.gnu.m4.general |
|---|---|
| Message-ID | <CAAQmekfxuEw=cXoKqW+nNamhT2W_Ks+tnW4n3ZrNsHgBzwOMWw@mail.gmail.com> |
On Sat, May 17, 2025 at 4:14=E2=80=AFPM Eric Blake <[email protected]> wrot= e: > > On Sat, May 17, 2025 at 01:03:21PM -0400, Nikolaos Chatzikonstantinou wro= te: > > On Sat, May 17, 2025 at 12:07=E2=80=AFPM Nikolaos Chatzikonstantinou > > <[email protected]> wrote: > > > > > > On Fri, May 16, 2025 at 11:28=E2=80=AFAM Eric Blake <[email protected]= m> wrote: > > > > ... > > > I fixed all the bugs that you've mentioned. > > > > I should say, except the diversion issue and the arithmetic. I will > > work on these too soon. > > Here's another one (tested with 13f9957): I fixed this with 0225f85. I got argument collection wrong twice, but the second time I was much further from the truth. At the time your example len((1, 2)) threw me off. I didn't realize I was just trimming whitespace too aggressively, and I wrote a bad patch for it that had special treatment of '(' when in argument collection. Your comment example with (( and )) also helped me discover that I had an "off-by-one" error in comment parsing (I had forgotten to include the final delimiter). Regards, Nikolaos Chatzikonstantinou