Feature/compiler #38
Tests.yml
on: pull_request
check_compilation
1m 45s
check_style
25s
run_tests
3m 9s
Annotations
10 errors and 13 warnings
Coding style error
file:./LobsterLang/app/Main.hs, line:18, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/app/Main.hs, line:20, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/app/Main.hs, line:23, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstEval.hs, line:55, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstEval.hs, line:57, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstEval.hs, line:59, 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:62, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstEval.hs, line:64, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstEval.hs, line:67, coding-style:MINOR-H-F3
|
check_compilation:
LobsterLang/src/Compiler.hs#L70
• No explicit implementation for
|
check_compilation:
LobsterLang/src/Compiler.hs#L102
Pattern match(es) are non-exhaustive
|
check_compilation:
LobsterLang/app/Main.hs#L13
The import of ‘System.Exit’ is redundant
|
check_compilation:
LobsterLang/app/Main.hs#L23
Defined but not used: ‘stack'’
|
run_tests:
LobsterLang/src/Compiler.hs#L70
• No explicit implementation for
|
run_tests:
LobsterLang/src/Compiler.hs#L102
Pattern match(es) are non-exhaustive
|
run_tests:
LobsterLang/test/AstEvalSpec.hs#L1
The export item ‘module AstEvalSpec’ is missing an export list
|
run_tests:
LobsterLang/test/CompilerSpec.hs#L1
The export item ‘module CompilerSpec’ is missing an export list
|
run_tests:
LobsterLang/test/ParseSpec.hs#L1
The export item ‘module ParseSpec’ is missing an export list
|
run_tests:
LobsterLang/test/ParseSpec.hs#L14
The import of ‘Data.Bool’ is redundant
|
run_tests:
LobsterLang/test/VmSpec.hs#L1
The export item ‘module VmSpec’ is missing an export list
|
run_tests:
LobsterLang/app/Main.hs#L13
The import of ‘System.Exit’ is redundant
|
run_tests:
LobsterLang/app/Main.hs#L23
Defined but not used: ‘stack'’
|