]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use variadic positional parameters for plural install_* methods
authorŠtěpán Balážik <stepan@isc.org>
Wed, 17 Dec 2025 13:08:03 +0000 (14:08 +0100)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 14 Jan 2026 11:29:59 +0000 (12:29 +0100)
commit7e587201a4e49c88cfb4a46662d819c3a35b703b
treef1e5d2b6cee59f991e4a4803646f15f17faa0f92
parent96160298bd97d21d3769ee86c9b57067ea6f85fa
Use variadic positional parameters for plural install_* methods

It saves an indent and brackets on the call sites.

Also sort the handlers alphabetically where their order doesn't matter
and split the fallback handlers into a separate call to signify that
their position in the end matters.
bin/tests/system/chain/ans3/ans.py
bin/tests/system/cookie/cookie_ans.py
bin/tests/system/digdelv/ans7/ans.py
bin/tests/system/dnssec/ans10/ans.py
bin/tests/system/isctest/asyncserver.py
bin/tests/system/qmin/ans2/ans.py
bin/tests/system/qmin/ans3/ans.py
bin/tests/system/qmin/ans4/ans.py
bin/tests/system/rpzrecurse/ans5/ans.py
bin/tests/system/statistics/ans4/ans.py