New version: CompilerCaching v0.2.1#151084
Conversation
JuliaRegistrator
commented
Mar 23, 2026
- Registering package: CompilerCaching
- Repository: https://github.com/maleadt/CompilerCaching.jl
- Created by: @maleadt
- Version: v0.2.1
- Commit: e50cf9c572c13a366eed35d1c32f3bec4bb1d231
- Reviewed by: @maleadt
- Reference: maleadt/CompilerCaching.jl@e50cf9c#commitcomment-180278254
- Description: Reusable infrastructure for caching code in the Julia compiler.
UUID: 9db33cc3-5358-4881-8759-fa4194144afd Repo: https://github.com/maleadt/CompilerCaching.jl.git Tree: 23fd137bf615e593ca7fde6b90a7156a9cd296f4 Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
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>
|
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 registrationIf 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 Tip: You can edit blocking comments to add |