Skip to content
  • Sponsor lefticus/json2cpp

  • Notifications You must be signed in to change notification settings
  • Fork 20

Work on various CI build errors #9

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

Merged
merged 5 commits into from
Apr 9, 2022
Merged

Work on various CI build errors #9

merged 5 commits into from
Apr 9, 2022

Conversation

lefticus
Copy link
Owner

@lefticus lefticus commented Apr 8, 2022

No description provided.

@codecov
Copy link

codecov bot commented Apr 8, 2022

Codecov Report

Merging #9 (e67e7ed) into main (bfc63ca) will increase coverage by 10.79%.
The diff coverage is 64.40%.

❗ Current head e67e7ed differs from pull request most recent head 06d8c88. Consider uploading reports for the commit 06d8c88 to get more accurate results

@@             Coverage Diff             @@
##             main       #9       +/-   ##
===========================================
+ Coverage   53.38%   64.18%   +10.79%     
===========================================
  Files           8        8               
  Lines         472      497       +25     
  Branches      267      282       +15     
===========================================
+ Hits          252      319       +67     
+ Misses        115      105       -10     
+ Partials      105       73       -32     
Flag Coverage Δ
Linux 52.28% <40.00%> (+30.32%) ⬆️
Windows 70.17% <69.56%> (-0.17%) ⬇️
macOS 22.64% <10.20%> (∅)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
include/json2cpp/json2cpp_adapter.hpp 58.62% <ø> (+8.27%) ⬆️
src/json2cpp.cpp 39.32% <30.00%> (+18.39%) ⬆️
include/json2cpp/json2cpp.hpp 69.56% <69.56%> (+12.33%) ⬆️
test/valijson_tests.cpp 100.00% <100.00%> (+10.00%) ⬆️
src/main.cpp 27.27% <0.00%> (+9.09%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bfc63ca...06d8c88. Read the comment docs.

lefticus and others added 3 commits April 8, 2022 22:26
See bug here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71962

We cannot at compile-time compare a pointer to nullptr if
we are using UBSAN, in GCC, if that pointer exists as inline
constexpr data object.
@lefticus lefticus merged commit 9145ad9 into main Apr 9, 2022
@lefticus lefticus deleted the fix_build_errors branch April 9, 2022 16:51
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