Skip to content

Add print + erase commands, and a challenge scenario showing off print #943

Add print + erase commands, and a challenge scenario showing off print

Add print + erase commands, and a challenge scenario showing off print #943

Triggered via pull request January 3, 2025 16:26
Status Failure
Total duration 43s
Artifacts

hlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
HLint
HLint failed with status: 1. Suggestion (1)
HLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
HLint: src/swarm-engine/Swarm/Game/Step/Const.hs#L1237
Suggestion in execConst in module Swarm.Game.Step.Const: Move brackets to avoid $ ▫︎ Found: "(not $ T.null printedMatter)\n `holdsOrFail` [\"That is already blank!\"]" ▫︎ Perhaps: "not (T.null printedMatter) `holdsOrFail` [\"That is already blank!\"]"