Skip to content

Commit

Permalink
feat: update error databases
Browse files Browse the repository at this point in the history
PR-URL: #2685

Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com>
Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
  • Loading branch information
stdlib-bot and Planeshifter authored Jul 28, 2024
1 parent 3264c24 commit 83a88a1
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -996,3 +996,4 @@
"G3","invalid argument. Tenth argument must be non-zero. Value: `%d`.","RangeError"
"G4","invalid argument. Fourth argument must be greater than or equal to max(1,%d). Value: `%d`.","RangeError"
"G5","invalid argument. First argument must be a string or an array of strings. Value: `%s`.","TypeError"
"G6","invalid option. `%s` option must be a valid mode. Option: `%s`.","TypeError"

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions lib/node_modules/@stdlib/error/tools/id2pkg/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2309,6 +2309,8 @@
"0ON",@stdlib/fs-resolve-parent-path-by
"0OO",@stdlib/fs/resolve-parent-path
"0OP",@stdlib/fs-resolve-parent-path
"1yS",@stdlib/fs/resolve-parent-paths
"1yT",@stdlib/fs-resolve-parent-paths
"0OQ",@stdlib/fs/unlink
"0OR",@stdlib/fs-unlink
"0OS",@stdlib/fs/write-file
Expand All @@ -2332,6 +2334,8 @@
"0Of",@stdlib/iter-counter
"1xS",@stdlib/iter/cuany
"1xT",@stdlib/iter-cuany
"1yU",@stdlib/iter/cusome
"1yV",@stdlib/iter-cusome
"0Og",@stdlib/iter/datespace
"0Oh",@stdlib/iter-datespace
"0Oi",@stdlib/iter/dedupe-by
Expand Down Expand Up @@ -3824,6 +3828,8 @@
"1l5",@stdlib/ndarray-base-fliplr
"1l6",@stdlib/ndarray/base/flipud
"1l7",@stdlib/ndarray-base-flipud
"1yW",@stdlib/ndarray/base/for-each
"1yX",@stdlib/ndarray-base-for-each
"0ig",@stdlib/ndarray/base/from-scalar
"0ih",@stdlib/ndarray-base-from-scalar
"0ii",@stdlib/ndarray/base/function-object
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/error/tools/id2pkg/data/data.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions lib/node_modules/@stdlib/error/tools/pkg2id/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -7545,3 +7545,9 @@
"@stdlib/constants-float64-max-safe-nth-factorial",1yP
"@stdlib/math/base/special/fmod",1yQ
"@stdlib/math-base-special-fmod",1yR
"@stdlib/fs/resolve-parent-paths",1yS
"@stdlib/fs-resolve-parent-paths",1yT
"@stdlib/iter/cusome",1yU
"@stdlib/iter-cusome",1yV
"@stdlib/ndarray/base/for-each",1yW
"@stdlib/ndarray-base-for-each",1yX
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/error/tools/pkg2id/data/data.json

Large diffs are not rendered by default.

1 comment on commit 83a88a1

@stdlib-bot
Copy link
Contributor Author

Choose a reason for hiding this comment

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

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 push.

Please sign in to comment.