-
Notifications
You must be signed in to change notification settings - Fork 29
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
Split Fortran2008.py into separate files (closes #411) #425
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #425 +/- ##
==========================================
+ Coverage 91.81% 91.91% +0.10%
==========================================
Files 43 84 +41
Lines 13470 13625 +155
==========================================
+ Hits 12367 12524 +157
+ Misses 1103 1101 -2
☔ View full report in Codecov by Sentry. |
Ready for first review from @arporter or @sergisiso |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've assumed that all you've done is move code to separate files so have not (well almost) requested changes to any of the content of those files.
However, I'm a bit worried by the splitparen
shenanigans. Is it possible to get a handle on what's going wrong with that method?
You are correct that this PR simply splits out the classes from Fortran2008.py. Ready for next review from @arporter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks good now.
Have tested with PSyclone and all fine.
Will proceed to merge.
Splits Fortran2008.py into one file per class.