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

Optscript: add _foreignreftag operator #3686

Merged
merged 3 commits into from
Apr 2, 2023

Conversation

masatake
Copy link
Member

@masatake masatake commented Apr 1, 2023

No description provided.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
This fixes a bug intrdouced in d86d377.

The change d86d377 initializes optvm multiple times for each input:
once for the base parser, the rest for foreign languages.

Though foreign languages must be initialized as done in the change,
initializing optvm should be done only once.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
In addition, _tag and _reftag are rewritten in optscript.

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

codecov bot commented Apr 1, 2023

Codecov Report

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

Comparison is base (1231ebe) 82.80% compared to head (1c2951b) 82.82%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3686      +/-   ##
==========================================
+ 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% <87.50%> (+0.22%) ⬆️
main/parse.c 95.60% <100.00%> (+0.53%) ⬆️

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 ea96317 into universal-ctags:master Apr 2, 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