Chris Hansen

Results 44 comments of Chris Hansen

Hi @mathomp4, thanks for the report. I have been able to track down the issue, which appears to be related to handling the macros in `base/MAPL_EsmfRegridder.F90`. In particular, there is...

Thanks for the report. Unfortunately, I am unable to reproduce this issue with the simple single file case below. Can you test if this error still occurs with the file...

Thanks for the report and sorry for the delay. I think there are actually two things going on here. The first issue with jumping to the "definition" of the subroutine...

Thanks for the report. However, I think this is technically invalid? As far as I know, trailing line comments are only allowed in free-form Fortran. There is an "intersection" style...

Sorry about the delay and thanks for the report. In the current version `1.10.3` I am not able to fully reproduce your bug. In particular, `func_1_ref` seems to be recognized...

Thanks for the report. Can you try doing a [debug initialization](https://github.com/hansec/fortran-language-server/wiki/Debugging-server-initialization-errors) with the same root directory where you see the error? This should give you a more complete stack trace...

Thanks for the suggestion. I will look into this. I think that the manual config file is probably fine for 99% of projects, since you only need to specify directories/files...

Actually, the only diagnostics currently implemented are simple ones that can be derived from the language server's internal representation of the code. At some point it would be nice to...

Currently, `#include` statements are not supported. This is probably my next big project to add, but I haven't had the time yet. This will certainly prevent objects defined in those...

Ah, I see. Yes, that was chosen because by default this is how most compilers handle preprocessing for Fortran files (ex. gcc). I will also add an option to allow...