Closed
Description
I considered bringing this up in the Discourse, but figured here was a more relevant place.
My question boils down to this: is there a reason we are not taking advantage of fypp
for the stdlib
tests (all of the test files I have seen are .f90
)? Especially for mathematical functions where one needs to test reals, complex, and integers, a few lines of fypp
could compress the source code (pre-fypp) by more than 3 to 1 by looping over the kinds of reals, complex, and integers.
I am sure there may be a good reason, but I have performed a quick search in the Discourse and in other GitHub issues (turning up nothing) and tried to reason about it (also turning up nothing).