-
-
Notifications
You must be signed in to change notification settings - Fork 321
Corrected colon behavior and UD with zero elements #5480
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
Conversation
|
This should include a test to prevent regression. It looks like a duplicate of one of the existing tests in |
Maybe for the zero case with added params. but it would need to fail if extra params are added. |
@mattjala, Allen added a test after your comment. Does it sufficiently address this? |
* Add test for nelems different then required
Addresses issues stated in #5132, but the comment about a segfault might have been addressed in the code changes.