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(format/writer): strings longer than the buffer chunk size are written correctly #71

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

Viatorus
Copy link
Owner

Fixes #68

@Viatorus Viatorus changed the title fix(format/writer): string longer than the buffer chunk size are written correctly fix(format/writer): strings longer than the buffer chunk size are written correctly Oct 11, 2023
@codecov-commenter
Copy link

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (423edc9) 99.40% compared to head (40fffb4) 99.40%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #71   +/-   ##
=======================================
  Coverage   99.40%   99.40%           
=======================================
  Files          56       56           
  Lines        5866     5869    +3     
=======================================
+ Hits         5831     5834    +3     
  Misses         35       35           
Files Coverage Δ
include/emio/writer.hpp 100.00% <100.00%> (ø)
test/unit_test/test_writer.cpp 100.00% <100.00%> (ø)

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

@Viatorus Viatorus merged commit 1f161cf into main Oct 11, 2023
@Viatorus Viatorus deleted the fix/write_str branch October 11, 2023 20:38
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.

Plain strings passed to emio::print variants are repeated after 128 bytes
2 participants