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

Fix issue #25 #43

Merged
merged 10 commits into from
Mar 2, 2022
Merged

Fix issue #25 #43

merged 10 commits into from
Mar 2, 2022

Conversation

RogierFloors
Copy link
Contributor

I ran into the issue reported in #25 as well, so I fixed it here. Also a bug fix in a loop with i + 1 that can get out of bounds.

Also I made an extra check if varsdescsearch is a key
because this can throw an error if it the key is not there
The regex for vardescsearch, because the current one did not
give proper match after variable declaration.
In that case the src[iline+1] goes out of bound. So I added an extra
condition that checks that the length is less then len(src)-1.
@stefraynaud stefraynaud merged commit 31e3872 into VACUMM:master Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants