Add .dcm files #211
Annotations
4 errors, 2 warnings, and 1 notice
Documentation:
../../../.julia/packages/Documenter/bFHi4/src/DocTests.jl#L373
doctest failure in src/index.md:36-43
```jldoctest
julia> using FileIO, HTTP
julia> img = load(HTTP.URI("https://github.com/JuliaLang/julia-logo-graphics/raw/master/images/julia-logo-color.png"));
julia> typeof(img)
Matrix{RGBA{N0f8}} (alias for Array{ColorTypes.RGBA{FixedPointNumbers.Normed{UInt8, 8}}, 2})
```
Subexpression:
img = load(HTTP.URI("https://github.com/JuliaLang/julia-logo-graphics/raw/master/images/julia-logo-color.png"));
Evaluated output:
ERROR: MethodError: Cannot `convert` an object of type
SubArray{UInt8,1,Memory{UInt8},Tuple{UnitRange{Int64}},true} to an object of type
SubArray{UInt8,1,Vector{UInt8},Tuple{UnitRange{Int64}},true}
The function `convert` exists, but no method is defined for this combination of argument types.
Closest candidates are:
SubArray{T, N, P, I, L}(::Any, !Matched::Any, !Matched::Any, !Matched::Any) where {T, N, P, I, L}
@ Base subarray.jl:19
convert(::Type{T}, !Matched::T) where T
@ Base Base.jl:126
convert(::Type{T}, !Matched::LinearAlgebra.Factorization) where T<:AbstractArray
@ LinearAlgebra /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.12/LinearAlgebra/src/factorization.jl:104
...
Stacktrace:
[1] readuntil(buf::IOBuffer, find_delimiter::typeof(HTTP.Parsers.find_end_of_header))
@ HTTP.IOExtras ~/.julia/packages/HTTP/aTjcj/src/IOExtras.jl:139
[2] readuntil(t::HTTP.ConnectionPool.Transaction{MbedTLS.SSLContext}, f::Function, sizehint::Int64)
@ HTTP.ConnectionPool ~/.julia/packages/HTTP/aTjcj/src/ConnectionPool.jl:296
[3] readuntil(t::HTTP.ConnectionPool.Transaction{MbedTLS.SSLContext}, f::Function)
@ HTTP.ConnectionPool ~/.julia/packages/HTTP/aTjcj/src/ConnectionPool.jl:292
[4] readheaders(io::HTTP.ConnectionPool.Transaction{MbedTLS.SSLContext}, message::HTTP.Messages.Response)
@ HTTP.Messages ~/.julia/packages/HTTP/aTjcj/src/Messages.jl:537
[5] startread(http::HTTP.Streams.Stream{HTTP.Messages.Response, HTTP.ConnectionPool.Transaction{MbedTLS.SSLContext}})
@ HTTP.Streams ~/.julia/packages/HTTP/aTjcj/src/Streams.jl:170
[6] macro expansion
@ ~/.julia/packages/HTTP/aTjcj/src/StreamRequest.jl:67 [inlined]
[7] macro expansion
@ ./task.jl:491 [inlined]
[8] request(::Type{StreamLayer{Union{}}}, io::HTTP.ConnectionPool.Transaction{MbedTLS.SSLContext}, req::HTTP.Messages.Request, body::Vector{UInt8}; reached_redirect_limit::Bool, response_stream::Nothing, iofunction::Nothing, verbose::Int64, kw::@kwargs{})
@ HTTP.StreamRequest ~/.julia/packages/HTTP/aTjcj/src/StreamRequest.jl:57
[9] request(::Type{ConnectionPoolLayer{StreamLayer{Union{}}}}, url::URIs.URI, req::HTTP.Messages.Request, body::Vector{UInt8}; proxy::Nothing, socket_type::Type, reuse_limit::Int64, kw::@kwargs{iofunction::Nothing, reached_redirect_limit::Bool})
@ HTTP.ConnectionRequest ~/.julia/packages/HTTP/aTjcj/src/ConnectionRequest.jl:108
[10] request(::Type{ExceptionLayer{ConnectionPoolLayer{StreamLayer{Union{}}}}}, ::URIs.URI, ::Vararg{Any}; kw::@kwargs{iofunction::Nothing, reached_redirect_limit::Bool})
@ HTTP.ExceptionRequest ~/.julia/packages/HTTP/aTjcj/src/ExceptionRequest.jl:19
[11] (::Base.var"#106#108"{Base.var"#106#107#109"{ExponentialBackOff, HTTP.RetryRequest.var"#2#3"{Bool, HTTP.Messages.Request}, typeof(HTTP.request)}})(::Type, ::Vararg{Any}; kwargs::@kwargs{iofunction::Nothing, reached_redirect_limit::Bool})
@ Base ./error.jl:298
[12] request(::Type{RetryLayer{ExceptionLayer{ConnectionPoolLayer{StreamLayer{Union{}}}}}}, url::URIs.URI, req::HTTP.Messages.Request, body::Vector{UInt8}; retries::Int64, retry_non_idempotent::Bool, kw::@kwargs{iofunction::Nothing, reached_redirect_limit::Bool})
@ HTTP.RetryRequest ~/.julia/packages/HTTP/aTjcj/src/RetryRequest.jl:44
[13] request(::Type{MessageLayer{RetryLayer{ExceptionLayer{ConnectionPoolLayer{StreamLayer{Union{}}}}}}}, method::String, url::URIs.URI, headers::Vector{Pair{SubString{String}, SubString{String}}}, body::Vector{UInt8}; http_version::VersionNumber, target::String, parent::Nothing, iofunction::Nothing, kw::@kwargs{reached_redirect_limit::Bool
|
Documentation:
../../../.julia/packages/Documenter/bFHi4/src/DocTests.jl#L373
doctest failure in src/index.md:36-43
```jldoctest
julia> using FileIO, HTTP
julia> img = load(HTTP.URI("https://github.com/JuliaLang/julia-logo-graphics/raw/master/images/julia-logo-color.png"));
julia> typeof(img)
Matrix{RGBA{N0f8}} (alias for Array{ColorTypes.RGBA{FixedPointNumbers.Normed{UInt8, 8}}, 2})
```
Subexpression:
typeof(img)
Evaluated output:
ERROR: UndefVarError: `img` not defined in `Main`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
Matrix{RGBA{N0f8}} (alias for Array{ColorTypes.RGBA{FixedPointNumbers.Normed{UInt8, 8}}, 2})
diff =
Warning: Diff output requires color.
Matrix{RGBA{N0f8}} (alias ERROR: UndefVarError: `img` not defined in `Main`
Suggestion: check for Array{ColorTypes.RGBA{FixedPointNumbers.Normed{UInt8, 8}}, 2})spelling errors or missing imports.
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation:
../../../.julia/packages/Documenter/bFHi4/src/Documenter.jl#L556
Git failed to fetch [email protected]:JuliaIO/FileIO.jl.git
This can be caused by a DOCUMENTER_KEY variable that is not correctly set up.
Make sure that the environment variable is properly set up as a Base64-encoded string
of the SSH private key. You may need to re-generate the keys with DocumenterTools.
|
Documentation:
../../../.julia/packages/Documenter/bFHi4/src/Documenter.jl#L664
Failed to push:
exception =
failed process: Process(`git fetch upstream`, ProcessExited(128)) [128]
Stacktrace:
[1] pipeline_error
@ ./process.jl:598 [inlined]
[2] run(::Cmd; wait::Bool)
@ Base ./process.jl:513
[3] run
@ ./process.jl:510 [inlined]
[4] (::Documenter.var"#git_commands#27"{String, String, SubString{String}, String, Vector{Any}, Bool, String, String})(sshconfig::String)
@ Documenter ~/.julia/packages/Documenter/bFHi4/src/Documenter.jl:554
[5] (::Documenter.var"#26#32"{String})()
@ Documenter ~/.julia/packages/Documenter/bFHi4/src/Documenter.jl:659
[6] cd(f::Documenter.var"#26#32"{String}, dir::String)
@ Base.Filesystem ./file.jl:112
[7] #25
@ ~/.julia/packages/Documenter/bFHi4/src/Documenter.jl:659 [inlined]
[8] withenv(f::Documenter.var"#25#31"{String, String}, keyvals::Pair{String, String})
@ Base ./env.jl:265
[9] (::Documenter.var"#24#30"{String, String, SubString{String}, String})(sshconfig::String, io::IOStream)
@ Documenter ~/.julia/packages/Documenter/bFHi4/src/Documenter.jl:658
[10] mktemp(fn::Documenter.var"#24#30"{String, String, SubString{String}, String}, parent::String)
@ Base.Filesystem ./file.jl:790
[11] mktemp(fn::Function)
@ Base.Filesystem ./file.jl:788
[12] git_push(root::String, temp::String, repo::String; branch::String, dirname::String, target::String, sha::SubString{String}, devurl::String, versions::Vector{Any}, forcepush::Bool, deploy_config::Documenter.GitHubActions, subfolder::String, is_preview::Bool)
@ Documenter ~/.julia/packages/Documenter/bFHi4/src/Documenter.jl:643
[13] git_push
@ ~/.julia/packages/Documenter/bFHi4/src/Documenter.jl:530 [inlined]
[14] #18
@ ~/.julia/packages/Documenter/bFHi4/src/Documenter.jl:508 [inlined]
[15] mktempdir(fn::Documenter.var"#18#20"{SubString{String}, String, String, String, String, Vector{Any}, Bool, Documenter.GitHubActions, Bool, String, String, String}, parent::String; prefix::String)
@ Base.Filesystem ./file.jl:819
[16] mktempdir(fn::Function, parent::String)
@ Base.Filesystem ./file.jl:815
[17] mktempdir
@ ./file.jl:815 [inlined]
[18] (::Documenter.var"#17#19"{String, String, String, Nothing, String, Vector{Any}, Bool, Documenter.GitHubActions, Bool, String, String, String})()
@ Documenter ~/.julia/packages/Documenter/bFHi4/src/Documenter.jl:507
[19] cd(f::Documenter.var"#17#19"{String, String, String, Nothing, String, Vector{Any}, Bool, Documenter.GitHubActions, Bool, String, String, String}, dir::String)
@ Base.Filesystem ./file.jl:112
[20] #deploydocs#16
@ ~/.julia/packages/Documenter/bFHi4/src/Documenter.jl:484 [inlined]
[21] top-level scope
@ ~/work/FileIO.jl/FileIO.jl/docs/make.jl:20
[22] include(fname::String)
@ Main ./sysimg.jl:38
[23] top-level scope
@ none:8
[24] eval
@ ./boot.jl:428 [inlined]
[25] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:291
[26] _start()
@ Base ./client.jl:525
|
Documentation:
../../../.julia/packages/Documenter/bFHi4/src/DocChecks.jl#L69
5 docstrings not included in the manual:
FileIO.detectisom :: Tuple{Any}
FileIO.handle_exceptions :: Tuple{Vector, Any}
FileIO.info :: Tuple{Union{Type, Formatted}}
FileIO.WriterError
FileIO.LoaderError
These are docstrings in the checked modules (configured with the modules keyword)
that are not included in @docs or @autodocs blocks.
|
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`
|