Y
Hacker News
new
|
ask
|
show
|
jobs
by
richardwhiuk
3987 days ago
Surely this starts to fail if a series of commits hits more than 26 files, which is inevitable in a large codebase?
1 comments
andrewla
3987 days ago
Technically, 10 + 26 + 26 = 62 files, since it uses string.ascii_letters and chains on digits.
link
koreno
3987 days ago
The characters cycle (wrap-around), but since you have the columns intact that shouldn't be an issue... :)
link
koreno
3986 days ago
Actually, there was a bug there, but now it's fixed.
link