Conversation
|
@climbfuji, The latest Codee failure seems to be a mismatch between the default settings of the Note, linebreak_test.F90 now compiles with no warnings so this is just a formatting issue. |
|
Another Codee comment. While I can match most of Codee's formatting expectations by setting Ironically, if capgen had been generating Codee-approved Fortran, @jimmielin would never have seen the bug he reported in #724 🤷. |
We had a similar issue with another test (#722; comment #722 (comment)). If you want to preserve formatting for certain parts of the code, you can wrap those lines in See c221aaf |
| name079, name080, name081, name082, name083, name084, name085, name086, name087, & | ||
| name088, name089, name090, name091, name092, name093, name094, name095, name096, & | ||
| name097, name098, name099 /) | ||
| character(len=7) :: data(100) = (/ 'name000', 'name001', 'name002', 'name003', 'name004', & |
There was a problem hiding this comment.
| character(len=7) :: data(100) = (/ 'name000', 'name001', 'name002', 'name003', 'name004', & | |
| ! codee format off | |
| character(len=7) :: data(100) = (/ 'name000', 'name001', 'name002', 'name003', 'name004', & |
| 'Cannot read columns_on_task from file'// & | ||
| ', columns_on_task has no horizontal dimension; columns_on_task is a protected variable' | ||
|
|
||
| end subroutine foo |
There was a problem hiding this comment.
| end subroutine foo | |
| end subroutine foo | |
| ! codee format on |
Add missing spaces in host cap (for Codee).
Some long lines are still broken incorrectly
Some long lines are still broken into invalid Fortran. This PR addresses this by adding more non-ID characters to the allowed break points (currently only spaces and commas).
User interface changes?: No
Fixes: TBA
Testing:
test removed:
unit tests:
system tests:
manual testing: