@operand @boegel we had pants fail to compile once when the git hash (1) started with a number of zeros (2) was parseable as a decimal number because of some internal serialization logic. we should never have been parsing git hashes in a generic way that could enable int parsing in the first place so i was very glad to have fixed that