From: Michal Nowak Date: Tue, 28 Jul 2026 09:52:15 +0000 (+0200) Subject: chg: dev: Use sanitizer.contains() instead of the "in" operator X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5009f851a86a2a87480a3618884bc77259394d9;p=thirdparty%2Fbind9.git chg: dev: Use sanitizer.contains() instead of the "in" operator muon's static analyzer aborts on the four "'address' in sanitizer" expressions because it cannot typecheck the "in" operator against the complex combo type it infers for b_sanitize, which makes "muon analyze" unusable on the whole tree. Reported upstream as https://github.com/muon-build/muon/issues/289. Assisted-by: Claude:claude-fable-5 Merge branch 'mnowak/meson-sanitizer-contains' into 'main' See merge request isc-projects/bind9!12459 --- c5009f851a86a2a87480a3618884bc77259394d9