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

main,refactor: delete 'inCorkQueue' parameter from attachParserField() #3687

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

masatake
Copy link
Member

@masatake masatake commented Apr 2, 2023

Even without the parameter, attachParserField() can know whether a given tag entry is in the cork queue or not with 'inCorkQueue' member of the tag entry.

Even without the parameter, attachParserField() can know whether a
given tag entry is in the cork queue or not with 'inCorkQueue' member
of the tag entry.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
@codecov
Copy link

codecov bot commented Apr 2, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.02 🎉

Comparison is base (1231ebe) 82.80% compared to head (5ad02a7) 82.82%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3687      +/-   ##
==========================================
+ Coverage   82.80%   82.82%   +0.02%     
==========================================
  Files         226      226              
  Lines       54791    54749      -42     
==========================================
- Hits        45367    45348      -19     
+ Misses       9424     9401      -23     
Impacted Files Coverage Δ
main/lregex.c 83.08% <ø> (+0.22%) ⬆️
parsers/asm.c 99.27% <ø> (ø)
parsers/maven2.c 100.00% <ø> (ø)
parsers/xml.c 100.00% <ø> (ø)
main/entry.c 86.74% <100.00%> (ø)
main/parse.c 95.60% <100.00%> (+0.53%) ⬆️
parsers/cxx/cxx_tag.c 88.85% <100.00%> (ø)
parsers/gdscript.c 89.82% <100.00%> (ø)
parsers/ldscript.c 86.90% <100.00%> (ø)
parsers/python.c 98.57% <100.00%> (ø)
... and 3 more

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

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@masatake masatake merged commit 1aca3d5 into universal-ctags:master Apr 3, 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.

None yet

1 participant