Skip to content

feat: update error databases#9289

Closed
stdlib-bot wants to merge 1 commit intodevelopfrom
update-error-databases
Closed

feat: update error databases#9289
stdlib-bot wants to merge 1 commit intodevelopfrom
update-error-databases

Conversation

@stdlib-bot
Copy link
Copy Markdown
Contributor

@stdlib-bot stdlib-bot commented Dec 21, 2025

This PR

  • updates the error databases

The following error codes were added:

Code Error Message Type
Jr invalid invocation. Must provide at least three arguments. Error
Js invalid argument. First argument must contain at least one element greater than zero (i.e., the total number of observations must be greater than zero). Error
Jt invalid argument. Second argument must be a string or an array of strings. Value: %s. TypeError
Ju invalid option. Dimension index exceeds the number of dimensions. Number of dimensions: %d. Value: %d. RangeError
Jv invalid argument. Third argument must be an array of integers. Value: %s. TypeError
Jw invalid option. %s option must be a negative integer. Option: %s. TypeError
Jx invalid argument. Specified dimension index is out-of-bounds. Must be on the interval: [-%u, %u]. Value: %d. RangeError
Jy invalid argument. Product of the sizes must be equal to the size of the dimension to be unflattened. Dimension: %d. Size: %d. Value: [%s]. RangeError
Jz invalid arguments. Arrays must have the same number of dimensions (i.e., same rank). ndims(x) == %d. ndims(y) == %d. ndims(z) == %d. ndims(w) == %d. Error
K0 %s %s failed with exit code: %s. Error
K1 %s %s failed due to termination signal: %s. Error
K2 invalid argument. Fourth argument must be an ndarray-like object. Value: %s. TypeError

@stdlib-bot stdlib-bot added automated-pr Automated pull request (e.g., from a bot). Documentation Improvements, additions, or changes to documentation. labels Dec 21, 2025
@stdlib-bot stdlib-bot requested a review from a team December 21, 2025 00:30
@stdlib-bot
Copy link
Copy Markdown
Contributor Author

stdlib-bot commented Dec 21, 2025

Coverage Report

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

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

Copy link
Copy Markdown
Member

@kgryte kgryte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm going to hold off merging this PR, as the is-almost-same-value-* packages will be renamed.

@kgryte kgryte added the status: Blocked Issue or pull request which is currently blocked. label Dec 21, 2025
@stdlib-bot stdlib-bot force-pushed the update-error-databases branch from 9193cdf to 6ebf653 Compare December 28, 2025 00:32
@stdlib-bot stdlib-bot requested a review from a team December 28, 2025 00:32
@stdlib-bot stdlib-bot force-pushed the update-error-databases branch from 6ebf653 to d86845d Compare January 4, 2026 00:32
@stdlib-bot stdlib-bot force-pushed the update-error-databases branch 2 times, most recently from 2e7fe08 to eff1dd1 Compare January 18, 2026 00:31
@stdlib-bot stdlib-bot force-pushed the update-error-databases branch from eff1dd1 to 7c35ae9 Compare January 25, 2026 00:32
@stdlib-bot stdlib-bot force-pushed the update-error-databases branch from 7c35ae9 to fa7a115 Compare February 1, 2026 00:39
@stdlib-bot stdlib-bot force-pushed the update-error-databases branch 2 times, most recently from 0ffcda2 to c5e28cb Compare February 15, 2026 00:37
@stdlib-bot stdlib-bot force-pushed the update-error-databases branch from c5e28cb to 4565be0 Compare February 22, 2026 00:36
@stdlib-bot stdlib-bot force-pushed the update-error-databases branch 2 times, most recently from 694b7e5 to fc1a872 Compare March 8, 2026 00:36
@stdlib-bot stdlib-bot force-pushed the update-error-databases branch from fc1a872 to 3cf53aa Compare March 15, 2026 00:40
Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
@stdlib-bot stdlib-bot force-pushed the update-error-databases branch from 3cf53aa to 731a47f Compare March 22, 2026 00:38
@github-actions github-actions bot mentioned this pull request Mar 22, 2026
@kgryte kgryte closed this Mar 29, 2026
@kgryte kgryte deleted the update-error-databases branch March 29, 2026 05:08
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. status: Blocked Issue or pull request which is currently blocked.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants