PixlOne / logiops

An unofficial userspace driver for HID++ Logitech devices
GNU General Public License v3.0
3.43k stars 272 forks source link

logid: Fail on invalid Configurations #346

Closed ckiee closed 1 year ago

ckiee commented 1 year ago

NixOS will soon have a runtime test for logiops which uses an invalid configuration as a baseline, expecting it to fail.

Silent errors are not nice for users; systemd does not inform users of stderr messages in nominally running services.

Originating from work on https://github.com/NixOS/nixpkgs/pull/167388, though it ended up not being relevant for that PR.

PixlOne commented 1 year ago

Sorry for the late response, was a little busy. Made some changes to how the configuration was handled recently, could you rebase on top of it?