-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Bug/nested case select #201
Conversation
for simple case-select. Use https://github.com/dparkins/language-fortran as a guideline
for type-select constructs.
for rank-select constructs.
@pedro-ricardo Have you had a chance to look at this? It would be great if we could merge it to master. |
Yes, I've tested it for |
@krvajal @pedro-ricardo If all is okay then, can I merge or do you want me to add this to CHANGELOG? |
Yes please |
I have pushed the latest changes to my fork but for some reason GitHub thinks that my fork is based on another repo and not this one. I suspect it rebased my fork when this repo went private. I will try and fix this but in of chance I can't get it to work I will close this PR and open a new one. |
Fixes #181 .
I tested locally and it works fine although it would be great if we could add some unittests for it to not break again.