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
It looks like that was fixed in February in github, with the same behavior. Those changes also tried to consistently use "non-negative" rather than "positive" unless zero is not allowed.
In
XS.xs:_validate_int()
I see:It looks like the message should be
negok ? "Parameter must be an integer" : "Parameter must be a positive integer"
.The text was updated successfully, but these errors were encountered: