You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment out unreachable test case for non-concrete tuple
The test attempting to create a non-concrete tuple cannot actually
test the unreachable else branch (line 69 in dense.jl). The type
annotation ::Tuple{Any, Any} does not change the actual runtime type,
so typeof() still returns a concrete type.
This aligns with the previous commit that commented out the unreachable
code paths in the implementation.
0 commit comments