-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Modern Fortran throws an error when typing submodule()
#233
Comments
Hey @zoziha what version of Also could you paste your Modern Fortran settings? I will have a look. |
Thank you for your reply :) The version of Actually, this problem has existed since I started using VSCode and older versions of Modern Fortran (< v3.0.0) and fortls (hansec/fortran-language-server) 2 years ago. |
Apologies @zoziha for taking some time to get to this. This was actually a cluster of bugs that I have since fixed. |
The submodule AST node was setting the name of the object to None instead of an empty string which caused havoc in all sorts of places. Fixes #233
The submodule AST node was setting the name of the object to None instead of an empty string which caused havoc in all sorts of places. Fixes #233
Is there an existing issue for this?
Description
When entering
submodule()
,Modern Fortran
will report an error, as shown in the following figure:(This doesn't seem to be that serious, if I ignore it and keep typing the code, everything works fine in
Modern Fortran
.)Screenshots
Expected Behaviour
Type
submodule()
andModern Fortran
will not report an error.Version of Modern Fortran
v3.2.0
Version of Visual Studio Code
v1.70.0
Platform and Architecture
Windows
Additional Information
Thank you so much for maintaining Modern Fortran, @gnikit ! ❤
The text was updated successfully, but these errors were encountered: