Merge branch 'repl' #484
test.yml
on: push
ubuntu / stable / minimal-versions
3m 42s
Matrix: os-check
Matrix: python
Matrix: required
Annotations
17 warnings
field `messages` is never read:
repl/src/main.rs#L31
warning: field `messages` is never read
--> repl/src/main.rs:31:5
|
27 | struct App {
| --- field in this struct
...
31 | messages: Vec<String>,
| ^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
unused imports: `Line`, `ListItem`, `List`, and `Span`:
repl/src/main.rs#L11
warning: unused imports: `Line`, `ListItem`, `List`, and `Span`
--> repl/src/main.rs:11:12
|
11 | text::{Line, Span},
| ^^^^ ^^^^
12 | widgets::{Block, List, ListItem, Paragraph},
| ^^^^ ^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
field `path` is never read:
launch_configuration/src/lib.rs#L48
warning: field `path` is never read
--> launch_configuration/src/lib.rs:48:5
|
47 | struct Folder {
| ------ field in this struct
48 | path: String,
| ^^^^
|
fields `folders` and `settings` are never read:
launch_configuration/src/lib.rs#L40
warning: fields `folders` and `settings` are never read
--> launch_configuration/src/lib.rs:40:9
|
39 | VsCodeWorkspace {
| --------------- fields in this variant
40 | folders: Vec<Folder>,
| ^^^^^^^
41 | settings: HashMap<String, serde_json::Value>,
| ^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
ubuntu-latest / python
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
field `messages` is never read:
repl/src/main.rs#L31
warning: field `messages` is never read
--> repl/src/main.rs:31:5
|
27 | struct App {
| --- field in this struct
...
31 | messages: Vec<String>,
| ^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
unused imports: `Line`, `ListItem`, `List`, and `Span`:
repl/src/main.rs#L11
warning: unused imports: `Line`, `ListItem`, `List`, and `Span`
--> repl/src/main.rs:11:12
|
11 | text::{Line, Span},
| ^^^^ ^^^^
12 | widgets::{Block, List, ListItem, Paragraph},
| ^^^^ ^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
field `path` is never read:
launch_configuration/src/lib.rs#L48
warning: field `path` is never read
--> launch_configuration/src/lib.rs:48:5
|
47 | struct Folder {
| ------ field in this struct
48 | path: String,
| ^^^^
|
fields `folders` and `settings` are never read:
launch_configuration/src/lib.rs#L40
warning: fields `folders` and `settings` are never read
--> launch_configuration/src/lib.rs:40:9
|
39 | VsCodeWorkspace {
| --------------- fields in this variant
40 | folders: Vec<Folder>,
| ^^^^^^^
41 | settings: HashMap<String, serde_json::Value>,
| ^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
ubuntu / beta
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ubuntu / beta
Restore cache failed: Dependencies file is not found in /home/runner/work/dap-gui/dap-gui. Supported file pattern: go.sum
|
macos-latest / stable
Restore cache failed: Dependencies file is not found in /Users/runner/work/dap-gui/dap-gui. Supported file pattern: go.sum
|
ubuntu / stable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ubuntu / stable
Restore cache failed: Dependencies file is not found in /home/runner/work/dap-gui/dap-gui. Supported file pattern: go.sum
|
ubuntu / stable / minimal-versions
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ubuntu / stable / minimal-versions
Restore cache failed: Dependencies file is not found in /home/runner/work/dap-gui/dap-gui. Supported file pattern: go.sum
|
macos-13 / stable
Restore cache failed: Dependencies file is not found in /Users/runner/work/dap-gui/dap-gui. Supported file pattern: go.sum
|