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

readtags: add tr operator #4106

Merged
merged 3 commits into from
Oct 27, 2024
Merged

Conversation

masatake
Copy link
Member

An example session:

[yamato@dev64]~/var/ctags-github/Tmain/readtags-formatter-op-tr.d% tail -1 output.tags
__foo	input.cpp	/^int __foo(void) { return 0; }$/;"	f	typeref:typename:int
[yamato@dev64]~/var/ctags-github/Tmain/readtags-formatter-op-tr.d% ../../readtags -t output.tags -F '(list (tr $name "_$") #t)' -l
$$foo

Copy link

codecov bot commented Oct 26, 2024

Codecov Report

Attention: Patch coverage is 92.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 85.84%. Comparing base (bd0235c) to head (de25509).
Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
dsl/dsl.c 92.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4106   +/-   ##
=======================================
  Coverage   85.84%   85.84%           
=======================================
  Files         239      239           
  Lines       58603    58628   +25     
=======================================
+ Hits        50306    50329   +23     
- Misses       8297     8299    +2     

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

Signed-off-by: Masatake YAMATO <[email protected]>
@masatake masatake merged commit de111c5 into universal-ctags:master Oct 27, 2024
69 checks passed
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