Conversation
Co-authored-by: Sebastian Berg <sebastianb@nvidia.com>
|
Well, |
|
To be clear, I am assuming that the change:
Does seemingly not worry the f2py specialists here. |
The `Path` and `COMMON_FIXED_EXTENSIONS` variables were not defined at all. This code is untested, and SciPy doesn't build with NumPy `main` before this fix. The issue was introduced a few days ago in numpygh-22885.
|
The |
|
I'll merge gh-23066 once CI passes and will trigger new nightly builds, to unbreak SciPy CI. |
|
I wonder why coverage did not mark the lack of tests here. |
|
It probably does show that. There are very few tests for |
Updates the
freeformat handling of.f90and other common extensions (through a minor re-write). Also removes an unused function.This disallows previously allowed (but highly unlikely to be present) code-paths, namely having fixed form F77 code in a fortran 90 file (with .f90).