Closed mtsokol closed 3 months ago
@mtsokol I updated these tests to ensure real failures are propagated correctly, similar changes are likely required in the other test
PRs.
Question: are changes to Fortran files upstreamable? In my experience it's going to be significantly easier to maintain/update if there's only changes specific to the Meson build that are parallel to the Makefile build, and no source-level changes.
Question: are changes to Fortran files upstreamable? In my experience it's going to be significantly easier to maintain/update if there's only changes specific to the Meson build that are parallel to the Makefile build, and no source-level changes.
Yup, it basically switches from stop
to call abort
, which are equally well supported (in terms of language standards / compilation). The stop
form basically reported no errors (i.e. return code was always 0
), and didn't include a backtrace.
ctest
port