Skip to content

Conversation

stdlib-bot
Copy link
Contributor

This PR

  • updates the error databases

The following error codes were added:

Code Error Message Type
JI invalid argument. Array arguments after the first array must have the same number of loop dimensions. Input array shape: [%s]. Number of loop dimensions: %d. Array shape: [%s] (index: %d). Error
JJ invalid argument. Second argument contains an out-of-bounds index. Array shape: (%s). Value: [%s]. RangeError
JK invalid argument. Thirteenth argument must be non-zero. Value: %d. RangeError
JL invalid argument. Sixth argument must be greater than or equal to max(1,%d). Value: %d. RangeError
JM invalid argument. Fifth argument must be non-zero. Value: %s. RangeError
JN invalid argument. Sixth argument must be non-zero. Value: %s. RangeError

@stdlib-bot stdlib-bot force-pushed the update-error-databases branch from d498410 to 2a817ad Compare August 31, 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 Aug 31, 2025
@stdlib-bot stdlib-bot requested a review from a team August 31, 2025 00:28
@stdlib-bot
Copy link
Contributor Author

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.

@Planeshifter Planeshifter added the Ready To Merge A pull request which is ready to be merged. label Aug 31, 2025
@stdlib-bot
Copy link
Contributor Author

PR Commit Message

feat: update error databases

PR-URL: https://github.com/stdlib-js/stdlib/pull/7991

Co-authored-by: Philipp Burckhardt <[email protected]>
Reviewed-by: Philipp Burckhardt <[email protected]>
Signed-off-by: stdlib-bot <[email protected]>

Please review the above commit message and make any necessary adjustments.

@Planeshifter Planeshifter merged commit 132f36a into develop Aug 31, 2025
85 checks passed
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. Ready To Merge A pull request which is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants