Brad Richardson
Brad Richardson
At lines 169-170, if a suitable image isn't found, the script crashes, since nothing is returned from the get_top_image function in that case. Here's the error message: ``` Traceback (most...
I have a proposed solution to the issue of how we deal with compiler flags. I propose adding a section to the `fpm.toml` file where compiler flags can be specified,...
Main programs in the `app` directory do not link to any code in the `test` directory, and vice-versa. So there should be no reason that you can't have modules with...
With the Haskell version phased out, I checked to see if the Fortran version could build my [sqliteff](https://gitlab.com/everythingfunctional/sqliteff) project, and unfortunately it can't. I need to add `-DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_THREADSAFE=0` when...
Based on [this example usage](https://jacobwilliams.github.io/json-fortran/type/json_file.html) (although perhaps there are more examples that make this clearer, if so please point me towards them), it is unclear to me how the arguments...
- [x] I am reporting a bug others will be able to reproduce and not asking a question or requesting a new feature. ## System information including: - OpenCoarrays Version:...
I got a [report](https://github.com/fortran-lang/fpm/issues/156) from one of my users that the `tableMap` codec isn't working with implicit tables. I did a little bit of playing with the `examples/biTest.toml` file and...
Found a couple of unused variables and a couple of (albeit somewhat spurious) warnings reported by gfortran when compiled like ``` fpm build --flag "-g -Wall -Wextra -Werror -pedantic -stdf2018...
### Description I think I've narrowed down the situation in which this occurs (for me at least). When modifying a submodule, sometimes it seems like it doesn't know to recreate...
### Description I don't know if there are downsides to doing so, but it would be nice if the default fpm could do parallel builds, as it would save me...