From d1129b0efd5ab632c95b41cddb207061fa07eab5 Mon Sep 17 00:00:00 2001 From: Ralph Kuepper Date: Fri, 28 Aug 2026 09:07:00 +0200 Subject: [PATCH] fix(ci): refresh diagnostics thread-local inventory --- scripts/thread_local_cold_allowlist.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/thread_local_cold_allowlist.json b/scripts/thread_local_cold_allowlist.json index 9cc23ed1a8..c42c4fbfaa 100644 --- a/scripts/thread_local_cold_allowlist.json +++ b/scripts/thread_local_cold_allowlist.json @@ -1,6 +1,6 @@ { "_comment": "Files still declaring raw `thread_local!`. Every entry is a declaration that pays `_tlv_get_addr` on Darwin; the count is a ratchet, so adding one to an already-listed file fails too. New code should use `crate::perry_thread_local!` \u2014 see crates/perry-runtime/src/tls_hot.rs. Regenerate with scripts/check_thread_locals.py --update.", - "_hot_declarations": 269, + "_hot_declarations": 271, "files": { "crates/perry-runtime/src/agent.rs": 1, "crates/perry-runtime/src/arena/block.rs": 2, @@ -60,7 +60,7 @@ "crates/perry-runtime/src/node_stream_constructors.rs": 2, "crates/perry-runtime/src/node_stream_tests.rs": 1, "crates/perry-runtime/src/node_submodules/blob.rs": 1, - "crates/perry-runtime/src/node_submodules/diagnostics.rs": 6, + "crates/perry-runtime/src/node_submodules/diagnostics.rs": 5, "crates/perry-runtime/src/node_submodules/diagnostics_tail.rs": 1, "crates/perry-runtime/src/node_submodules/mod.rs": 1, "crates/perry-runtime/src/node_submodules/test.rs": 1,