Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 18, 2024
1 parent e26411b commit d708a7b
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm_downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
# Upload the download data:
- name: 'Upload data'
# Pin action to full length commit SHA corresponding to v3.1.3
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
# Pin action to full length commit SHA
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
# Define a name for the uploaded artifact (ensuring a unique name for each job):
name: npm_downloads
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_bundles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ jobs:

# Install Deno:
- name: 'Install Deno'
# Pin action to full length commit SHA corresponding to v1.1.2
uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31
# Pin action to full length commit SHA
uses: denoland/setup-deno@041b854f97b325bd60e53e9dc2de9cb9f9ac0cba # v1.1.4
with:
deno-version: vx.x.x

Expand Down
7 changes: 7 additions & 0 deletions tools/database/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -959,3 +959,10 @@
"FS","invalid argument. Slice exceeds array bounds. Array length: %d.","RangeError"
"FT","invalid argument. Input array and the output array slice are broadcast incompatible. Array length: %u. Desired length: %u.","Error"
"FU","invalid operation. Slice exceeds array bounds.","RangeError"
"FV","invalid argument. First argument must be a valid index array.","TypeError"
"FW","invalid operation. This array index instance has already been freed and can no longer be used.","Error"
"FX","invalid argument. First argument must be a complex-valued floating-point array. Value: `%s`.","TypeError"
"FY","invalid operation. Index exceeds array bounds.","RangeError"
"FZ","invalid operation. Unrecognized array index type. Value: `%s`.","Error"
"Fa","invalid operation. Unable to resolve array index. Value: `%s`.","Error"
"Fb","invalid option. `%s` option is missing a `%s` method. Option: `%s`.","TypeError"
2 changes: 1 addition & 1 deletion tools/database/data/data.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions tools/id2pkg/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,8 @@
"00t",@stdlib/array-full
"00u",@stdlib/array/incrspace
"00v",@stdlib/array-incrspace
"1ry",@stdlib/array/index
"1rz",@stdlib/array-index
"00w",@stdlib/array/int16
"00x",@stdlib/array-int16
"00y",@stdlib/array/int32
Expand Down Expand Up @@ -549,6 +551,8 @@
"01T",@stdlib/array-shared-buffer
"1pE",@stdlib/array/slice
"1pF",@stdlib/array-slice
"1s0",@stdlib/array/take
"1s1",@stdlib/array-take
"01U",@stdlib/array/to-circular-iterator
"01V",@stdlib/array-to-circular-iterator
"1rW",@stdlib/array/to-fancy
Expand Down Expand Up @@ -6314,6 +6318,8 @@
"1NN",@stdlib/strided-base-quaternary
"1NO",@stdlib/strided/base/quinary
"1NP",@stdlib/strided-base-quinary
"1s2",@stdlib/strided/base/reinterpret-complex
"1s3",@stdlib/strided-base-reinterpret-complex
"1NQ",@stdlib/strided/base/reinterpret-complex128
"1NR",@stdlib/strided-base-reinterpret-complex128
"1NS",@stdlib/strided/base/reinterpret-complex64
Expand Down
2 changes: 1 addition & 1 deletion tools/id2pkg/data/data.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions tools/pkg2id/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -7146,3 +7146,9 @@
"@stdlib/random-strided-tools-unary-factory",1rv
"@stdlib/slice/base/int2slice",1rw
"@stdlib/slice-base-int2slice",1rx
"@stdlib/array/index",1ry
"@stdlib/array-index",1rz
"@stdlib/array/take",1s0
"@stdlib/array-take",1s1
"@stdlib/strided/base/reinterpret-complex",1s2
"@stdlib/strided-base-reinterpret-complex",1s3
2 changes: 1 addition & 1 deletion tools/pkg2id/data/data.json

Large diffs are not rendered by default.

0 comments on commit d708a7b

Please sign in to comment.