Skip to content

140 report optimization metrics for each pipeline #319

140 report optimization metrics for each pipeline

140 report optimization metrics for each pipeline #319

Triggered via pull request March 22, 2024 12:24
Status Success
Total duration 14m 21s
Artifacts

ghc.yml

on: pull_request
Run static checks
10s
Run static checks
Matrix: Run pipeline
Build and upload site (master)
0s
Build and upload site (master)
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Run static checks: eo-phi-normalizer/src/Language/EO/Phi/Normalize.hs#L3
Warning in module Language.EO.Phi.Normalize: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE OverloadedLabels #-}"
Run static checks: eo-phi-normalizer/src/Language/EO/Phi/Rules/Yaml.hs#L307
Warning in evaluateMetaFuncs' in module Language.EO.Phi.Rules.Yaml: Redundant pure ▫︎ Found: "do nuCount' <- gets (Common.intToBytesObject . nuCount)\n pure nuCount'" ▫︎ Perhaps: "do gets (Common.intToBytesObject . nuCount)"
Run static checks: eo-phi-normalizer/test/Language/EO/YamlSpec.hs#L25
Suggestion in spec in module Language.EO.YamlSpec: Redundant bracket ▫︎ Found: "(map snd resultOneStep) `shouldSatisfy` sameObjs expected" ▫︎ Perhaps: "map snd resultOneStep `shouldSatisfy` sameObjs expected"