3Hren / blackhole

Yet another logging library.
MIT License
201 stars 57 forks source link

CHAR_WIDTH -> CHAR_SIZE to avoid collision with ISO/IEC TS 18661-1:20… #184

Closed bacek closed 6 years ago

bacek commented 6 years ago

Backport of https://github.com/fmtlib/fmt/commit/abbefd71666055daac9e14e78262620f9e845850

See https://github.com/fmtlib/fmt/issues/398 for details.

Closes #183

codecov[bot] commented 6 years ago

Codecov Report

Merging #184 into master will increase coverage by 2.77%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #184      +/-   ##
==========================================
+ Coverage    80.7%   83.47%   +2.77%     
==========================================
  Files         140      140              
  Lines        6964     7019      +55     
  Branches      342        0     -342     
==========================================
+ Hits         5620     5859     +239     
- Misses       1156     1160       +4     
+ Partials      188        0     -188
Impacted Files Coverage Δ
src/format.cpp 21.07% <0%> (+5.6%) :arrow_up:
src/handler/dev.cpp 0% <0%> (ø) :arrow_up:
src/formatter/string/token.cpp 79.59% <0%> (+0.1%) :arrow_up:
src/sink/asynchronous.cpp 71.87% <0%> (+0.9%) :arrow_up:
tests/root.cpp 99.07% <0%> (+0.92%) :arrow_up:
src/attribute.cpp 85.21% <0%> (+1.73%) :arrow_up:
src/registry.cpp 77.58% <0%> (+2.14%) :arrow_up:
src/config/option.cpp 100% <0%> (+2.17%) :arrow_up:
src/sink/syslog.cpp 82.35% <0%> (+2.94%) :arrow_up:
tests/src/unit/time.cpp 100% <0%> (+3.44%) :arrow_up:
... and 28 more

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 b285b39...eb183c4. Read the comment docs.

3Hren commented 6 years ago

Thanks!