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 |
arporter
left a comment
There was a problem hiding this comment.
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 |
arporter
left a comment
There was a problem hiding this comment.
All looks good now.
Have tested with PSyclone and all fine.
Will proceed to merge.
Splits Fortran2008.py into one file per class.