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

ObjectiveC: (bugfix) extract the line numbers for methods correctly #4162

Merged
merged 5 commits into from
Dec 19, 2024

Conversation

masatake
Copy link
Member

The original code records the line numbers of ';' or '{' at the end of method declarations or definitions.

Close #4161

… number and file position

Signed-off-by: Masatake YAMATO <[email protected]>
…n to each parser function

Signed-off-by: Masatake YAMATO <[email protected]>
The original code records the line numbers of ';' or '{' at the end
of method declarations or definitions.

Close universal-ctags#4161.

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

codecov bot commented Dec 19, 2024

Codecov Report

Attention: Patch coverage is 92.78351% with 7 lines in your changes missing coverage. Please review.

Project coverage is 85.91%. Comparing base (2049cb3) to head (db0b49f).
Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
parsers/objc.c 92.78% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4162      +/-   ##
==========================================
+ Coverage   85.90%   85.91%   +0.01%     
==========================================
  Files         239      239              
  Lines       58733    58779      +46     
==========================================
+ Hits        50453    50499      +46     
  Misses       8280     8280              

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

@masatake masatake added this to the 6.2 milestone Dec 19, 2024
@masatake masatake merged commit 43ca055 into universal-ctags:master Dec 19, 2024
81 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Objective-C method linenumber is the first block (not the function name like in C)
1 participant