Skip to content

feat: Import host association #240

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

Merged
merged 8 commits into from
Dec 4, 2022
Merged

feat: Import host association #240

merged 8 commits into from
Dec 4, 2022

Conversation

gnikit
Copy link
Member

@gnikit gnikit commented Nov 20, 2022

This is the start for the work of import host association.
Currently, imports are treated the same way as USE objects, that is not very convenient since
we cannot impose ALL, NONE and ONLY in a way that does not get polluted by the parent scopes

Fixes #5

@codecov
Copy link

codecov bot commented Nov 20, 2022

Codecov Report

Merging #240 (917fc29) into master (0691b3f) will increase coverage by 0.13%.
The diff coverage is 87.41%.

@@            Coverage Diff             @@
##           master     #240      +/-   ##
==========================================
+ Coverage   86.63%   86.76%   +0.13%     
==========================================
  Files          12       12              
  Lines        4475     4542      +67     
==========================================
+ Hits         3877     3941      +64     
- Misses        598      601       +3     
Impacted Files Coverage Δ
fortls/objects.py 83.60% <81.25%> (+0.37%) ⬆️
fortls/intrinsics.py 96.20% <100.00%> (ø)
fortls/langserver.py 84.30% <100.00%> (+0.09%) ⬆️
fortls/parse_fortran.py 89.02% <100.00%> (+0.08%) ⬆️
fortls/regex_patterns.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@gnikit gnikit force-pushed the feat/import-host-assoc branch from 7fc7497 to 605ec78 Compare November 20, 2022 22:14
pre-commit-ci bot and others added 3 commits November 20, 2022 22:14
@gnikit gnikit force-pushed the feat/import-host-assoc branch from 12aab70 to 202b496 Compare December 3, 2022 23:10
@gnikit gnikit merged commit 9e5f174 into master Dec 4, 2022
@gnikit gnikit deleted the feat/import-host-assoc branch December 4, 2022 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Honour import statement in abstract interface blocks for completions
1 participant