Brad Richardson
Brad Richardson
A question was raised in the Fortran Discourse ([see this discussion](https://fortran-lang.discourse.group/t/generic-call-with-rank-mismatch/2759)). It was suggested that perhaps a rank-agnostic copy procedure might be a desirable use case for the generics facility.
One thing that seems to come up frequently in generics (especially with what seems to be the quintessential example for Fortran), is specifying a "Trait" (or a "template" procedure) in...
### Description I was trying to update fpm in a couple of places and my tests were failing in a few places because it seems the `--target` option is being...
This proposes a feature and some possible syntax to help alleviate the problem of long template argument lists.
### Description LLVM flang has now officially been renamed from `flang-new` to `flang`. Thus the current logic of just checking whether the name of the compiler begins with a specific...
### Description There are certain scenarios where post-install testing is desired. It would be nice to add an option for `fpm install` that also installs the test suite. ### Possible...
* Add a statement somewhere that "An entity of deferred type shall not appear in a namelist" * Add a statement somewhere that "An entity of deferred type shall not...
* 7.1.2 Type classification Should we add some language here about "a type may be deferred"? * 7.1.4 Constants Shoud we add some language here about how "the value of...
* 5.2.4 Module Add templates and requirements to the list of things a module can define. * 5.3.2, par. 1 Add ", templates" to first sentence. * 5.4.6 Arrays We...