[RFC007] Migrate the parser to the new AST #6032
continuous-integration.yml
on: pull_request
build-and-test (windows-latest)
3m 45s
Matrix: build-and-test
Annotations
13 errors and 2 warnings
build-and-test (linux)
Process completed with exit code 1.
|
build-and-test (macos)
The job was canceled because "self-hosted_Linux_X64_lin" failed.
|
build-and-test (macos)
The operation was canceled.
|
build-and-test (windows-latest):
core/src/pretty.rs#L1386
unresolved import `crate::parser::grammar::ExprParser`
|
build-and-test (windows-latest):
core/src/eval/tests.rs#L32
failed to resolve: could not find `ExprParser` in `grammar`
|
build-and-test (windows-latest):
lsp/nls/src/analysis.rs#L482
failed to resolve: could not find `ExprParser` in `grammar`
|
build-and-test (windows-latest):
lsp/nls/src/position.rs#L219
failed to resolve: could not find `ExprParser` in `grammar`
|
build-and-test (windows-latest):
lsp/nls/src/analysis.rs#L441
unused import: `ErrorTolerantParserCompat as _`
|
build-and-test (windows-latest):
lsp/nls/src/position.rs#L210
unused import: `ErrorTolerantParserCompat`
|
build-and-test (windows-latest):
core/src/parser/tests.rs#L18
failed to resolve: could not find `ExprParser` in `grammar`
|
build-and-test (windows-latest):
core/src/parser/utils.rs#L937
cannot find struct, variant or union type `LabeledType` in this scope
|
build-and-test (windows-latest):
core/src/parser/utils.rs#L941
cannot find struct, variant or union type `TypeAnnotation` in this scope
|
build-and-test (windows-latest):
core/src/parser/utils.rs#L946
cannot find struct, variant or union type `LabeledType` in this scope
|
build-and-test (linux)
This user is not allowed to set the post-build-hook. Ignoring the 'useDaemon' option.
|
build-and-test (macos)
This user is not allowed to set the post-build-hook. Ignoring the 'useDaemon' option.
|