On Sat, May 17, 2025 at 4:14 PM Eric Blake <[email protected]> wrote:
>
> On Sat, May 17, 2025 at 01:03:21PM -0400, Nikolaos Chatzikonstantinou wrote:
> > On Sat, May 17, 2025 at 12:07 PM Nikolaos Chatzikonstantinou
> > <[email protected]> wrote:
> > >
> > > On Fri, May 16, 2025 at 11:28 AM Eric Blake <[email protected]> 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