]> 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 (GitLab job 6723741) <stepan@isc.org>
Wed, 14 Jan 2026 12:22:06 +0000 (12:22 +0000)
commit5284dfd4fefdd04c2e605090c90f118269c267ba
treec1ea88963898d315db33a6678f65b9ae196e199e
parentcd23f0250a399255e3eccd282833e479c4627ffd
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.

(cherry picked from commit 7e587201a4e49c88cfb4a46662d819c3a35b703b)
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