Closed
Description
The following code:
hcat(reshape([1, 2], 2, 1), [1])
Throws an ArgumentError
on 1.10.0-alpha1, but a DimensionMismatch
on master. This breaks BioSequences.jl's tests which relies on @test_throws ArgumentError ...
.
The change happened in #49322
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment