Conversation
|
fprettify is failing because of this issue fortran-lang/fprettify#93 |
Codecov Report
@@ Coverage Diff @@
## main #229 +/- ##
=======================================
Coverage 40.77% 40.77%
=======================================
Files 13 13
Lines 3882 3882
=======================================
Hits 1583 1583
Misses 2299 2299 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Do you wanna open an issue there to ask if they can make a new release? |
|
I am converting this PR into a draft until we merge another PR that removes label statements. Labels are not considered best practice for F90 and cause problems with fprettify. |
|
I don't know what's going on with the complex build because both of the last commits work for me locally. For context, I tried changing complexify.py to get it to stop replacing strings like "======" with ".ceq..ceq..ceq.". This was happening even before the fprettify changes but did not cause errors because the line character limit was not being exceeded. With the indenting changes in this PR, the line character limit is being exceeded. |
|
This is ready to be merged. @marcomangano @ArshSaja The only Fortran file that has manual changes is |
marcomangano
left a comment
There was a problem hiding this comment.
The manual changes are fine. Everything else is assumed fine as the tests pass without issue - the git diff is not helpful unfortunately. Please add the commit hash to .git-blame-ignore-revs asap.
Nice job!
|
Yes, I will open another PR updating |
Purpose
Formatting the Fortran code with fprettify
Expected time until merged
1 week
Type of change
Testing
Current tests pass
Checklist
flake8andblackto make sure the code adheres to PEP-8 and is consistently formatted