Replace dunai by automata/state machines #644
ci.yml
on: pull_request
Generate matrix from cabal
4s
Matrix: Nix Flake
Run hlint
11s
Run fourmolu
8s
Check and format all cabal files
6s
Matrix: build-cabal
Matrix: build-stack
Successfully build and test on all systems
0s
Annotations
8 errors and 5 warnings
Check and format all cabal files
Process completed with exit code 1.
|
Run fourmolu
fourmolu detected unformatted files
|
Run hlint
HLint failed with status: 1. Warning (3), Suggestion (1)
|
Haskell GHC 9.2.8 stack
Process completed with exit code 1.
|
Haskell GHC 9.0.2 stack
The job was canceled because "_9_2_8_ubuntu-latest" failed.
|
Haskell GHC 9.0.2 stack
Process completed with exit code 1.
|
Haskell GHC 9.4.7 stack
The job was canceled because "_9_2_8_ubuntu-latest" failed.
|
Haskell GHC 9.4.7 stack
The operation was canceled.
|
Run hlint:
automaton/src/Data/Stream/Internal.hs#L16
Suggestion in Fix in module Data.Stream.Internal: Use newtype instead of data ▫︎ Found: "data Fix t = Fix {getFix :: ~(t (Fix t))}" ▫︎ Perhaps: "newtype Fix t = Fix {getFix :: (t (Fix t))}" ▫︎ Note: decreases laziness
|
Run hlint:
automaton/test/Automaton.hs#L2
Warning in module Automaton: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE LambdaCase #-}"
|
Run hlint:
rhine/src/FRP/Rhine/ResamplingBuffer/ClSF.hs#L1
Warning in module FRP.Rhine.ResamplingBuffer.ClSF: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE RecordWildCards #-}" ▫︎ Note: may require `{-# LANGUAGE DisambiguateRecordFields #-}` adding to the top of the file
|
Run hlint:
rhine/src/FRP/Rhine/ResamplingBuffer/FIFO.hs#L31
Warning in fifoUnbounded in module FRP.Rhine.ResamplingBuffer.FIFO: Redundant $! ▫︎ Found: "Result as' $! Just a" ▫︎ Perhaps: "Result as' (Just a)"
|
Haskell GHC 9.2.8 stack
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: freckle/stack-cache-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|