fortran-lang / fortls

fortls - Fortran Language Server
https://fortls.fortran-lang.org/
MIT License
258 stars 41 forks source link

bug: incomplete submodule setting name to None #234

Closed gnikit closed 2 years ago

gnikit commented 2 years ago

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