Skip to content

Store global vars separately #150

Store global vars separately

Store global vars separately #150

Triggered via push December 16, 2023 17:25
Status Success
Total duration 12m 3s
Artifacts

build.yml

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

Annotations

11 warnings
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"
build (8.10.7, 3.6, ubuntu-20.04): lib/StdLib.hs#L41
Defined but not used: data constructor ‘And’
build (8.10.7, 3.6, ubuntu-20.04): lib/StdLib.hs#L42
Defined but not used: data constructor ‘Or’
build (8.10.7, 3.6, ubuntu-20.04): lib/StdLib.hs#L43
Defined but not used: data constructor ‘Not’
build (8.10.7, 3.6, ubuntu-20.04): lib/StdLib.hs#L44
Defined but not used: data constructor ‘UnMinus’
build (8.10.7, 3.6, ubuntu-20.04): lib/StdLib.hs#L45
Defined but not used: data constructor ‘Plus’
build (8.10.7, 3.6, ubuntu-20.04): lib/StdLib.hs#L46
Defined but not used: data constructor ‘Minus’
build (8.10.7, 3.6, ubuntu-20.04): lib/StdLib.hs#L47
Defined but not used: data constructor ‘Mul’
build (8.10.7, 3.6, ubuntu-20.04): lib/StdLib.hs#L48
Defined but not used: data constructor ‘Div’
build (8.10.7, 3.6, ubuntu-20.04): lib/StdLib.hs#L49
Defined but not used: data constructor ‘Eq’
build (8.10.7, 3.6, ubuntu-20.04): lib/StdLib.hs#L50
Defined but not used: data constructor ‘Ne’