Skip to content

[NDTensors] UnallocatedArrays and UnspecifiedTypes #1436

[NDTensors] UnallocatedArrays and UnspecifiedTypes

[NDTensors] UnallocatedArrays and UnspecifiedTypes #1436

Triggered via pull request October 23, 2023 15:20
Status Failure
Total duration 2m 7s
Artifacts

format_suggestions.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
format
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
format
Process completed with exit code 1.
format: NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl#L3
[JuliaFormatter] reported by reviewdog 🐶 Raw Output: NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:3:-struct UnallocatedFill{ElT,N,Axes,Alloc<:AbstractArray} <: FillArrays.AbstractFill{ElT,N,Axes} NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:4:- f::FillArrays.Fill{ElT, N, Axes} NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:3:+struct UnallocatedFill{ElT,N,Axes,Alloc<:AbstractArray} <: NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:4:+ FillArrays.AbstractFill{ElT,N,Axes} NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:5:+ f::FillArrays.Fill{ElT,N,Axes}
format: NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl#L6
[JuliaFormatter] reported by reviewdog 🐶 Raw Output: NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:6:- function UnallocatedFill{ElT,N,Axes,Alloc}(x::ElT,inds::Tuple)where{ElT,N,Axes,Alloc} NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:7:+ function UnallocatedFill{ElT,N,Axes,Alloc}(x::ElT, inds::Tuple) where {ElT,N,Axes,Alloc}
format: NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl#L9
[JuliaFormatter] reported by reviewdog 🐶 Raw Output: NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:9:- new{ElT,N,ax,Alloc}(f) NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:10:+ return new{ElT,N,ax,Alloc}(f)
format: NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl#L12
[JuliaFormatter] reported by reviewdog 🐶 Raw Output: NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:12:- function UnallocatedFill{ElT,0,Tuple{},Alloc}(x::ElT, inds::Tuple{}) where{ElT,Alloc} NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:13:- f = FillArrays.Fill{ElT,0,Tuple{}}(x,inds) NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:14:- new{ElT,0,Tuple{},Alloc}(f) NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:13:+ function UnallocatedFill{ElT,0,Tuple{},Alloc}(x::ElT, inds::Tuple{}) where {ElT,Alloc} NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:14:+ f = FillArrays.Fill{ElT,0,Tuple{}}(x, inds) NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:15:+ return new{ElT,0,Tuple{},Alloc}(f)
format: NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl#L18
[JuliaFormatter] reported by reviewdog 🐶 Raw Output: NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:18:-function UnallocatedFill{ElT, Alloc}(x::ElT, inds::Tuple) where {ElT<:Number, Alloc<:AbstractArray} NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:19:+function UnallocatedFill{ElT,Alloc}( NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:20:+ x::ElT, inds::Tuple NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:21:+) where {ElT<:Number,Alloc<:AbstractArray}
format: NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl#L21
[JuliaFormatter] reported by reviewdog 🐶 Raw Output: NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:21:- return UnallocatedFill{ElT, N, Ax,Alloc}(x, inds) NDTensors/src/UnallocatedArrays/src/unallocatedfill.jl:24:+ return UnallocatedFill{ElT,N,Ax,Alloc}(x, inds)
format: NDTensors/src/UnallocatedArrays/src/unallocatedzeros.jl#L6
[JuliaFormatter] reported by reviewdog 🐶 Raw Output: NDTensors/src/UnallocatedArrays/src/unallocatedzeros.jl:6:- function UnallocatedZeros{ElT,N,Axes,Alloc}(inds::Tuple) where{ElT,N,Axes,Alloc} NDTensors/src/UnallocatedArrays/src/unallocatedzeros.jl:6:+ function UnallocatedZeros{ElT,N,Axes,Alloc}(inds::Tuple) where {ElT,N,Axes,Alloc}
format: NDTensors/src/UnallocatedArrays/src/unallocatedzeros.jl#L9
[JuliaFormatter] reported by reviewdog 🐶 Raw Output: NDTensors/src/UnallocatedArrays/src/unallocatedzeros.jl:9:- new{ElT,N,ax,Alloc}(z) NDTensors/src/UnallocatedArrays/src/unallocatedzeros.jl:9:+ return new{ElT,N,ax,Alloc}(z)
format: NDTensors/src/UnallocatedArrays/src/unallocatedzeros.jl#L12
[JuliaFormatter] reported by reviewdog 🐶 Raw Output: NDTensors/src/UnallocatedArrays/src/unallocatedzeros.jl:12:- function UnallocatedZeros{ElT,0,Tuple{},Alloc}(inds::Tuple{}) where{ElT,Alloc} NDTensors/src/UnallocatedArrays/src/unallocatedzeros.jl:12:+ function UnallocatedZeros{ElT,0,Tuple{},Alloc}(inds::Tuple{}) where {ElT,Alloc}
format: NDTensors/src/UnallocatedArrays/src/unallocatedzeros.jl#L14
[JuliaFormatter] reported by reviewdog 🐶 Raw Output: NDTensors/src/UnallocatedArrays/src/unallocatedzeros.jl:14:- new{ElT,0,Tuple{},Alloc}(z) NDTensors/src/UnallocatedArrays/src/unallocatedzeros.jl:14:+ return new{ElT,0,Tuple{},Alloc}(z)