update to using julia 1.10 #199
Annotations
9 errors, 10 warnings, and 1 notice
Julia 1.10 - ubuntu-latest - x64 - push
Process completed with exit code 1.
|
Julia 1.10 - ubuntu-latest - x86 - push
Process completed with exit code 1.
|
Julia nightly - ubuntu-latest - x64 - push
Process completed with exit code 1.
|
Julia nightly - ubuntu-latest - x86 - push
Process completed with exit code 1.
|
Documentation:
../../../.julia/packages/Documenter/CJeWX/src/utilities/utilities.jl#L44
undefined binding 'DuctAPE.promote_propulosor_type' in `@docs` block in src/DuctAPE/private_api.md:298-311
```@docs
DuctAPE.promote_propulosor_type
DuctAPE.update_operating_point!
DuctAPE.isscalar
DuctAPE.dot
DuctAPE.norm
DuctAPE.cross2mag
DuctAPE.linear_transform
DuctAPE.extract_primals!
DuctAPE.lfs
DuctAPE.reset_containers!
DuctAPE.cache_dims!
DuctAPE.write_data
```
|
Documentation:
../../../.julia/packages/Documenter/CJeWX/src/utilities/utilities.jl#L44
failed to run `@example` block in src/DuctAPE/tutorial.md:354-357
```@example dfdc
outs, success_flag = dt.analyze(propulsor, options)
nothing # hide
```
exception =
MethodError: no method matching akima(::SubArray{Float64, 1, Matrix{Float64}, Tuple{StepRange{Int64, Int64}, Int64}, true}, ::SubArray{Float64, 1, Matrix{Float64}, Tuple{StepRange{Int64, Int64}, Int64}, true}, ::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, ::Float64, ::Float64)
Closest candidates are:
akima(::Any, ::Any, ::Any)
@ FLOWMath ~/.julia/packages/FLOWMath/yeNuj/src/interpolate.jl:147
Stacktrace:
[1] (::DuctAPE.var"#42#47")(x::SubArray{Float64, 1, Matrix{Float64}, Tuple{StepRange{Int64, Int64}, Int64}, true}, y::SubArray{Float64, 1, Matrix{Float64}, Tuple{StepRange{Int64, Int64}, Int64}, true}, xp::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true})
@ DuctAPE ~/work/DuctAPE.jl/DuctAPE.jl/src/utilities/options.jl:583
[2] reinterpolate_bodies!(rp_duct_coordinates::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, rp_centerbody_coordinates::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, duct_coordinates::Matrix{Float64}, centerbody_coordinates::Matrix{Float64}, zwake::Vector{Float64}, ncenterbody_inlet::Int64, nduct_inlet::Int64; finterp::DuctAPE.var"#42#47")
@ DuctAPE ~/work/DuctAPE.jl/DuctAPE.jl/src/preprocess/geometry/body_geometry.jl:48
[3] reinterpolate_geometry!(wake_grid::Base.ReshapedArray{Float64, 3, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, rp_duct_coordinates::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, rp_centerbody_coordinates::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, rotor_indices_in_wake::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, duct_coordinates::Matrix{Float64}, centerbody_coordinates::Matrix{Float64}, rotorstator_parameters::RotorStatorParameters{Vector{Int64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{DuctAPE.C4Blade.DFDCairfoil{Float64}}, Vector{Float64}}, blade_element_cache::@NamedTuple{B::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Rtip::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Rhub::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, fliplift::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, chords::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, twists::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, stagger::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, solidity::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, rotor_panel_centers::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, inner_fraction::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}}, paneling_constants::PanelingConstants{Int64, Float64, Float64}; autoshiftduct::Bool, grid_solver_options::SLORGridSolverOptions{Bool, Float64, Int64}, finterp::Function, verbose::Bool, silence_warnings::Bool)
@ DuctAPE ~/work/DuctAPE.jl/DuctAPE.jl/src/preprocess/preprocess.jl:160
[4] reinterpolate_geometry!
@ ~/work/DuctAPE.jl/DuctAPE.jl/src/preprocess/preprocess.jl:117 [inlined]
[5] precompute_parameters!(ivr::@NamedTuple{v_rb::Base.ReshapedArray{Float64, 3, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, v_rr::Base.ReshapedArray{Float64, 3, SubAr
|
Documentation:
../../../.julia/packages/Documenter/CJeWX/src/utilities/utilities.jl#L44
failed to run `@example` block in src/DuctAPE/tutorial.md:363-366
```@example dfdc
# Total Thrust Coefficient
outs.totals.CT
```
exception =
UndefVarError: `outs` not defined
Stacktrace:
[1] top-level scope
@ :0
[2] eval
@ ./boot.jl:385 [inlined]
[3] #58
@ ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:754 [inlined]
[4] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[5] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:753
[6] (::IOCapture.var"#4#7"{DataType, Documenter.var"#57#59"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Rzdxd/src/IOCapture.jl:161
[7] with_logstate(f::Function, logstate::Any)
@ Base.CoreLogging ./logging.jl:515
[8] with_logger
@ ./logging.jl:627 [inlined]
[9] capture(f::Documenter.var"#57#59"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer)
@ IOCapture ~/.julia/packages/IOCapture/Rzdxd/src/IOCapture.jl:158
[10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:752
|
Documentation:
../../../.julia/packages/Documenter/CJeWX/src/utilities/utilities.jl#L44
failed to run `@example` block in src/DuctAPE/tutorial.md:367-370
```@example dfdc
# Total Torque Coefficient
outs.totals.CQ
```
exception =
UndefVarError: `outs` not defined
Stacktrace:
[1] top-level scope
@ :0
[2] eval
@ ./boot.jl:385 [inlined]
[3] #58
@ ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:754 [inlined]
[4] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[5] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:753
[6] (::IOCapture.var"#4#7"{DataType, Documenter.var"#57#59"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Rzdxd/src/IOCapture.jl:161
[7] with_logstate(f::Function, logstate::Any)
@ Base.CoreLogging ./logging.jl:515
[8] with_logger
@ ./logging.jl:627 [inlined]
[9] capture(f::Documenter.var"#57#59"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer)
@ IOCapture ~/.julia/packages/IOCapture/Rzdxd/src/IOCapture.jl:158
[10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:752
|
Documentation
Process completed with exit code 1.
|
Julia 1.10 - ubuntu-latest - x64 - push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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.10 - ubuntu-latest - x64 - push
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Julia 1.10 - ubuntu-latest - x86 - push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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.10 - ubuntu-latest - x86 - push
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Julia nightly - ubuntu-latest - x64 - push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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 - push
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Julia nightly - ubuntu-latest - x86 - push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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 - x86 - push
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Documentation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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/.
|
Documentation
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
[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`
|