You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In commit 15be47a, fprettify was applied to the codebase. It appears that this subtly modified the behavior of blocks of code, in particular 'series_sub' in tsp_equation_parser.F90. Since much of the original code used similar design patterns (do loop with several 'goto' statements as exit points), it may be that there are other subroutines that are similarly broken.
Not sure what the solution is here. Perhaps revert to the pre-fprettify version, then overlay other changes on top, then apply fprettify in a more measured manner?
The text was updated successfully, but these errors were encountered:
In commit 15be47a, fprettify was applied to the codebase. It appears that this subtly modified the behavior of blocks of code, in particular 'series_sub' in tsp_equation_parser.F90. Since much of the original code used similar design patterns (do loop with several 'goto' statements as exit points), it may be that there are other subroutines that are similarly broken.
Not sure what the solution is here. Perhaps revert to the pre-fprettify version, then overlay other changes on top, then apply fprettify in a more measured manner?
The text was updated successfully, but these errors were encountered: