Skip to content

Start capturing values in lambdas #245

Start capturing values in lambdas

Start capturing values in lambdas #245

Triggered via pull request December 15, 2024 21:34
Status Failure
Total duration 45s
Artifacts

lint-haskell.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
hlint
HLint failed with status: 1. Warning (2), Suggestion (1)
ormolu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hlint: wasm-calc12/src/Calc/Ability/Check.hs#L162
Warning in abilityExpr in module Calc.Ability.Check: Redundant <$> ▫︎ Found: "ELambda ann args <$> pure ident" ▫︎ Perhaps: "pure (ELambda ann args ident)"
hlint: wasm-calc12/src/Calc/Wasm/FromExpr/Expr.hs#L279
Warning in fromLambda in module Calc.Wasm.FromExpr.Expr: Redundant <$> ▫︎ Found: "(,,) (offsetList !! i) <$> pure wasmTy" ▫︎ Perhaps: "pure ((,,) (offsetList !! i) wasmTy)"
hlint: wasm-calc12/src/Calc/Wasm/FromExpr/Expr.hs#L297
Suggestion in fromConstructor in module Calc.Wasm.FromExpr.Expr: Redundant bracket ▫︎ Found: "[(Expr (Type ann, Maybe (Drops ann)))]" ▫︎ Perhaps: "[Expr (Type ann, Maybe (Drops ann))]"
hlint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
hlint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
hlint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
hlint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/