Skip to content

Merge remote-tracking branch 'origin/task-3' into llvm-code-gen #145

Merge remote-tracking branch 'origin/task-3' into llvm-code-gen

Merge remote-tracking branch 'origin/task-3' into llvm-code-gen #145

Triggered via push December 13, 2023 07:42
Status Failure
Total duration 1m 24s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
build (8.10.7, 3.6, ubuntu-20.04)
HLint failed with status: 1. Warning (1), Suggestion (1)
build (8.10.7, 3.6, ubuntu-20.04): lib/CodeGen/Llvm/Ir2LlvmIr.hs#L1
Warning in module CodeGen.Llvm.Ir2LlvmIr: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE LambdaCase #-}"
build (8.10.7, 3.6, ubuntu-20.04): test/Unit/TypeInference/TypeInferenceTest.hs#L76
Suggestion in test3, test10 in module Unit.TypeInference.TypeInferenceTest: Reduce duplication ▫︎ Found: "let expected = \"int\"\nlet actual = eval $ parseProgram \"let x = 1\"\nexpected @=? actual\n" ▫︎ Perhaps: "Combine with test/Unit/TypeInference/TypeInferenceTest.hs:146:7-26"