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 Apr 13, 2024
1 parent 1b2dbc5 commit eb451e2
Show file tree
Hide file tree
Showing 136 changed files with 131 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/productionize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down Expand Up @@ -518,7 +517,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down Expand Up @@ -698,7 +696,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,5 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()
3 changes: 0 additions & 3 deletions .github/workflows/test_bundles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down Expand Up @@ -139,7 +138,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down Expand Up @@ -184,6 +182,5 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()
1 change: 0 additions & 1 deletion .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,5 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()
1 change: 1 addition & 0 deletions base/ops/cdiv/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ function gen( re1, im1, re2, im2, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/acos/scripts/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/acos/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/acosd/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/acosf/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/acosh/scripts/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/acosh/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/acot/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/acotd/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/acotf/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/acoth/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/acovercos/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/acoversin/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/acsc/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/acscd/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/acscf/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/acsch/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/ahavercos/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/ahaversin/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/asec/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/asecd/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/asecf/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/asech/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/asin/scripts/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/asin/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/asind/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/asindf/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/asinf/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/asinh/scripts/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/asinh/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/atan/scripts/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/atan/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/atan2/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ function gen( x, y, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/atand/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/atanf/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/atanh/scripts/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/atanh/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/avercos/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/aversin/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function gen( domain, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/besselj0/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function gen( x, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
1 change: 1 addition & 0 deletions base/special/besselj1/test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function gen( x, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down
Loading

0 comments on commit eb451e2

Please sign in to comment.