Skip to content

Make: fix wrong end fields for targets having macros on the same line #3931

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 2 commits into from
Feb 4, 2024

Conversation

masatake
Copy link
Member

@masatake masatake commented Feb 4, 2024

For the input:

y: x = 1

ctags with the original code warns:

ctags: Warning: given end line (1) for the tag (y) in the file (Makefile) is smaller than its start line: 2

For the input:

  #
  y: x = 1

ctags with the original code warns:

  ctags: Warning: given end line (1) for the tag (y) in the file (Makefile) is smaller than its start line: 2

Signed-off-by: Masatake YAMATO <[email protected]>
Copy link

codecov bot commented Feb 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6c5cba0) 85.37% compared to head (de0ce15) 85.37%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3931   +/-   ##
=======================================
  Coverage   85.37%   85.37%           
=======================================
  Files         234      234           
  Lines       56190    56199    +9     
=======================================
+ Hits        47971    47980    +9     
  Misses       8219     8219           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@masatake masatake merged commit 96f9a1c into universal-ctags:master Feb 4, 2024
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.

1 participant