Skip to content

New version: CompilerCaching v0.2.1#151084

Merged
JuliaTagBot merged 1 commit intomasterfrom
registrator-compilercaching-9db33cc3-v0.2.1-917b9f7519
Mar 23, 2026
Merged

New version: CompilerCaching v0.2.1#151084
JuliaTagBot merged 1 commit intomasterfrom
registrator-compilercaching-9db33cc3-v0.2.1-917b9f7519

Conversation

@JuliaRegistrator
Copy link
Copy Markdown
Contributor

UUID: 9db33cc3-5358-4881-8759-fa4194144afd
Repo: https://github.com/maleadt/CompilerCaching.jl.git
Tree: 23fd137bf615e593ca7fde6b90a7156a9cd296f4

Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
JuliaRegistrator referenced this pull request in maleadt/CompilerCaching.jl Mar 23, 2026
The old fallback used match_method_instance (specialize_method), which
returns exact-type MIs instead of compileable signatures. For varargs
methods this diverges from Base.method_instance, e.g. returning
println(::Int64, ::Int64, ::Int64, ::Int64) instead of
println(::Int64, ::Int64, ::Int64, ::Vararg{Int64}).

Switch to jl_get_specialization1 which does match → normalize →
specialize correctly. For custom method tables (which
jl_get_specialization1 doesn't support), reimplement the same pipeline
via _specialization1 using exported C functions.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human.

1. AutoMerge Guidelines are all met! ✅

Your new version registration met all of the guidelines for auto-merging and is scheduled to be merged in the next round (~20 minutes).

2. To pause or stop registration

If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

Tip: You can edit blocking comments to add [noblock] in order to unblock auto-merging.

@JuliaTagBot JuliaTagBot merged commit 645e2bb into master Mar 23, 2026
22 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-compilercaching-9db33cc3-v0.2.1-917b9f7519 branch March 23, 2026 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants