On Wed Mar 27 18:50:48 2024 +0000, Elizabeth Figura wrote:
To be fair I guess it'd only matter if we exceed 420 names, but that's not *that* large of a limit. Plus, if all we care about is uniqueness, we could do something much easier and just have e.g. sprintf(name, "%10u", counter++);
I followed your earlier comment and in a newer version of the patches used 'AAAAAAAAAA'. I think that we could consider changing the naming scheme once we hit a real problem.