Add windows disclaimer and change int to Integer. #75
Annotations
5 errors, 1 warning, and 1 notice
Run julia-actions/julia-docdeploy@v1:
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
|
Run julia-actions/julia-docdeploy@v1:
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
|
Run julia-actions/julia-docdeploy@v1:
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
|
Run julia-actions/julia-docdeploy@v1:
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
|
Run julia-actions/julia-docdeploy@v1
Process completed with exit code 1.
|
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/.
|
Run julia-actions/julia-buildpkg@v1
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|
The logs for this run have expired and are no longer available.
Loading