]> sigrok.org Git - sigrok-cli.git/commit
input: emit diagnostics when file import fails fatally
authorGerhard Sittig <redacted>
Sat, 23 Apr 2022 19:28:23 +0000 (21:28 +0200)
committerGerhard Sittig <redacted>
Sat, 23 Apr 2022 19:36:34 +0000 (21:36 +0200)
commita9b64d89d2509c095f7ed35fcfc78e146edde5d5
tree9070ea0292880be1348704465989043450f318f2
parentf3e44829a2de542c5da923db51d4f4377e401369
input: emit diagnostics when file import fails fatally

The previous implementation did terminate the file import upon fatal
errors, but did so silently. Add diagnostics to the code paths where
input module's .send() calls or channel selection fail. This raises
awareness when an individual input module would fail and not warn.
input.c