Consider changing uid format and identity bounds #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current format is not very well thought out, and just did roughly what android bionic libc did. The bionic code surrounding this is in C++ however and highly unreadable. This format should be better thought out to avoid imposing unnecessary arbitrary limits on the identity value.
Adding this to v0.3.0 but no guarantees it will stay this way.
Turns out the relevant piece of bionic code is quite simple and the lookup table can be avoided altogether:
Where the constants are: