fpm icon indicating copy to clipboard operation
fpm copied to clipboard

Fortran Package Manager (fpm)

Results 249 fpm issues
Sort by recently updated
recently updated
newest added

Currently the serialized model doesn't follow a standardized format, which makes it difficult to inspect with external tools. Similar to #540, the model should be able to write itself to...

specification
medium

Like the dependency tree all package manifest types should be able to deserialize and serialize themselves. This is likely to conflict with any changes at the manifest data types and...

medium

The dependency tree is currently saved in a flattened form, it would be more useful to retain references between the dependencies in the tree and the cache file.

easy

Is there a way to fetch the version number defined in the fpm.toml in the compile process of fpm to remove the redundancy to the version number defined in this...

See https://fortran-lang.discourse.group/t/1626/3 We currently do not create dependency graphs in the generated FORD documentation. One reason for not enabling the graphs was that they can become huge and we check...

documentation

I love the broad community support for `fpm`. The vibrant discussion around issue #363, which was posted about 5 months ago, makes me wonder whether a documented decision-making process could...

# Summary When trying to build and test with `fpm`, an apparent error in parsing results `fpm` looking for the wrong file and crashing. # System Configuration - Windows 10...

bug
os-windows

It seems that `fpm` is expecting version numbers only in the format "X.Y.Z", with the minor and patch versions being optional. However, [semantic versioning](https://semver.org/) allows to have additional data after...

enhancement

I think initially proposed [here](https://fortran-lang.discourse.group/t/feedback-for-fpm-based-on-teaching-my-son/1416#fpm-3). Currently fpm prints compiler commands that it executes to the standard output, which is quite verbose. I don't think there's a way to disable it....

enhancement

Test anything protocol: https://testanything.org/ It would be nice if `fpm test` could provide a TAP consumer when running the testsuite. Having to pipe the `fpm test` output through a TAP...

enhancement