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 #291 hover multi-line parameter signature #293

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

folk85
Copy link
Contributor

@folk85 folk85 commented Jun 17, 2023

Trim trailing whitespaces. Modify one test and add one more parameter_val test with multiline definition.

@folk85 folk85 requested a review from gnikit as a code owner June 17, 2023 12:14
@codecov
Copy link

codecov bot commented Jun 17, 2023

Codecov Report

Merging #293 (ff3e3e0) into master (a3a0f07) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #293   +/-   ##
=======================================
  Coverage   86.96%   86.96%           
=======================================
  Files          12       12           
  Lines        4571     4571           
=======================================
  Hits         3975     3975           
  Misses        596      596           
Impacted Files Coverage Δ
fortls/parse_fortran.py 89.12% <100.00%> (ø)

Copy link
Member

@gnikit gnikit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Trim trailing whitespaces. Modify one test and add one more
parameter_val test with multiline definition.
@gnikit gnikit linked an issue Jun 22, 2023 that may be closed by this pull request
@gnikit gnikit merged commit 9e42210 into fortran-lang:master Jun 22, 2023
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.

bug: hover multi-line parameter signature
2 participants