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

feat: increase the number of dimension and array loop index vars #138

Merged
merged 2 commits into from
Oct 14, 2021

Conversation

ToddFincannon
Copy link
Collaborator

@ToddFincannon ToddFincannon commented Oct 13, 2021

Fixes #137

@ToddFincannon ToddFincannon added this to the 0.6.0 milestone Oct 13, 2021
@chrispcampbell chrispcampbell changed the title feature: increase the number of dimension and array loop index vars feat: increase the number of dimension and array loop index vars Oct 14, 2021
Copy link
Contributor

@chrispcampbell chrispcampbell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ToddFincannon Looks good to me. I was thinking that another option would be to maybe use a two letter name for arrayIndexVars, something like ai, aj, ak, al, am, but it's not too often that I find myself reviewing the generated loops, and the letters you chose seem fine (and are easy enough to change later). Will merge shortly.

@chrispcampbell chrispcampbell merged commit 4c66470 into develop Oct 14, 2021
@chrispcampbell chrispcampbell deleted the todd/137-loop-index-vars branch October 14, 2021 03:36
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 this pull request may close these issues.

Increase the number of available loop index vars
2 participants