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

Switch CI's minver check to use -Zminimal-versions #61

Merged
merged 2 commits into from
Dec 1, 2024
Merged

Conversation

asomers
Copy link
Owner

@asomers asomers commented Dec 1, 2024

Using -Zdirect-minimal-versions now fails due to an indirect dependency (futures-util) now depending on a direct dependency (futures-channel). -Zdirect-minimal-versions brings in the latest version of every indirect dependency, which conflicts with bringing in the oldest version of futures-channel.

A complicating factor is that every version of futures-util from 0.3.0 to 0.3.30, inclusive, has been yanked. Unwisely, IMHO.

Using -Zdirect-minimal-versions now fails due to an indirect dependency
(futures-util) now depending on a direct dependency (futures-channel).
-Zdirect-minimal-versions brings in the latest version of every indirect
dependency, which conflicts with bringing in the oldest version of
futures-channel.

A complicating factor is that every version of futures-util from 0.3.0
to 0.3.30, inclusive, has been yanked.  Unwisely, IMHO.
Just because futures-util yanked all of its versions that are compatible
with older compilers.
Copy link

codecov bot commented Dec 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.85%. Comparing base (2ba3232) to head (da69449).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #61   +/-   ##
=======================================
  Coverage   92.85%   92.85%           
=======================================
  Files           3        3           
  Lines         434      434           
=======================================
  Hits          403      403           
  Misses         31       31           
Flag Coverage Δ
?

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.

@asomers asomers merged commit 5fec7a5 into master Dec 1, 2024
6 checks passed
@asomers asomers deleted the minver-2024 branch December 1, 2024 16:43
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