Skip to content

dynamic shape back to [Int] #68

dynamic shape back to [Int]

dynamic shape back to [Int] #68

Triggered via push July 31, 2024 07:16
Status Failure
Total duration 6m 6s
Artifacts

haskell-ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
ormolu
Ormolu detected unformatted files
hlint: src/NumHask/Array/Dynamic.hs#L628
Suggestion in cycle in module NumHask.Array.Dynamic: Redundant bracket ▫︎ Found: "(`mod` (size a))" ▫︎ Perhaps: "(`mod` size a)"
hlint: src/NumHask/Array/Shape.hs#L330
Suggestion in rotateIndex in module NumHask.Array.Shape: Redundant section ▫︎ Found: "((x + r) `mod`) (s List.!! d)" ▫︎ Perhaps: "(x + r) `mod` (s List.!! d)"
GHC 9.6 on ubuntu-latest: src/NumHask/Array/Dynamic.hs#L8
unrecognised warning flag: -Wno-x-partial