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

Yaml: revise Ypath API #3842

Merged
merged 6 commits into from
Nov 5, 2023
Merged

Conversation

masatake
Copy link
Member

@masatake masatake commented Nov 3, 2023

The code for utilizing libyaml in the OpenAPI parser is good enough.
This pull request moves the code to the Yaml Meta parser as Ypath API.

For evaluating the API, this pull request also applies the API to the AnsiblePlaybook parser.

This pull request is a preparation step for merging #3258.

Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (184d474) 85.05% compared to head (6e5576a) 85.02%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3842      +/-   ##
==========================================
- Coverage   85.05%   85.02%   -0.03%     
==========================================
  Files         228      228              
  Lines       53982    53897      -85     
==========================================
- Hits        45915    45828      -87     
- Misses       8067     8069       +2     
Files Coverage Δ
parsers/ansibleplaybook.c 100.00% <100.00%> (ø)
parsers/openapi.c 100.00% <ø> (ø)
parsers/yamlfrontmatter.c 100.00% <ø> (+1.66%) ⬆️
parsers/yaml.c 95.80% <97.01%> (-1.51%) ⬇️

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

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
@masatake masatake merged commit c40531f into universal-ctags:master Nov 5, 2023
41 of 42 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