can't enable pid #63
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
gives
raise CommandError(response["error"])
. How should one enable the PID control?Maybe there is a more useful error message hiding in there somewhere but it's only on the USB UART?
e6a5c31db6/src/main.rs (L218-L219)
This should be covered by a test.
f6802635a4/src/command_parser.rs (L650)
Where are the test logs?Just
ERROR - session input: UnexpectedInput(32)
Right, got it!
So, issues I see here:
" ".join(..)
can lead to trailing whitespace which breaks things...Also, when I tried to run the tests locally I got a bunch or errors like
cargo build
runs without error. Not sure what that's about. Once I found the hydra logs I checked that the firmware tests pass.Rust "nightly" constantly breaks compatibility. Again, things are probably harder than you think and you may want to consider using Nix, which reliably pins all packages and avoids this kind of problem, instead of complaining about it.
The issue was reproducible, fixed in
1940367dc8
in GUI branch, will be merged into master together with GUI interface.