We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
julia> A = Tuple{Ref, Tuple{T}} where T julia> B = Tuple{Ref{T}, Tuple{Vararg{T}}} where T args_morespecific(A, B) will assert
This affects StaticArrays (https://github.com/JuliaArrays/StaticArrays.jl/blob/0cbb2812ce9230773dc7555171178660d1fbda51/src/Scalar.jl#L9)
The text was updated successfully, but these errors were encountered:
fix #22338 and #22339, specificity problems
bd2dcf1
Merge pull request #22343 from JuliaLang/jb/fix22338
01c6816
ca8dcba
(cherry picked from commit bd2dcf1) Conflicts: test/specificity.jl
25d8c3a
Backported from PR #22343 (cherry picked from commit bd2dcf1) Conflicts: test/specificity.jl
Revert "fix #22338 and #22339, specificity problems"
f45247c
This reverts commit 25d8c3a. This caused test failures in CategoricalArrays and ReverseDiff
ec3df68
JeffBezanson
No branches or pull requests
This affects StaticArrays (https://github.com/JuliaArrays/StaticArrays.jl/blob/0cbb2812ce9230773dc7555171178660d1fbda51/src/Scalar.jl#L9)
The text was updated successfully, but these errors were encountered: