You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the issue @warrenstephens, if I had to guess why that is I would say that it probably related to how we serve diagnostics and in general processes BLOCK DATA, DATA and COMMON statements. A lot of the Fortran77 features that have been superseded by Fortran 90+ features are not that well supported.
The fortls linter gives an
IMPLICIT statement without enclosing scope
on the IMPLICIT statement like this:A red underline is on the word NONE.
Moved to inside the COMMON it says the same thing.
This is with the Modern Fortran v3.2.0 extension in VS Code. The fortls version is 2.13.0
The block is followed by a PROGRAM, and so forth.
The text was updated successfully, but these errors were encountered: