You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-B0 shouldn't panic. I think this should win some kind of "panic golf" :)
1000 and kb and 1024 and k should result in different output, but parse_size_u64 causes information loss (i.e. does not return whether a multiplier was used).
0b11 should be accepted (and interpreted as 3), but determine_number_system does not recognize that prefix.
I think I'll fix this myself soon-ish, but wanted to documented it first, in case I forget about it.
-B0shouldn't panic. I think this should win some kind of "panic golf" :)1000andkband1024andkshould result in different output, butparse_size_u64causes information loss (i.e. does not return whether a multiplier was used).0b11should be accepted (and interpreted as 3), butdetermine_number_systemdoes not recognize that prefix.I think I'll fix this myself soon-ish, but wanted to documented it first, in case I forget about it.