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: revise feature listing ptags (including an incompatible change) #4095

Conversation

masatake
Copy link
Member

@masatake masatake commented Oct 6, 2024

  • make -Q,--filter not work on ptags when -P,--with-pseudo-tags is specified together

    With this version, -Q,--filter option doesn't affect the pseudo tags listed
    with -P,--with-pseudo-tags option. -Q,--filter option specified wth
    -P,--with-pseudo-tags option affect only regular tags.

    To extract speicifed pseudo tags, use -Q,--filter option with
    -D,--list-pseudo action.

  • make formatter work with -D,--list-pseudo-tags option

    An example extracting the value of !_TAG_PROC_CWD:

       $ ./readtags -t podman.tags -Q '(#/.*CWD.*/ $name)' -F '(list $input #t)' -D
       /home/yamato/var/ctags-github/
    

NOTE: the changes should not have a negative impact on Citre.

Signed-off-by: Masatake YAMATO <[email protected]>
@masatake masatake force-pushed the readtags--revise-feature-listing-ptags branch from d7ea963 to 47bfba2 Compare March 16, 2025 21:57
@masatake masatake force-pushed the readtags--revise-feature-listing-ptags branch 3 times, most recently from b475326 to 42d8d83 Compare March 17, 2025 14:01
@masatake masatake force-pushed the readtags--revise-feature-listing-ptags branch from 42d8d83 to b6d894c Compare March 17, 2025 14:15
Copy link

codecov bot commented Mar 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.84%. Comparing base (40274e7) to head (b6d894c).
Report is 14 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4095      +/-   ##
==========================================
+ Coverage   85.82%   85.84%   +0.01%     
==========================================
  Files         241      241              
  Lines       62487    62525      +38     
==========================================
+ Hits        53632    53675      +43     
+ Misses       8855     8850       -5     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@masatake masatake merged commit 6c9aefc into universal-ctags:master Mar 17, 2025
93 of 96 checks passed
@masatake masatake deleted the readtags--revise-feature-listing-ptags branch March 18, 2025 01:39
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.

1 participant