Skip to content

Conversation

@alex
Copy link
Contributor

@alex alex commented Jan 16, 2026

No description provided.

@alex
Copy link
Contributor Author

alex commented Jan 16, 2026

Looks like CI is sad for unrelated reasons.

@djc
Copy link
Member

djc commented Jan 16, 2026

The release branch has accumulated some bitrot. Should be possible to fix by backporting a few more recent commits.

(Does Claude know how to look at CI results and find the right commits to fix them?)

@codecov
Copy link

codecov bot commented Jan 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (rel-0.103@2c46166). Learn more about missing BASE report.

Additional details and impacted files
@@             Coverage Diff              @@
##             rel-0.103     #436   +/-   ##
============================================
  Coverage             ?   97.30%           
============================================
  Files                ?       19           
  Lines                ?     3783           
  Branches             ?        0           
============================================
  Hits                 ?     3681           
  Misses               ?      102           
  Partials             ?        0           

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

@alex
Copy link
Contributor Author

alex commented Jan 16, 2026

Will look later today -- and send a separate PR.

claude and others added 2 commits January 16, 2026 10:52
Return &'a str instead of &str to explicitly tie the lifetime of the
returned string references to the 'a lifetime of the Cert struct,
since the strings are derived from the certificate data.
@alex alex force-pushed the backport-lifetime branch from aa6fa20 to 993137d Compare January 16, 2026 15:52
@djc djc merged commit 6bc9931 into rustls:rel-0.103 Jan 16, 2026
38 checks passed
@alex alex deleted the backport-lifetime branch January 16, 2026 16:16
@alex
Copy link
Contributor Author

alex commented Jan 16, 2026

Thanks @djc !

@djc
Copy link
Member

djc commented Jan 16, 2026

Out of curiosity, what do you need this for?

@djc
Copy link
Member

djc commented Jan 16, 2026

Published.

@alex
Copy link
Contributor Author

alex commented Jan 16, 2026

We've got our own verifier for URI SANs (internal PKI stuff), and there's a function that returns valid URIs, which right now is allocating String due to this, and I wanted to change it to just return &str.

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.

3 participants