universal-ctags / ctags

A maintained ctags implementation
https://ctags.io
GNU General Public License v2.0
6.39k stars 618 forks source link

optlib: allow users to set fields and check extras defined in a foreign language #3960

Open masatake opened 3 months ago

masatake commented 3 months ago

In addition, this pull request allows you to fill out a field for a foreign tag from optscript.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 88.05970% with 16 lines in your changes are missing coverage. Please review.

Project coverage is 85.40%. Comparing base (39bbe0a) to head (cbdc8c8). Report is 4 commits behind head on master.

Files Patch % Lines
main/field.c 83.67% 8 Missing :warning:
main/parse.c 91.66% 3 Missing :warning:
main/lregex.c 83.33% 2 Missing :warning:
main/script.c 93.93% 2 Missing :warning:
main/options.c 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3960 +/- ## ========================================== + Coverage 85.38% 85.40% +0.01% ========================================== Files 235 235 Lines 56543 56648 +105 ========================================== + Hits 48282 48379 +97 - Misses 8261 8269 +8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

masatake commented 3 months ago

The ways to support boolean fields are not consistent in various aspects.