-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
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
Add IsParseError() documentation #578
Labels
Comments
rueian
added
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
labels
Jun 22, 2024
Hello @rueian , since this is a simple documentation change, will take a chance to contribute my first change. In the PR I will remove |
karimalzalek
added a commit
to karimalzalek/rueidis
that referenced
this issue
Jun 24, 2024
karimalzalek
added a commit
to karimalzalek/rueidis
that referenced
this issue
Jun 24, 2024
karimalzalek
added a commit
to karimalzalek/rueidis
that referenced
this issue
Jun 24, 2024
rueian
pushed a commit
that referenced
this issue
Jun 28, 2024
* Changes for (Add IsParseError() documentation #578) * Changes for (Add IsParseError() documentation #578) * Changes for (Add IsParseError() documentation #578) * Delete .vscode/settings.json Removing wrong settings.json file * Update README.md Co-authored-by: Anurag Bandyopadhyay <[email protected]> --------- Co-authored-by: Anurag Bandyopadhyay <[email protected]>
Resolved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Since #555 and #564, the following statement
Otherwise, it panics.
is no longer correct and should be removed.rueidis/README.md
Lines 437 to 438 in 5fe0175
Besides the removal, we should make it clear that an
errParse
will be returned if choosing a wrong parser function and theIsParseErr
helper can be used for checking the case.The text was updated successfully, but these errors were encountered: