Refactor/remove s expr to ast #54
Tests.yml
on: pull_request
check_compilation
2m 3s
check_style
24s
run_tests
3m 14s
Annotations
10 errors and 5 warnings
Coding style error
file:./LobsterLang/app/Main.hs, line:22, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/app/Main.hs, line:24, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/app/Main.hs, line:30, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/app/Main.hs, line:38, 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:54, 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/src/AstEval.hs, line:51, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstEval.hs, line:52, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstEval.hs, line:60, 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/CompilerSpec.hs#L1
The export item ‘module CompilerSpec’ is missing an export list
|
run_tests:
LobsterLang/test/VmSpec.hs#L1
The export item ‘module VmSpec’ is missing an export list
|