Skip to content

Breaking changes for v0.3.0#29

Draft
jakobnissen wants to merge 3 commits into
masterfrom
v030
Draft

Breaking changes for v0.3.0#29
jakobnissen wants to merge 3 commits into
masterfrom
v030

Conversation

@jakobnissen

Copy link
Copy Markdown
Member

No description provided.

This breaking change for v0.3.0 makes more semantic sense.
Reading and writing multi-byte structs add a lot of complications which this
package isn't equipped to handle, and quickly spirals into a ser/de package.
For example, it requires handling:
* Endianness
* How to handle partial reads/write with multi-byte data
* How to handle serde of types which need validation on construction
* Custom serialization for certain primitives like Char
... and more.

Addressing this requires a completely new and distinct API.
I will spin this off to a separate package.
@codecov-commenter

codecov-commenter commented Jun 18, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 95.45455% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 94.83%. Comparing base (ad9301a) to head (bb08828).

Files with missing lines Patch % Lines
src/vecwriter.jl 85.71% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   93.91%   94.83%   +0.91%     
==========================================
  Files           9        9              
  Lines         822      677     -145     
==========================================
- Hits          772      642     -130     
+ Misses         50       35      -15     
Flag Coverage Δ
unittests 94.83% <95.45%> (+0.91%) ⬆️

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

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

This reaches into Base internals, but I believe it might be worth it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants