Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #201 +/- ##
==========================================
- Coverage 99.11% 98.21% -0.90%
==========================================
Files 6 7 +1
Lines 225 280 +55
==========================================
+ Hits 223 275 +52
- Misses 2 5 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
Not sure what codecov job complains about, all new code seems covered |
Contributor
Author
|
bump... |
dlfivefifty
approved these changes
Aug 21, 2025
Contributor
Author
|
another gentle bump... |
Contributor
Author
|
anybody?.. |
hyrodium
approved these changes
Oct 6, 2025
Collaborator
hyrodium
left a comment
There was a problem hiding this comment.
Sorry for the late review. LGTM!
Contributor
Author
|
can we get a release with this? :) @hyrodium |
Merged
bvdmitri
added a commit
to bvdmitri/IntervalSets.jl
that referenced
this pull request
Nov 14, 2025
This reverts commit 450defe.
dlfivefifty
pushed a commit
that referenced
this pull request
Nov 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It's very convenient to print intervals (and other objects) with flexible number formatting. Printf is reasonably extensible, and this PR adds Printf support for intervals. + corresponding tests.
FWIW, there are a few packages with this kind of Printf support already: https://juliahub.com/ui/Search?type=code&q=Printf.fmt.