Fix rules for cholesky
and ldiv!
on Cholesky
#10
Annotations
1 error and 2 warnings
Run reviewdog/action-suggester@v1
Process completed with exit code 1.
|
Run reviewdog/action-suggester@v1:
src/internal_rules.jl#L848
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
src/internal_rules.jl:848:- config,
src/internal_rules.jl:849:- func::Const{typeof(ldiv!)},
src/internal_rules.jl:850:- RT::Type{<:Union{Const, DuplicatedNoNeed, Duplicated, BatchDuplicatedNoNeed, BatchDuplicated}},
src/internal_rules.jl:851:-
src/internal_rules.jl:852:- A::Annotation{<:Cholesky},
src/internal_rules.jl:853:- B::Union{Const, DuplicatedNoNeed, Duplicated, BatchDuplicatedNoNeed, BatchDuplicated};
src/internal_rules.jl:854:- kwargs...
src/internal_rules.jl:930:+ config,
src/internal_rules.jl:931:+ func::Const{typeof(ldiv!)},
src/internal_rules.jl:932:+ RT::Type{
src/internal_rules.jl:933:+ <:Union{Const,DuplicatedNoNeed,Duplicated,BatchDuplicatedNoNeed,BatchDuplicated}
src/internal_rules.jl:934:+ },
src/internal_rules.jl:935:+ A::Annotation{<:Cholesky},
src/internal_rules.jl:936:+ B::Union{Const,DuplicatedNoNeed,Duplicated,BatchDuplicatedNoNeed,BatchDuplicated};
src/internal_rules.jl:937:+ kwargs...,
|
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/.
|
The logs for this run have expired and are no longer available.
Loading