Skip to content
New issue

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

hcat with zero-dim array makes Julia hang #39920

Closed
knuesel opened this issue Mar 5, 2021 · 2 comments
Closed

hcat with zero-dim array makes Julia hang #39920

knuesel opened this issue Mar 5, 2021 · 2 comments
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@knuesel
Copy link
Member

knuesel commented Mar 5, 2021

This hangs instead of raising an error in Julia 1.6-rc1:

hcat([1,2], fill(1))
@sostock
Copy link
Contributor

sostock commented Mar 5, 2021

It is fixed on master (throws a DimensionMismatch). Might be good to bisect it so it can be backported to 1.6.

It also hangs on Julia 1.0 and 1.5.

@sostock sostock added the bug Indicates an unexpected problem or unintended behavior label Mar 5, 2021
@mbauman
Copy link
Member

mbauman commented Mar 5, 2021

It's #39608 and is slated for back porting into RC2.

@mbauman mbauman closed this as completed Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

3 participants