Skip to content

Conversation

nietras
Copy link
Owner

@nietras nietras commented Nov 24, 2024

Fix a subtle but nasty bug in SepWriter where selecting col indices for row[[2, 3]] would not actually use those indices, but index [0, 1] instead, for example.

@nietras nietras changed the title Add params ReadOnlySpan support to SepReader Fix SepWriter.Row[..] indices bug, add params ReadOnlySpan support Nov 24, 2024
@nietras nietras changed the title Fix SepWriter.Row[..] indices bug, add params ReadOnlySpan support Fix SepWriter.Row[ReadOnlySpan<int> indices] bug, add params ReadOnlySpan support Nov 24, 2024
Copy link

codecov bot commented Nov 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.23%. Comparing base (dbbffdb) to head (58a9123).
Report is 19 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #180      +/-   ##
==========================================
+ Coverage   99.15%   99.23%   +0.07%     
==========================================
  Files          47       47              
  Lines        2362     3511    +1149     
  Branches      358      385      +27     
==========================================
+ Hits         2342     3484    +1142     
- Misses          7       24      +17     
+ Partials       13        3      -10     
Flag Coverage Δ
Debug 98.63% <100.00%> (?)
Release 99.34% <100.00%> (+0.19%) ⬆️
macos-latest 91.48% <100.00%> (?)
ubuntu-latest 98.97% <100.00%> (?)
windows-latest 98.97% <100.00%> (-0.18%) ⬇️

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

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


🚨 Try these New Features:

@nietras nietras merged commit cac8243 into main Nov 24, 2024
28 checks passed
@nietras nietras deleted the csharp-13-net9.0-tweaks branch November 24, 2024 15:08
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.

1 participant