Brad Richardson
Brad Richardson
> How should the prefix be handled for packages with a dash in the name? Replace dashes with underscores, just like `fpm new` does.
> naming convention enforcement of nested subdirectories `a/b/c/a.f90` to a name of the module `package_a_b_c_a` Where would I put the module named `package`? This convention would suggest that `src/package.f90` should...
> New user to Fortran would follow the tutorial and fpm generated new project, so there would be no problem. For existing projects you would add an option to fpm.toml,...
> I was hoping you could implement it! I will have to see when I can fit it in. Of course anybody who might be interested shouldn't wait on me.
I was going to suggest [vegetables](https://gitlab.com/everythingfunctional/vegetables) at some point, as it solves those problems. I also like it because it encourages the test descriptions to read more like a requirements...
I know of one command line parser (for a different language) that has bash completion built in: [optparse-applicative](https://hackage.haskell.org/package/optparse-applicative). This is actually what I had used for the Haskell implementation, but...
@kubajj and I are trying to take another run at the compiler profiles, submitting PRs in smaller increments. Could one or two people please perform a review of this one?
Was there a reason this didn't get merged, or was it just forgotten about? I managed to resolve the merge conflict without much issue. Any chance we can go ahead...
We certainly want to try and make migrating existing projects to fpm as easy as possible. The questions that need to be answered to solve this problem are: - How...
@MarkWieczorek, yes. Check out the details [here](https://github.com/fortran-lang/fpm/blob/master/PACKAGING.md#custom-build-scripts). Let us know if anything is unclear or you get stuck.