Let user specify Integer ->Float conversion type #258
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 5 warnings
format
Process completed with exit code 1.
|
format:
src/preferences.jl#L12
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
src/preferences.jl:12:- @info("New int2float type set; restart your Julia session for this change to take effect!")
src/preferences.jl:12:+ @info(
src/preferences.jl:13:+ "New int2float type set; restart your Julia session for this change to take effect!"
src/preferences.jl:14:+ )
|
format:
test/projection.jl#L69
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
test/projection.jl:69:-
test/projection.jl:69:+
|
format:
test/projection.jl#L309
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
test/projection.jl:309:-
test/projection.jl:311:+
|
format:
test/projection.jl#L472
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
test/projection.jl:472:- @test eval(Meta.parse(str))(ones(1, 3)) isa Adjoint{int2float_type_,Vector{int2float_type_}}
test/projection.jl:474:+ @test eval(Meta.parse(str))(ones(1, 3)) isa
test/projection.jl:475:+ Adjoint{int2float_type_,Vector{int2float_type_}}
|
format
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/
|