Add windows disclaimer and change int to Integer. #75
CI.yml
on: pull_request
Documentation
2m 8s
Matrix: test
Annotations
5 errors, 4 warnings, and 1 notice
Documentation:
src/messages.jl#L109
doctest failure in ~/work/GRIBDatasets.jl/GRIBDatasets.jl/src/messages.jl:109-112
```jldoctest
julia> GDS.build_valid_time([10], 10)
(("time",), [36010])
```
Subexpression:
GDS.build_valid_time([10], 10)
Evaluated output:
ERROR: MethodError: no method matching build_valid_time(::Vector{Int64}, ::Int64)
Closest candidates are:
build_valid_time(!Matched::Vector{Integer}, ::Integer)
@ GRIBDatasets ~/work/GRIBDatasets.jl/GRIBDatasets.jl/src/messages.jl:114
build_valid_time(!Matched::Integer, ::Integer)
@ GRIBDatasets ~/work/GRIBDatasets.jl/GRIBDatasets.jl/src/messages.jl:99
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
(("time",), [36010])
diff =
Warning: Diff output requires color.
(("time",), [36010])ERROR: MethodError: no method matching build_valid_time(::Vector{Int64}, ::Int64)
Closest candidates are:
build_valid_time(!Matched::Vector{Integer}, ::Integer)
@ GRIBDatasets ~/work/GRIBDatasets.jl/GRIBDatasets.jl/src/messages.jl:114
build_valid_time(!Matched::Integer, ::Integer)
@ GRIBDatasets ~/work/GRIBDatasets.jl/GRIBDatasets.jl/src/messages.jl:99
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation:
src/messages.jl#L124
doctest failure in ~/work/GRIBDatasets.jl/GRIBDatasets.jl/src/messages.jl:124-127
```jldoctest
julia> GDS.build_valid_time(1, [10])
(("step",), [36001])
```
Subexpression:
GDS.build_valid_time(1, [10])
Evaluated output:
ERROR: MethodError: no method matching build_valid_time(::Int64, ::Vector{Int64})
Closest candidates are:
build_valid_time(::Integer, !Matched::Vector{Integer})
@ GRIBDatasets ~/work/GRIBDatasets.jl/GRIBDatasets.jl/src/messages.jl:129
build_valid_time(::Integer, !Matched::Integer)
@ GRIBDatasets ~/work/GRIBDatasets.jl/GRIBDatasets.jl/src/messages.jl:99
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
(("step",), [36001])
diff =
Warning: Diff output requires color.
(("step",), [36001])ERROR: MethodError: no method matching build_valid_time(::Int64, ::Vector{Int64})
Closest candidates are:
build_valid_time(::Integer, !Matched::Vector{Integer})
@ GRIBDatasets ~/work/GRIBDatasets.jl/GRIBDatasets.jl/src/messages.jl:129
build_valid_time(::Integer, !Matched::Integer)
@ GRIBDatasets ~/work/GRIBDatasets.jl/GRIBDatasets.jl/src/messages.jl:99
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation:
src/messages.jl#L139
doctest failure in ~/work/GRIBDatasets.jl/GRIBDatasets.jl/src/messages.jl:139-142
```jldoctest
julia> GDS.build_valid_time([10, 10], [10, 10])
(("time", "step"), [36010 36010; 36010 36010])
```
Subexpression:
GDS.build_valid_time([10, 10], [10, 10])
Evaluated output:
ERROR: MethodError: no method matching build_valid_time(::Vector{Int64}, ::Vector{Int64})
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
(("time", "step"), [36010 36010; 36010 36010])
diff =
Warning: Diff output requires color.
(("time", "step"), [36010 36010; 36010 36010])ERROR: MethodError: no method matching build_valid_time(::Vector{Int64}, ::Vector{Int64})
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation:
src/messages.jl#L144
doctest failure in ~/work/GRIBDatasets.jl/GRIBDatasets.jl/src/messages.jl:144-147
```jldoctest
julia> GDS.build_valid_time([10], [10])
((), 36010)
```
Subexpression:
GDS.build_valid_time([10], [10])
Evaluated output:
ERROR: MethodError: no method matching build_valid_time(::Vector{Int64}, ::Vector{Int64})
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
((), 36010)
diff =
Warning: Diff output requires color.
((), 36010)ERROR: MethodError: no method matching build_valid_time(::Vector{Int64}, ::Vector{Int64})
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation
Process completed with exit code 1.
|
Julia 1.8 - ubuntu-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Julia 1.6 - ubuntu-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Julia nightly - ubuntu-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Documentation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|