szaghi / FACE

Fortran Ansi Colors (and Styles) Environment
39 stars 15 forks source link

Incompatibility of fpm.toml with fpm 0.8.1 #12

Closed jalvesz closed 2 days ago

jalvesz commented 1 year ago

Hi, I was testing this library together with VTKFortran and the latest fpm. I had a compile time issue with the tests declaration because of the white space:

From https://github.com/szaghi/FACE

By simply changing [[ test ]] for [[test]] (no white spaces) everything goes fine

szaghi commented 1 year ago

@jalvesz

Thank you very much for pointing it out, it is really appreciated.

I do not use fpm, thus I cannot directly help you. In particular, it is not clear for me if this formatting-issue is related to only a new version of fpm or if it is really a bad-formatted toml file. Surely you are more familiar with fpm than me: feel free to create a pull request to patch the toml file if it is the problem.

Kind regards, Stefano

jacobwilliams commented 3 weeks ago

Note: this was fixed in #13 and may be closed.

szaghi commented 2 days ago

@jacobwilliams Thank you very much

szaghi commented 2 days ago

Feel free to reopen this if necessary