Skip to content

feat: update error databases #6739

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

Merged
merged 1 commit into from
Apr 20, 2025
Merged

feat: update error databases #6739

merged 1 commit into from
Apr 20, 2025

Conversation

stdlib-bot
Copy link
Contributor

@stdlib-bot stdlib-bot commented Apr 20, 2025

This PR

  • updates the error databases

The following error codes were added:

Code Error Message Type
Hr invalid argument. Fourteenth argument must be non-zero. Value: %d. RangeError
Hs invalid argument. Seventeenth argument must be non-zero. Value: %d. RangeError
Ht invalid argument. Eighteenth argument must be non-zero. Value: %d. RangeError
Hu invalid option. %s option contains duplicate indices. Option: [%s]. Error
Hv invalid argument. First argument must be an object having a ""default"" property and an associated method. TypeError
Hw invalid argument. Second argument must contain arrays of data types. Value: %s. TypeError
Hx invalid argument. Argument %d must have one of the following data types: ""%s"". Data type: %s. TypeError
Hy invalid argument. Argument %d must be an ndarray-like object. Value: %s. TypeError

@stdlib-bot stdlib-bot force-pushed the update-error-databases branch from 0e20851 to 95944a9 Compare April 20, 2025 00:27
@stdlib-bot stdlib-bot added automated-pr Automated pull request (e.g., from a bot). Documentation Improvements, additions, or changes to documentation. labels Apr 20, 2025
@stdlib-bot stdlib-bot requested a review from a team April 20, 2025 00:27
@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Apr 20, 2025
@stdlib-bot
Copy link
Contributor Author

stdlib-bot commented Apr 20, 2025

Coverage Report

Package Statements Branches Functions Lines
error/tools/database $\color{green}85/85$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}85/85$
$\color{green}+100.00\%$
error/tools/id2pkg $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
error/tools/pkg2id $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this PR.

@stdlib-bot stdlib-bot force-pushed the update-error-databases branch from 95944a9 to 0fc50e0 Compare April 20, 2025 05:52
@stdlib-bot stdlib-bot force-pushed the update-error-databases branch from 0fc50e0 to 569523b Compare April 20, 2025 05:54
@kgryte kgryte removed the Needs Review A pull request which needs code review. label Apr 20, 2025
@kgryte kgryte merged commit 6b367a1 into develop Apr 20, 2025
15 checks passed
@kgryte kgryte deleted the update-error-databases branch April 20, 2025 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated-pr Automated pull request (e.g., from a bot). Documentation Improvements, additions, or changes to documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants