Han-Wen Nienhuys <hanwen@xxxxxxxxxx> writes: > On Wed, Dec 1, 2021 at 8:26 PM Jeff King <peff@xxxxxxxx> wrote: >> >> On Wed, Dec 01, 2021 at 11:00:04AM -0800, Junio C Hamano wrote: >> >> > > The test helper takes the flag as an argument, in decimal. If you look >> > > for 2048, you should find it. >> > >> > Awful---when the symbolic constants change in the code, the test >> > will silently break? >> >> Agreed, this is quite nasty. > > I've added parsing symbolic constants in v3. Thanks for going an extra mile.