dba2175a
check_unbounded_vk: comment the PATTERNS list as maintainer-update target
a73x 2026-04-18 15:24
Reminds future contributors that adding a new blocking Vulkan primitive to vk_sync.zig (e.g. waitSemaphores) requires a corresponding entry in PATTERNS, otherwise the gate silently won't catch direct calls to it. Part of issue ab6c92f0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
diff --git a/tests/check_unbounded_vk.sh b/tests/check_unbounded_vk.sh index 1bc88c4..a45190e 100755 --- a/tests/check_unbounded_vk.sh +++ b/tests/check_unbounded_vk.sh @@ -9,6 +9,8 @@ set -euo pipefail REPO_ROOT="$(cd "$(dirname "$0")/.." && pwd)" cd "$REPO_ROOT" # UPDATE THIS LIST when adding new blocking Vulkan primitives to vk_sync.zig # (e.g. vkd.waitSemaphores would need a corresponding bounded wrapper + entry). PATTERNS=( 'vkd\.waitForFences' 'vkd\.acquireNextImageKHR'