From 9669e14e3ca40448df804471c3036a74e1db47ca Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Tue, 28 Jul 2026 22:33:29 -0400 Subject: [PATCH] Fix the FunctionWrappers PR reference in the QA ignore comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The comment pointed at JuliaLang/FunctionWrappers.jl#41, which does not exist — it was a placeholder written before the PR was opened and never corrected. The PR that marks `FunctionWrapper` public, and therefore the one that lets this ignore entry be dropped, is JuliaLang/FunctionWrappers.jl#35. Co-Authored-By: Chris Rackauckas --- test/qa/qa.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/qa/qa.jl b/test/qa/qa.jl index 82b5be8..334f02e 100644 --- a/test/qa/qa.jl +++ b/test/qa/qa.jl @@ -8,7 +8,7 @@ run_qa( # signature of every public constructor, and callers must build # `FunctionWrapper` tuples themselves to reach the inference-stable # construction path, so it cannot be hidden behind our own API. Drop this - # entry once JuliaLang/FunctionWrappers.jl#41 is released and the compat + # entry once JuliaLang/FunctionWrappers.jl#35 is released and the compat # floor is raised. all_qualified_accesses_are_public = (; ignore = (:FunctionWrapper,)), ),