gnikit

Results 172 comments of gnikit

> I would change the formatting scripts to only format cpp for now. The JSON / MD stuff is problematic, so we can handle that later. Yeah, I agree (I...

@certik want me to add unittests? Checking what the "human" tests are check?

@certik I have updated this to `main` and now that the conda-forge feedstock has been updated I would try and merge it ASAP so it won't diverge again. Can you...

Fixed via #36

Sure, that makes sense. I would just note that in the current CMake scripts sometimes the current minimum version used is not correct. We implicitly use 3.19 but we enforce...

No it's okay @certik. I think everything works fine as it is. I'll leave this open (more like a TODO) for if/when you decide to implement this.

This is the MWE to replicate it ```fortran module foo character(len=100), parameter :: TEST = "4.10.4" end module foo program main use foo integer :: len end program main ```

I started to work on it, but then I encountered a series of other bugs along the way with the parser and constants so I got side-tracked. Right now I...

I think this is a great idea, especially if we can make github to recognise `fpm.toml` as a manifest file, as it would be an active demonstration of how widely...

Hi all, I thought I would add my 2 cents on this issue and maybe help a bit. Full disclosure I am the co-author of [Modern Fortran](https://github.com/krvajal/vscode-fortran-support/) in VS Code...