vermaseren / form

The FORM project for symbolic manipulation of very big expressions
GNU General Public License v3.0
982 stars 118 forks source link

Test failure (Format broken) #412

Closed tueda closed 1 year ago

tueda commented 1 year ago

dd1a71c fails in test suite:

make -j 4 -C sources vorm tvorm && check/check.rb ./sources/vorm && check/check.rb ./sources/tvorm
[FAIL] *     982111a [2022-07-07] Fix issue with implicitly or autodeclared dimension of autodeclared index
       |\
[ OK ] | *   36f5536 [2022-07-07] Print header before receiving input
[ OK ] | *   812d795 [2018-12-03] Input file name "-" to use stdin as input
[FAIL] * |   27d09d0 [2022-06-23] Improved the example in the README
[FAIL] * |   c464e94 [2022-06-23] Updated README.md
[FAIL] * |   dd1a71c [2022-05-11] Do not reset line length when calling Format with arguments
[ OK ] * |   2a37fd2 [2021-12-21] Merge pull request #394 from magv/master
       |\ \
       | * | 07d135f [2021-09-13] Check that ContinuationLines set to 0 disables it
       | * | 2b2592c [2021-09-02] Allow setting ContinuationLines to 0, meaning infinity
       |/ /
[ OK ] * |   b0e72a8 [2020-11-10] Added -C flag to specify a custom log filename/path

Maybe test cases must be modified for this change.

tueda commented 1 year ago

Indeed, FORM now outputs broken FORTRAN 77 files by default, which have lines longer than 72 characters (for, e.g., Pre_write_2 (examples.frm:293)).