Skip to content

Conversation

lkdvos
Copy link
Contributor

@lkdvos lkdvos commented May 8, 2025

The current map interface does not handle size 0 arrays very well, since trying to figure out if something preserves zeros tries to construct a block, which is not possible since there are no blocks.
Previously this led to a boundserror, here I bypass this case completely, more or less as a temporary fix until we actually properly tackle the mapping functionality here.

Copy link

codecov bot commented May 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.96%. Comparing base (2a2b51a) to head (24c3422).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #58      +/-   ##
==========================================
+ Coverage   75.92%   75.96%   +0.04%     
==========================================
  Files           8        8              
  Lines         569      570       +1     
==========================================
+ Hits          432      433       +1     
  Misses        137      137              
Flag Coverage Δ
docs 34.50% <100.00%> (+0.11%) ⬆️

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.

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

@lkdvos lkdvos merged commit 9d24016 into main May 8, 2025
16 checks passed
@lkdvos lkdvos deleted the empty-mul branch May 8, 2025 20:33
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.

2 participants