Skip to content
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

feat: update error databases #1108

Merged
merged 1 commit into from
Oct 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions lib/node_modules/@stdlib/error/tools/database/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -920,3 +920,13 @@
"Ep","invalid operation. Slice exceeds array bounds. Array shape: (%s).","RangeError"
"Eq","invalid operation. A subsequence increment must be a non-zero integer. Value: `%s`.","Error"
"Er","invalid operation. A subsequence may only include a single ellipsis. Value: `%s`.","Error"
"Es","invalid argument. Cannot write to a read-only array.","Error"
"Et","invalid argument. Number of slice dimensions does not match the number of array dimensions. Array shape: (%s). Slice dimensions: %u.","RangeError"
"Eu","invalid argument. Slice arguments must be either a Slice, integer, null, or undefined. Value: `%s`.","TypeError"
"Ev","invalid operation. Number of slice dimensions does not match the number of array dimensions. Array shape: (%s). Slice dimensions: %u.","RangeError"
"Ew","invalid operation. Assigned value cannot be safely cast to the target array data type. Data types: [%s, %s].","TypeError"
"Ex","invalid operation. Unsupported target array data type. Data type: `%s`.","TypeError"
"Ey","invalid argument. Index must be on the interval: [0, %d]. Value: `%d`.","RangeError"
"Ez","invalid argument. Slice exceeds array bounds. Array shape: (%s).","RangeError"
"F0","invalid argument. Input array values cannot be safely cast to the output array data type. Data types: [%s, %s].","TypeError"
"F1","invalid argument. Second argument must be an ndarray. Value: `%s`.","TypeError"

Large diffs are not rendered by default.

14 changes: 14 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 @@ -3274,6 +3274,10 @@
"0jP",@stdlib/ndarray-base-shape2strides
"0jQ",@stdlib/ndarray/base/singleton-dimensions
"0jR",@stdlib/ndarray-base-singleton-dimensions
"1jO",@stdlib/ndarray/base/slice-assign
"1jP",@stdlib/ndarray-base-slice-assign
"1jQ",@stdlib/ndarray/base/slice
"1jR",@stdlib/ndarray-base-slice
"0jS",@stdlib/ndarray/base/strides2offset
"0jT",@stdlib/ndarray-base-strides2offset
"0jU",@stdlib/ndarray/base/strides2order
Expand Down Expand Up @@ -3341,6 +3345,10 @@
"0kB",@stdlib/ndarray-safe-casts
"0kC",@stdlib/ndarray/same-kind-casts
"0kD",@stdlib/ndarray-same-kind-casts
"1jS",@stdlib/ndarray/slice-assign
"1jT",@stdlib/ndarray-slice-assign
"1jU",@stdlib/ndarray/slice
"1jV",@stdlib/ndarray-slice
"0kE",@stdlib/ndarray/sub2ind
"0kF",@stdlib/ndarray-sub2ind
"1de",@stdlib/ndarray/to-array
Expand Down Expand Up @@ -4009,12 +4017,18 @@
"0td",@stdlib/simulate
"1j8",@stdlib/slice/base/length
"1j9",@stdlib/slice-base-length
"1jW",@stdlib/slice/base/nonreduced-dimensions
"1jX",@stdlib/slice-base-nonreduced-dimensions
"1jA",@stdlib/slice/base/normalize-multi-slice
"1jB",@stdlib/slice-base-normalize-multi-slice
"1jC",@stdlib/slice/base/normalize-slice
"1jD",@stdlib/slice-base-normalize-slice
"1io",@stdlib/slice/base
"1ip",@stdlib/slice-base
"1jY",@stdlib/slice/base/reduced-dimensions
"1jZ",@stdlib/slice-base-reduced-dimensions
"1ja",@stdlib/slice/base/sargs2multislice
"1jb",@stdlib/slice-base-sargs2multislice
"1jE",@stdlib/slice/base/seq2multislice
"1jF",@stdlib/slice-base-seq2multislice
"1iq",@stdlib/slice/base/seq2slice
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.

14 changes: 14 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 @@ -6614,3 +6614,17 @@
"@stdlib/string-base-remove-last-grapheme-cluster",1jL
"@stdlib/string/base/remove-last",1jM
"@stdlib/string-base-remove-last",1jN
"@stdlib/ndarray/base/slice-assign",1jO
"@stdlib/ndarray-base-slice-assign",1jP
"@stdlib/ndarray/base/slice",1jQ
"@stdlib/ndarray-base-slice",1jR
"@stdlib/ndarray/slice-assign",1jS
"@stdlib/ndarray-slice-assign",1jT
"@stdlib/ndarray/slice",1jU
"@stdlib/ndarray-slice",1jV
"@stdlib/slice/base/nonreduced-dimensions",1jW
"@stdlib/slice-base-nonreduced-dimensions",1jX
"@stdlib/slice/base/reduced-dimensions",1jY
"@stdlib/slice-base-reduced-dimensions",1jZ
"@stdlib/slice/base/sargs2multislice",1ja
"@stdlib/slice-base-sargs2multislice",1jb
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/error/tools/pkg2id/data/data.json

Large diffs are not rendered by default.