tonumber("-") returns 0 #6
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?
It should return nil.
Confirming. This, for example, breaks https://github.com/bakpakin/Fennel
The fix that I am using is in the base method of
LuaString.scanlong():Can this be considered a good fix for this?
Fixed