Refactor/remove s expr to ast #58
Tests.yml
on: pull_request
check_compilation
1m 41s
check_style
22s
run_tests
3m 52s
Annotations
10 errors and 8 warnings
Coding style error
file:./LobsterLang/app/Main.hs, line:30, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/app/Main.hs, line:32, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/app/Main.hs, line:34, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/app/Main.hs, line:39, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/app/Main.hs, line:47, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/app/Main.hs, line:56, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/app/Main.hs, line:63, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/app/Main.hs, line:65, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstOptimizer.hs, line:28, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstOptimizer.hs, line:29, coding-style:MINOR-H-F3
|
check_compilation:
LobsterLang/src/Compiler.hs#L127
Pattern match(es) are non-exhaustive
|
run_tests:
LobsterLang/src/Compiler.hs#L127
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/AstOptimizerSpec.hs#L1
The export item ‘module AstOptimizerSpec’ 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/ParserSpec.hs#L1
The export item ‘module ParserSpec’ is missing an export list
|
run_tests:
LobsterLang/test/ParserSpec.hs#L12
The import of ‘Parse’ is redundant
|
run_tests:
LobsterLang/test/VmSpec.hs#L1
The export item ‘module VmSpec’ is missing an export list
|