Listes, Strings, et function en variable #44
Tests.yml
on: pull_request
check_compilation
1m 41s
check_style
23s
run_tests
4m 13s
Annotations
20 errors and 10 warnings
Coding style error
file:./LobsterLang/app/Main.hs, line:21, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/app/Main.hs, line:42, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/app/Main.hs, line:44, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstEval.hs, line:47, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstEval.hs, line:48, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstEval.hs, line:56, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstEval.hs, line:58, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstEval.hs, line:60, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstEval.hs, line:61, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstEval.hs, line:63, coding-style:MINOR-H-F3
|
run_tests:
LobsterLang/test/ParseSpec.hs#L20
• Couldn't match type: [Char]
|
run_tests:
LobsterLang/test/ParseSpec.hs#L20
• Couldn't match expected type: String
|
run_tests:
LobsterLang/test/ParseSpec.hs#L22
• Couldn't match type: [Char]
|
run_tests:
LobsterLang/test/ParseSpec.hs#L22
• Couldn't match expected type: String
|
run_tests:
LobsterLang/test/ParseSpec.hs#L24
• Couldn't match type: [Char]
|
run_tests:
LobsterLang/test/ParseSpec.hs#L24
• Couldn't match expected type: String
|
run_tests:
LobsterLang/test/ParseSpec.hs#L26
• Couldn't match type: [Char]
|
run_tests:
LobsterLang/test/ParseSpec.hs#L26
• Couldn't match expected type: String
|
run_tests:
LobsterLang/test/ParseSpec.hs#L28
• Couldn't match type: [Char]
|
run_tests:
LobsterLang/test/ParseSpec.hs#L28
• Couldn't match expected type: String
|
check_compilation:
LobsterLang/src/Parse.hs#L43
The import of ‘GHC.IO.SubSystem’ is redundant
|
check_compilation:
LobsterLang/src/Parse.hs#L45
Defined but not used: type constructor or class ‘Col’
|
check_compilation:
LobsterLang/src/Parse.hs#L46
Defined but not used: type constructor or class ‘Row’
|
check_compilation:
LobsterLang/src/Parse.hs#L66
• No explicit implementation for
|
run_tests:
LobsterLang/src/Parse.hs#L43
The import of ‘GHC.IO.SubSystem’ is redundant
|
run_tests:
LobsterLang/src/Parse.hs#L45
Defined but not used: type constructor or class ‘Col’
|
run_tests:
LobsterLang/src/Parse.hs#L46
Defined but not used: type constructor or class ‘Row’
|
run_tests:
LobsterLang/src/Parse.hs#L66
• No explicit implementation for
|
run_tests:
LobsterLang/test/AstEvalSpec.hs#L1
The export item ‘module AstEvalSpec’ is missing an export list
|
run_tests:
LobsterLang/test/VmSpec.hs#L1
The export item ‘module VmSpec’ is missing an export list
|