-
Notifications
You must be signed in to change notification settings - Fork 154
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
Serialize Nones #999
base: main
Are you sure you want to change the base?
Serialize Nones #999
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #999 +/- ##
==========================================
- Coverage 86.99% 84.53% -2.46%
==========================================
Files 40 40
Lines 6045 6054 +9
==========================================
- Hits 5259 5118 -141
- Misses 786 936 +150
|
As discussed, I don't want to change the on-disk format in the next release. So I'd hold off on this until at least 0.11. |
Since 0.10 is released, we can document and then merge this, right? |
I would like to have proposals for all disk format changes written up and discussed with other implementers before merging them to main. |
Sure, we can use this PR as reference implementation. Which other implementers are there? Is there a channel with the relevant people on some communication medium? |
Hi there, I feel that this is an important feature/bug fix, I was wondering if there were plans to merge this anytime soon/if it's possible to help. |
.write
does not saveNone
values #673Rendered release notes