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: extend --list-languages option to list only parsers using packcc #4046

Merged

Conversation

masatake
Copy link
Member

@masatake masatake commented Aug 8, 2024

NOTE: This is a hidden extension. We don't update the help messages and the description of the man pages for this extension.

This extension is for choosing parsers for testing. e.g. running test cases related to PEG-based parsers only:

make units LANGUAGES="$(./ctags --list-languages=_packcc | tr '\n' ',')"

As the alternative to "_packcc", you can specify "_libxml" or "_libyaml" as the argument for the option.

@masatake masatake force-pushed the extend---list-languages-option branch from 60da549 to 92a6013 Compare August 8, 2024 12:24
@masatake masatake mentioned this pull request Aug 8, 2024
NOTE: This is a hidden extension. We dont't update the help messages and
the description of the man pages for this extension.

This extension is for choosing parsers for testing.
e.g. running test cases related to PEG-based parsers only:

  make units LANGUAGES="$(./ctags --list-languages=_packcc |  tr '\n' ',')"

As the alternative to "_packcc", you can specify "_libxml" or "_libyaml" as
the argument for the option.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
@masatake masatake force-pushed the extend---list-languages-option branch from 92a6013 to 3603d85 Compare August 8, 2024 13:53
Copy link

codecov bot commented Aug 8, 2024

Codecov Report

Attention: Patch coverage is 89.65517% with 3 lines in your changes missing coverage. Please review.

Project coverage is 85.49%. Comparing base (a9e213c) to head (3603d85).
Report is 2 commits behind head on master.

Files Patch % Lines
main/parse.c 90.90% 2 Missing ⚠️
main/options.c 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4046      +/-   ##
==========================================
+ Coverage   85.45%   85.49%   +0.03%     
==========================================
  Files         235      236       +1     
  Lines       56848    56990     +142     
==========================================
+ Hits        48582    48722     +140     
- Misses       8266     8268       +2     

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

@masatake masatake merged commit 5f06997 into universal-ctags:master Aug 8, 2024
68 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