[Hamlib-developer] [Hamlib/Hamlib] d507e8: Also check the "val" parameter in amp_set_conf() a...
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Nate B. <no...@gi...> - 2025-09-13 20:55:49
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: d507e815a32df03d81b2e4eaa445a7d55dfd496e https://github.com/Hamlib/Hamlib/commit/d507e815a32df03d81b2e4eaa445a7d55dfd496e Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-09-09 (Tue, 09 Sep 2025) Changed paths: M src/amp_conf.c M src/rot_conf.c Log Message: ----------- Also check the "val" parameter in amp_set_conf() and rot_set_conf() Avoids a segfault in lower level functions that can more easily happen when using the bindings. Simmetric with amp_get_conf() via amp_get_conf2() and rot_get_conf() via rot_get_conf2(). This is a followup of commit ede84bfce41bf8da3dafea7c585666259a5e4b71 that made the same change to conf.c Commit: e1761827d91aa86389112c735eb287c64583758b https://github.com/Hamlib/Hamlib/commit/e1761827d91aa86389112c735eb287c64583758b Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-09-09 (Tue, 09 Sep 2025) Changed paths: M bindings/python/conftest.py Log Message: ----------- Fix handling of command line parameters for pytests Commit: 911169d7943cb84a21e45631d93b1c382c4c14da https://github.com/Hamlib/Hamlib/commit/911169d7943cb84a21e45631d93b1c382c4c14da Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-09-09 (Tue, 09 Sep 2025) Changed paths: M bindings/python/conftest.py M bindings/python/test_amp.py Log Message: ----------- Handle --amp-file and --serial_speed in bindings tests This allow to run the tests for a specific model, eg. PYTHONPATH=bindings/:bindings/.libs bindings/python/test_amp.py --model 2 Commit: a9afa8d4d90ae3744a66528b72bfa98f987d7ff2 https://github.com/Hamlib/Hamlib/commit/a9afa8d4d90ae3744a66528b72bfa98f987d7ff2 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-09-09 (Tue, 09 Sep 2025) Changed paths: M bindings/python/conftest.py M bindings/python/test_rot.py Log Message: ----------- Handle --rot-file and --serial_speed in bindings tests This allow to run the tests for a specific model, eg. PYTHONPATH=bindings/:bindings/.libs bindings/python/test_rot.py --model 2 Commit: 3a10a363dc8a4358ace228620a1e3cdc185f459e https://github.com/Hamlib/Hamlib/commit/3a10a363dc8a4358ace228620a1e3cdc185f459e Author: Nate Bargmann <n0...@n0...> Date: 2025-09-13 (Sat, 13 Sep 2025) Changed paths: M bindings/python/conftest.py M bindings/python/test_amp.py M bindings/python/test_rot.py M src/amp_conf.c M src/rot_conf.c Log Message: ----------- Merge GitHub PR #1902 Compare: https://github.com/Hamlib/Hamlib/compare/410c172ed67d...3a10a363dc8a To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |