Skip to content
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

fix: Go To Implementation works for submodules #310

Merged
merged 1 commit into from
Jul 23, 2023

Conversation

gnikit
Copy link
Member

@gnikit gnikit commented Jul 23, 2023

It is now possible for interfaces with implementations in submodules i.e. a Function or a Subroutine

Fixes #74

It is now possible for interfaces with implementations in submodules
i.e. a Function or a Subroutine

Fixes #74
@codecov
Copy link

codecov bot commented Jul 23, 2023

Codecov Report

Merging #310 (2c5810b) into master (691a3e8) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #310      +/-   ##
==========================================
+ Coverage   86.97%   86.98%   +0.01%     
==========================================
  Files          12       12              
  Lines        4575     4580       +5     
==========================================
+ Hits         3979     3984       +5     
  Misses        596      596              
Impacted Files Coverage Δ
fortls/langserver.py 84.57% <100.00%> (+0.04%) ⬆️
fortls/objects.py 84.01% <100.00%> (+0.02%) ⬆️

@gnikit gnikit merged commit 039131b into master Jul 23, 2023
@gnikit gnikit deleted the bug/got--imp-intrinsic branch July 23, 2023 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for GoTo Implementation in submodules
1 participant