Skip to content

chore: Upgrade to hugr 0.8.0 #50

chore: Upgrade to hugr 0.8.0

chore: Upgrade to hugr 0.8.0 #50

Triggered via pull request December 12, 2024 15:49
Status Success
Total duration 24s
Artifacts

hlint.yaml

on: pull_request

Annotations

3 warnings
hlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hlint: brat/Brat/Checker/Helpers.hs#L120
Suggestion in pullPorts in module Brat.Checker.Helpers: Use uncurry ▫︎ Found: "\\ (pulled, rest) -> pulled ++ rest" ▫︎ Perhaps: "uncurry (++)" ▫︎ Note: increases laziness
hlint: brat/Data/Hugr.hs#L82
Suggestion in module Data.Hugr: Redundant bracket ▫︎ Found: "\"extension_reqs\" .= (extensions (body sig))" ▫︎ Perhaps: "\"extension_reqs\" .= extensions (body sig)"