Replace dunai by automata/state machines #605
ci.yml
on: pull_request
Generate matrix from cabal
4s
Matrix: Nix Flake
Run hlint
8s
Run fourmolu
6s
Check and format all cabal files
7s
Matrix: build-cabal
Matrix: build-stack
Successfully build and test on all systems
0s
Annotations
19 errors and 3 warnings
Run fourmolu
fourmolu detected unformatted files
|
Check and format all cabal files
Process completed with exit code 1.
|
Run hlint
HLint failed with status: 1. Warning (1), Suggestion (1)
|
Haskell GHC 9.2.8 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.
|
Haskell GHC 9.0.2 stack
The job was canceled because "_9_2_8_ubuntu-latest" failed.
|
Haskell GHC 9.0.2 stack
The operation was canceled.
|
Nix Flake (ubuntu-latest)
Process completed with exit code 1.
|
Nix Flake (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
Nix Flake (macos-latest)
The operation was canceled.
|
Haskell GHC 9.2.8 cabal
The import of ‘@?=’ from module ‘Test.Tasty.HUnit’ is redundant
|
Haskell GHC 9.2.8 cabal
Process completed with exit code 1.
|
Haskell GHC 9.0.2 cabal
The job was canceled because "_9_2_8_ubuntu-latest" failed.
|
Haskell GHC 9.0.2 cabal
The import of ‘@?=’ from module ‘Test.Tasty.HUnit’ is redundant
|
Haskell GHC 9.0.2 cabal
The operation was canceled.
|
Haskell GHC 9.4.7 cabal
The job was canceled because "_9_2_8_ubuntu-latest" failed.
|
Haskell GHC 9.4.7 cabal
The import of ‘@?=’ from module ‘Test.Tasty.HUnit’ is redundant
|
Haskell GHC 9.4.7 cabal
The operation was canceled.
|
Run hlint:
rhine/src/Data/Automaton.hs#L227
Suggestion in Fix in module Data.Automaton: 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:
rhine/src/Data/Automaton/MSF.hs#L6
Warning in module Data.Automaton.MSF: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE StandaloneDeriving #-}"
|
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/.
|