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

[fix breaking] locations require opt-in when creating the parser #307

Merged
merged 2 commits into from
Sep 27, 2022

Conversation

biojppm
Copy link
Owner

@biojppm biojppm commented Sep 25, 2022

fixes #260

@codecov
Copy link

codecov bot commented Sep 26, 2022

Codecov Report

Merging #307 (cecc604) into master (e67ac8a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #307   +/-   ##
=======================================
  Coverage   96.35%   96.35%           
=======================================
  Files          22       22           
  Lines        7975     7986   +11     
=======================================
+ Hits         7684     7695   +11     
  Misses        291      291           
Impacted Files Coverage Δ
samples/quickstart.cpp 99.54% <100.00%> (+<0.01%) ⬆️
src/c4/yml/parse.cpp 95.69% <100.00%> (ø)
src/c4/yml/parse.hpp 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@biojppm biojppm force-pushed the fix/multiline_scalar_locations_260 branch from 4f6340e to eaaf591 Compare September 26, 2022 15:38
@biojppm biojppm force-pushed the fix/multiline_scalar_locations_260 branch from eaaf591 to cecc604 Compare September 27, 2022 08:36
@biojppm biojppm merged commit 57429fc into master Sep 27, 2022
@biojppm biojppm deleted the fix/multiline_scalar_locations_260 branch September 27, 2022 10:05
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.

multiline assignment will make the line number is not correctly
1 participant