Skip to content

Build nix develop for all GHCs #900

Build nix develop for all GHCs

Build nix develop for all GHCs #900

Triggered via pull request November 16, 2024 13:56
Status Failure
Total duration 6m 13s
Artifacts

ci.yml

on: pull_request
Matrix: Nix Flake
Generate matrix from cabal
6s
Generate matrix from cabal
Run hlint
8s
Run hlint
Run fourmolu
5s
Run fourmolu
Check and format all cabal files
4s
Check and format all cabal files
Matrix: Nix Flake Develop
Matrix: build-cabal
Successfully build and test on all systems
0s
Successfully build and test on all systems
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 3 warnings
Nix Flake Develop (9.4, ubuntu-latest)
Process completed with exit code 1.
Nix Flake Develop (9.2, ubuntu-latest)
The job was canceled because "_9_4_ubuntu-latest" failed.
Nix Flake Develop (9.2, ubuntu-latest)
The operation was canceled.
Nix Flake Develop (9.6, ubuntu-latest)
The job was canceled because "_9_4_ubuntu-latest" failed.
Nix Flake Develop (9.6, ubuntu-latest)
The operation was canceled.
Nix Flake Develop (9.10, ubuntu-latest)
The job was canceled because "_9_4_ubuntu-latest" failed.
Nix Flake Develop (9.10, ubuntu-latest)
The operation was canceled.
Nix Flake Develop (9.8, ubuntu-latest)
The job was canceled because "_9_4_ubuntu-latest" failed.
Nix Flake Develop (9.8, ubuntu-latest)
The operation was canceled.
Run hlint: rhine/src/FRP/Rhine/Schedule/Internal.hs#L33
Suggestion in apInjs_NPNonEmpty in module FRP.Rhine.Schedule.Internal: Use camelCase ▫︎ Found: "apInjs_NPNonEmpty ::\n (SListI xs) => NP f (x ': xs) -> NonEmpty (NS f (x ': xs))" ▫︎ Perhaps: "apInjsNPNonEmpty ::\n (SListI xs) => NP f (x ': xs) -> NonEmpty (NS f (x ': xs))"
Run hlint: rhine/src/FRP/Rhine/Schedule/Internal.hs#L34
Suggestion in apInjs_NPNonEmpty in module FRP.Rhine.Schedule.Internal: Use camelCase ▫︎ Found: "apInjs_NPNonEmpty (fx :* fxs) = ..." ▫︎ Perhaps: "apInjsNPNonEmpty (fx :* fxs) = ..."
Run hlint: rhine/src/FRP/Rhine/Schedule/Internal.hs#L61
Suggestion in scheduleStreams in module FRP.Rhine.Schedule.Internal: Redundant bracket ▫︎ Found: "finished <&> (hliftA (getRunningResult >>> resultState >>> I))" ▫︎ Perhaps: "finished <&> hliftA (getRunningResult >>> resultState >>> I)"