Skip to content

Python based REPL for debugger #169

Python based REPL for debugger

Python based REPL for debugger #169

Triggered via pull request December 24, 2024 15:14
@simonrwsimonrw
synchronize #28
python-ui
Status Skipped
Total duration 3s
Artifacts

dependabot-automerge.yml

on: pull_request
dependabot
0s
dependabot
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
field `0` is never read: pythondap/src/lib.rs#L86
warning: field `0` is never read --> pythondap/src/lib.rs:86:23 | 86 | pub struct PyVariable(transport::types::Variable); | ---------- ^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | field in this struct | = help: consider removing this field = note: `PyVariable` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
field `0` is never read: pythondap/src/lib.rs#L68
warning: field `0` is never read --> pythondap/src/lib.rs:68:26 | 68 | pub struct PyPausedFrame(PausedFrame); | ------------- ^^^^^^^^^^^ | | | field in this struct | = help: consider removing this field = note: `PyPausedFrame` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
field `0` is never read: pythondap/src/lib.rs#L86
warning: field `0` is never read --> pythondap/src/lib.rs:86:23 | 86 | pub struct PyVariable(transport::types::Variable); | ---------- ^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | field in this struct | = help: consider removing this field = note: `PyVariable` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
field `0` is never read: pythondap/src/lib.rs#L68
warning: field `0` is never read --> pythondap/src/lib.rs:68:26 | 68 | pub struct PyPausedFrame(PausedFrame); | ------------- ^^^^^^^^^^^ | | | field in this struct | = help: consider removing this field = note: `PyPausedFrame` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default