Skip to content
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

Use Order[Version] to simplify MillAlg.content #3540

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fthomas
Copy link
Member

@fthomas fthomas commented Jan 12, 2025

With our Version data type and its Order instance we can simplify MillAlg.content because we can just check if a Mill version is >= 0.7 and < 0.9 for example without extracting the minor version number.

With our `Version` data type and its `Order` instance we can simplify
`MillAlg.content` because we can just check if a Mill version is >= 0.7
and < 0.9 for example without extracting the minor version number.
Copy link

codecov bot commented Jan 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.77%. Comparing base (26f9dd0) to head (5db3157).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3540      +/-   ##
==========================================
- Coverage   89.77%   89.77%   -0.01%     
==========================================
  Files         171      171              
  Lines        4979     4976       -3     
  Branches      496      492       -4     
==========================================
- Hits         4470     4467       -3     
  Misses        509      509              

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant