We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
… meaning that callers who intend to submit an image reference, and don’t specifically filter out "", get unexpected behavior.
""
At least, document this special case (and perhaps audit other NewReference* functions for possible other instances of this).
NewReference*
Arguably:
NewIndexReference
NewTagReference
The text was updated successfully, but these errors were encountered:
No branches or pull requests
… meaning that callers who intend to submit an image reference, and don’t specifically filter out
""
, get unexpected behavior.At least, document this special case (and perhaps audit other
NewReference*
functions for possible other instances of this).Arguably:
NewIndexReference
should be modified to actually reject an “N/A” index value <0NewTagReference
should be added, where passing""
is an error.The text was updated successfully, but these errors were encountered: