hansec / fortran-language-server

Fortran Language Server for the Language Server Protocol
MIT License
294 stars 57 forks source link

Fixes error with interfaces as function arguments #217

Closed gnikit closed 2 years ago

gnikit commented 2 years ago

Fixes Error message for dummy procedure argument. #200

BTW this works for an arbitrary number of interfaces (not just one) and an arbitrary number of functions in each interface. Also works for both functions and subroutines (since functions inherit from subroutines in objects.py). I will push a unit test for all of this when I get the chace.

gnikit commented 2 years ago

@hansec do you mind casting a reviewer's eye?