-
Notifications
You must be signed in to change notification settings - Fork 20
infinite loop on constructing Vec{2}(0,0) #56
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
Comments
I can reproduce this on master. I don't see any reason as to why this shouldn't work. Patch incoming. |
Err... it seems like this one is held up by JuliaLang/julia#12814 |
Stack overflows on different occasions get on my nerves as well... It's because the code for the constructors is pretty horrible and starts calling itself for cases that I don't handle. Best, |
👍 |
I don't know if it's supposed to work. I'm on Julia Version 0.4.1-pre+8
The text was updated successfully, but these errors were encountered: