Replace Token lists with Vectors for the Scanner & Parser #51
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
src/TokenType.hs#L12
The qualified import of ‘Data.ByteString.Char8’ is redundant
|
Build:
src/Error.hs#L45
Use of partial record field selector: ‘token’
|
Build:
src/Error.hs#L45
Use of partial record field selector: ‘message’
|
Build:
src/Error.hs#L46
Use of partial record field selector: ‘value’
|
Build:
src/Environment.hs#L39
Orphan class instance:
|
Build:
src/Expr.hs#L49
Use of partial record field selector: ‘callable_arity’
|
Build:
src/Expr.hs#L50
Use of partial record field selector: ‘callable_call’
|
Build:
src/Expr.hs#L53
Use of partial record field selector: ‘callable_toString’
|
Build:
src/Interpreter.hs#L34
Orphan rule: "USPEC whileM @(ExceptT
|
Build:
src/AstPrinter.hs#L9
The import of ‘Data.Foldable’ is redundant
|
Loading