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

Zero-length slices with s![] causes recursion error #693

Closed
aldanor opened this issue Aug 21, 2019 · 0 comments · Fixed by #714
Closed

Zero-length slices with s![] causes recursion error #693

aldanor opened this issue Aug 21, 2019 · 0 comments · Fixed by #714
Labels

Comments

@aldanor
Copy link

aldanor commented Aug 21, 2019

This is somewhat of a corner case, but it's not very nice to cause recursion errors when using s! macro with no arguments, like s![]:

error: recursion limit reached while expanding the macro `s`
@bluss bluss added bug good first issue A good issue to start contributing to ndarray! labels Aug 21, 2019
@bluss bluss removed the good first issue A good issue to start contributing to ndarray! label Sep 16, 2019
@bluss bluss closed this as completed Sep 16, 2019
@bluss bluss reopened this Sep 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants