Skip to content

Replace dunai by automata/state machines #639

Replace dunai by automata/state machines

Replace dunai by automata/state machines #639

Triggered via pull request May 3, 2024 17:55
@turionturion
synchronize #299
dev_automata
Status Failure
Total duration 2m 37s
Artifacts

ci.yml

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

Annotations

17 errors and 5 warnings
Check and format all cabal files
Process completed with exit code 1.
Run hlint
HLint failed with status: 1. Warning (3), Suggestion (1)
Run fourmolu
fourmolu detected unformatted files
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.
Nix Flake (ubuntu-latest)
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
The operation was canceled.
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
Multiple declarations of ‘reactimate’
Haskell GHC 9.2.8 cabal
Process completed with exit code 1.
Haskell GHC 9.4.7 cabal
The job was canceled because "_9_2_8_ubuntu-latest" failed.
Haskell GHC 9.4.7 cabal
The operation was canceled.
Haskell GHC 9.0.2 cabal
The job was canceled because "_9_2_8_ubuntu-latest" failed.
Haskell GHC 9.0.2 cabal
The operation was canceled.
Run hlint: rhine/src/Data/Stream/Internal.hs#L15
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: 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)"
Run hlint: rhine/test/Automaton.hs#L2
Warning in module Automaton: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE LambdaCase #-}"
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/.