Skip to content

add Printf support #201

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

add Printf support #201

wants to merge 2 commits into from

Conversation

aplavin
Copy link
Contributor

@aplavin aplavin commented Jul 30, 2025

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.

Copy link

codecov bot commented Jul 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.21%. Comparing base (13c76e1) to head (53c8489).
⚠️ Report is 19 commits behind head on master.

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

@aplavin
Copy link
Contributor Author

aplavin commented Jul 31, 2025

Not sure what codecov job complains about, all new code seems covered

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