-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Stackoverflow in ovious_subtype due to splatting #39826
Comments
I don't see why this should error, since it's a valid thing to do, but we strongly discourage splatting large arrays, exactly because it causes excessive compile times. |
Hmm, that does look like a more serious issue. I don't think this is related |
I can reproduce on nightly and 1.5. I would not have expected a length of 2050 to produce a Stackoverflow in this example, but not 100% sure there is something to be done here. |
Yeah, the system doesn't currently like tuples this long. Fixing that is #31681, so closing as a dup. |
Hello,
I was expected an "error" syntax message with the following command, otherwise it filled the memory until system crashed or "interrupt execution" is proceed via htop or CTrL+C:
Regards
The text was updated successfully, but these errors were encountered: