Skip to content

Replace Token lists with Vectors for the Scanner & Parser #51

Replace Token lists with Vectors for the Scanner & Parser

Replace Token lists with Vectors for the Scanner & Parser #51

Triggered via push January 6, 2025 20:58
Status Failure
Total duration 4m 51s
Artifacts

ci.yml

on: push
Generate matrix from cabal
5s
Generate matrix from cabal
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

27 errors and 72 warnings
9.4.8 on macos-latest: src/Scanner.hs#L8
Could not find module ‘Control.Monad.RWS.CPS’
9.4.8 on macos-latest: src/Parser.hs#L72
Variable not in scope:
9.4.8 on macos-latest: src/Parser.hs#L183
Variable not in scope:
9.4.8 on macos-latest: src/Parser.hs#L245
Variable not in scope:
9.4.8 on macos-latest
Process completed with exit code 1.
9.4.8 on windows-latest
The job was canceled because "_9_4_8_macos-latest" failed.
9.4.8 on windows-latest
The operation was canceled.
9.6.5 on windows-latest
The job was canceled because "_9_4_8_macos-latest" failed.
9.6.5 on windows-latest
The operation was canceled.
9.8.2 on windows-latest
The job was canceled because "_9_4_8_macos-latest" failed.
9.8.2 on windows-latest
The operation was canceled.
9.10.1 on windows-latest
The job was canceled because "_9_4_8_macos-latest" failed.
9.10.1 on windows-latest
The operation was canceled.
9.6.5 on ubuntu-latest
The job was canceled because "_9_4_8_macos-latest" failed.
9.6.5 on ubuntu-latest
The operation was canceled.
9.4.8 on ubuntu-latest
The job was canceled because "_9_4_8_macos-latest" failed.
9.4.8 on ubuntu-latest: src/Scanner.hs#L8
Could not find module ‘Control.Monad.RWS.CPS’
9.4.8 on ubuntu-latest: src/Parser.hs#L72
Variable not in scope:
9.4.8 on ubuntu-latest: src/Parser.hs#L183
Variable not in scope:
9.4.8 on ubuntu-latest: src/Parser.hs#L245
Variable not in scope:
9.4.8 on ubuntu-latest
The operation was canceled.
9.8.2 on ubuntu-latest
The job was canceled because "_9_4_8_macos-latest" failed.
9.8.2 on ubuntu-latest
The operation was canceled.
9.10.1 on macos-latest
The job was canceled because "_9_4_8_macos-latest" failed.
9.10.1 on macos-latest
The operation was canceled.
9.8.2 on macos-latest
The job was canceled because "_9_4_8_macos-latest" failed.
9.8.2 on macos-latest
The operation was canceled.
Generate matrix from cabal
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
9.10.1 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
9.10.1 on ubuntu-latest: src/TokenType.hs#L12
The qualified import of ‘Data.ByteString.Char8’ is redundant
9.10.1 on ubuntu-latest: src/Error.hs#L45
Use of partial record field selector: ‘token’
9.10.1 on ubuntu-latest: src/Error.hs#L45
Use of partial record field selector: ‘message’
9.10.1 on ubuntu-latest: src/Error.hs#L46
Use of partial record field selector: ‘value’
9.10.1 on ubuntu-latest: src/Environment.hs#L39
Orphan class instance:
9.10.1 on ubuntu-latest: src/Expr.hs#L49
Use of partial record field selector: ‘callable_arity’
9.10.1 on ubuntu-latest: src/Expr.hs#L50
Use of partial record field selector: ‘callable_call’
9.10.1 on ubuntu-latest: src/Expr.hs#L53
Use of partial record field selector: ‘callable_toString’
9.10.1 on ubuntu-latest: src/Interpreter.hs#L34
Orphan rule: "USPEC whileM @(ExceptT
9.10.1 on ubuntu-latest: src/AstPrinter.hs#L9
The import of ‘Data.Foldable’ is redundant
9.6.5 on macos-latest: src/TokenType.hs#L12
The qualified import of ‘Data.ByteString.Char8’ is redundant
9.6.5 on macos-latest: src/Error.hs#L45
Use of partial record field selector: ‘token’
9.6.5 on macos-latest: src/Error.hs#L45
Use of partial record field selector: ‘message’
9.6.5 on macos-latest: src/Error.hs#L46
Use of partial record field selector: ‘value’
9.6.5 on macos-latest: src/Environment.hs#L39
Orphan instance: instance Show
9.6.5 on macos-latest: src/Expr.hs#L49
Use of partial record field selector: ‘callable_arity’
9.6.5 on macos-latest: src/Expr.hs#L50
Use of partial record field selector: ‘callable_call’
9.6.5 on macos-latest: src/Expr.hs#L53
Use of partial record field selector: ‘callable_toString’
9.6.5 on macos-latest: src/Interpreter.hs#L34
Orphan rule: "USPEC whileM @(ExceptT
9.6.5 on macos-latest: src/AstPrinter.hs#L16
Pattern match(es) are non-exhaustive
9.4.8 on macos-latest: src/TokenType.hs#L12
The qualified import of ‘Data.ByteString.Char8’ is redundant
9.4.8 on macos-latest: src/Error.hs#L45
Use of partial record field selector: ‘token’
9.4.8 on macos-latest: src/Error.hs#L45
Use of partial record field selector: ‘message’
9.4.8 on macos-latest: src/Error.hs#L46
Use of partial record field selector: ‘value’
9.4.8 on macos-latest: src/Environment.hs#L39
Orphan instance: instance Show
9.4.8 on macos-latest: src/Expr.hs#L49
Use of partial record field selector: ‘callable_arity’
9.4.8 on macos-latest: src/Expr.hs#L50
Use of partial record field selector: ‘callable_call’
9.4.8 on macos-latest: src/Expr.hs#L53
Use of partial record field selector: ‘callable_toString’
9.4.8 on macos-latest: src/AstPrinter.hs#L16
Pattern match(es) are non-exhaustive
9.4.8 on macos-latest: src/AstPrinter.hs#L20
Pattern match(es) are non-exhaustive
9.6.5 on ubuntu-latest: src/TokenType.hs#L12
The qualified import of ‘Data.ByteString.Char8’ is redundant
9.6.5 on ubuntu-latest: src/Error.hs#L45
Use of partial record field selector: ‘token’
9.6.5 on ubuntu-latest: src/Error.hs#L45
Use of partial record field selector: ‘message’
9.6.5 on ubuntu-latest: src/Error.hs#L46
Use of partial record field selector: ‘value’
9.6.5 on ubuntu-latest: src/Environment.hs#L39
Orphan instance: instance Show
9.6.5 on ubuntu-latest: src/Expr.hs#L49
Use of partial record field selector: ‘callable_arity’
9.6.5 on ubuntu-latest: src/Expr.hs#L50
Use of partial record field selector: ‘callable_call’
9.6.5 on ubuntu-latest: src/Expr.hs#L53
Use of partial record field selector: ‘callable_toString’
9.6.5 on ubuntu-latest: src/Interpreter.hs#L34
Orphan rule: "USPEC whileM @(ExceptT
9.6.5 on ubuntu-latest: src/AstPrinter.hs#L16
Pattern match(es) are non-exhaustive
9.4.8 on ubuntu-latest: src/TokenType.hs#L12
The qualified import of ‘Data.ByteString.Char8’ is redundant
9.4.8 on ubuntu-latest: src/Error.hs#L45
Use of partial record field selector: ‘token’
9.4.8 on ubuntu-latest: src/Error.hs#L45
Use of partial record field selector: ‘message’
9.4.8 on ubuntu-latest: src/Error.hs#L46
Use of partial record field selector: ‘value’
9.4.8 on ubuntu-latest: src/Environment.hs#L39
Orphan instance: instance Show
9.4.8 on ubuntu-latest: src/Expr.hs#L49
Use of partial record field selector: ‘callable_arity’
9.4.8 on ubuntu-latest: src/Expr.hs#L50
Use of partial record field selector: ‘callable_call’
9.4.8 on ubuntu-latest: src/Expr.hs#L53
Use of partial record field selector: ‘callable_toString’
9.4.8 on ubuntu-latest: src/AstPrinter.hs#L16
Pattern match(es) are non-exhaustive
9.4.8 on ubuntu-latest: src/AstPrinter.hs#L20
Pattern match(es) are non-exhaustive
9.8.2 on ubuntu-latest: src/TokenType.hs#L12
The qualified import of ‘Data.ByteString.Char8’ is redundant
9.8.2 on ubuntu-latest: src/Error.hs#L45
Use of partial record field selector: ‘token’
9.8.2 on ubuntu-latest: src/Error.hs#L45
Use of partial record field selector: ‘message’
9.8.2 on ubuntu-latest: src/Error.hs#L46
Use of partial record field selector: ‘value’
9.8.2 on ubuntu-latest: src/Environment.hs#L39
Orphan class instance:
9.8.2 on ubuntu-latest: src/Expr.hs#L49
Use of partial record field selector: ‘callable_arity’
9.8.2 on ubuntu-latest: src/Expr.hs#L50
Use of partial record field selector: ‘callable_call’
9.8.2 on ubuntu-latest: src/Expr.hs#L53
Use of partial record field selector: ‘callable_toString’
9.8.2 on ubuntu-latest: src/Interpreter.hs#L34
Orphan rule: "USPEC whileM @(ExceptT
9.8.2 on ubuntu-latest: src/AstPrinter.hs#L16
Pattern match(es) are non-exhaustive
9.8.2 on macos-latest: src/TokenType.hs#L12
The qualified import of ‘Data.ByteString.Char8’ is redundant
9.8.2 on macos-latest: src/Error.hs#L45
Use of partial record field selector: ‘token’
9.8.2 on macos-latest: src/Error.hs#L45
Use of partial record field selector: ‘message’
9.8.2 on macos-latest: src/Error.hs#L46
Use of partial record field selector: ‘value’
9.8.2 on macos-latest: src/Environment.hs#L39
Orphan class instance:
9.8.2 on macos-latest: src/Expr.hs#L49
Use of partial record field selector: ‘callable_arity’
9.8.2 on macos-latest: src/Expr.hs#L50
Use of partial record field selector: ‘callable_call’
9.8.2 on macos-latest: src/Expr.hs#L53
Use of partial record field selector: ‘callable_toString’
9.8.2 on macos-latest: src/Interpreter.hs#L34
Orphan rule: "USPEC whileM @(ExceptT
9.8.2 on macos-latest: src/AstPrinter.hs#L16
Pattern match(es) are non-exhaustive