Stack overflow in vect
/ promote_typeof
#45454
Labels
bug
Indicates an unexpected problem or unintended behavior
vect
/ promote_typeof
#45454
vect
has a stack overflow when trying to compute the element type of the vector.The workaround is to use
vcat
, but it would be good if the compiler could figure this out given that the two inputs are known to be vectors. At least to avoid the overflow,promote_typeof
could be written:This occurs on 1.7.2:
The text was updated successfully, but these errors were encountered: