Skip to content

Add support for BigInt ranges#39

Open
JeffFessler wants to merge 2 commits into
mainfrom
jf/big
Open

Add support for BigInt ranges#39
JeffFessler wants to merge 2 commits into
mainfrom
jf/big

Conversation

@JeffFessler
Copy link
Copy Markdown
Collaborator

Addresses #37

Dims is hardwired to a type of Int which is too restrictive for BigInt ranges,
so this PR replaces Dims with NTuple{D,Integer}

It is unknown whether this generalization would slow things down, so I might not merge until someone actually requests this change.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (6440098) to head (baa256c).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #39   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines           59        60    +1     
=========================================
+ Hits            59        60    +1     

☔ 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.

@JeffFessler
Copy link
Copy Markdown
Collaborator Author

This would require a version bump because of the type changes.

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