Open jariji opened 1 month ago
Possible course of action: make a PR then request a PkgEval from NanoSoldier to see what will break.
I would like it to error
Given that ==
returns false
for array arguments of mismatched shape, perhaps [1; 2; 3;;] ≈ [1,2,3]
should return false
, too?
I think Matrix ==
Vector should error too. https://github.com/JuliaLang/julia/issues/40717
Yeah, but that's definitely for a breaking release.
I don't like this and I would like it to error
just like this does