Add print
+ erase
commands, and a challenge scenario showing off print
#943
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!\"]"
|