create turbo-static for compile time graph analysis #19810
Annotations
22 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, arduino/[email protected], ./.github/actions/cargo-sweep, pnpm/[email protected], actions/[email protected], actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build nextest:
crates/turbo-static/src/main.rs#L4
unused import: `Keyspace`
|
Build nextest:
crates/turbo-static/src/main.rs#L6
unused imports: `Connection`, `Message`, `RequestId`, `Request`, `Response`
|
Build nextest:
crates/turbo-static/src/main.rs#L7
unused import: `lsp_types::ClientCapabilities`
|
Build nextest:
crates/turbo-static/src/lsp_client.rs#L4
unused import: `IoThreads`
|
Build nextest:
crates/turbo-static/src/visitor.rs#L4
unused import: `std::collections::HashMap`
|
Build nextest:
crates/turbo-static/src/visitor.rs#L49
unnecessary parentheses around `if` condition
|
Build nextest:
crates/turbo-static/src/lsp_client.rs#L76
use of deprecated field `lsp_types::InitializeParams::root_uri`: Use `workspace_folders` instead when possible
|
Build nextest:
crates/turbo-static/src/lsp_client.rs#L77
use of deprecated field `lsp_types::InitializeParams::root_path`: Use `root_uri` instead when possible
|
Build nextest:
crates/turbo-static/src/lsp_client.rs#L40
unused variable: `writer`
|
Build nextest:
crates/turbo-static/src/lsp_client.rs#L47
unused variable: `reader`
|
Run nextest (Windows):
crates/turbo-static/src/main.rs#L4
unused import: `Keyspace`
|
Run nextest (Windows):
crates/turbo-static/src/main.rs#L6
unused imports: `Connection`, `Message`, `RequestId`, `Request`, `Response`
|
Run nextest (Windows):
crates/turbo-static/src/main.rs#L7
unused import: `lsp_types::ClientCapabilities`
|
Run nextest (Windows):
crates/turbo-static/src/lsp_client.rs#L4
unused import: `IoThreads`
|
Run nextest (Windows):
crates/turbo-static/src/visitor.rs#L4
unused import: `std::collections::HashMap`
|
Run nextest (Windows):
crates/turbo-static/src/visitor.rs#L49
unnecessary parentheses around `if` condition
|
Run nextest (Windows):
crates/turbo-static/src/lsp_client.rs#L76
use of deprecated field `lsp_types::InitializeParams::root_uri`: Use `workspace_folders` instead when possible
|
Run nextest (Windows):
crates/turbo-static/src/lsp_client.rs#L77
use of deprecated field `lsp_types::InitializeParams::root_path`: Use `root_uri` instead when possible
|
Run nextest (Windows):
crates/turbo-static/src/lsp_client.rs#L40
unused variable: `writer`
|
Run nextest (Windows):
crates/turbo-static/src/lsp_client.rs#L47
unused variable: `reader`
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "test_reports".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading