-
-
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
Segfault with the Vararg datatype #10925
Comments
There's a little magic the parser does to prepare methods with the |
Cool, I'll look forward to trying that out once it's merged. |
I feel like a segfault on master is still a bug, no? |
Yes. |
I wasn't sure, so thanks for clarifying the issue policy there. |
Yes, 76b2b26 probably would stand on its own. If people are in a rush I can cherry-pick it. |
Sounds like a good idea to me. Fixing segfaults is always good! |
I was playing around with the new tuple syntax and came across this crash. Is the method definition itself nonsensical here?
The text was updated successfully, but these errors were encountered: