Optimizer (+ quelques truc dans l'éval) #55
Tests.yml
on: pull_request
check_compilation
1m 43s
check_style
22s
run_tests
3m 10s
Annotations
10 errors and 14 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:45, 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/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
|
Coding style error
file:./LobsterLang/src/AstOptimizer.hs, line:30, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstOptimizer.hs, line:31, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstOptimizer.hs, line:33, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstOptimizer.hs, line:34, coding-style:MINOR-H-F3
|
Coding style error
file:./LobsterLang/src/AstOptimizer.hs, line:37, coding-style:MINOR-H-F3
|
check_compilation:
LobsterLang/src/Compiler.hs#L127
Pattern match(es) are non-exhaustive
|
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/Compiler.hs#L127
Pattern match(es) are non-exhaustive
|
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/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/VmSpec.hs#L1
The export item ‘module VmSpec’ is missing an export list
|