Skip to content

chore: switch thirtyfour_sync to thirtyfour#2613

Merged
sylvestre merged 1 commit intomozilla:mainfrom
tottoto:switch-thirtyfour-sync-to-thirtyfour
Feb 22, 2026
Merged

chore: switch thirtyfour_sync to thirtyfour#2613
sylvestre merged 1 commit intomozilla:mainfrom
tottoto:switch-thirtyfour-sync-to-thirtyfour

Conversation

@tottoto
Copy link
Copy Markdown
Contributor

@tottoto tottoto commented Feb 12, 2026

Switches unmaintained thirtyfour_sync to thirtyfour.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 12, 2026

Codecov Report

❌ Patch coverage is 0% with 41 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.27%. Comparing base (146f4df) to head (052a22b).

Files with missing lines Patch % Lines
tests/oauth.rs 0.00% 41 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2613      +/-   ##
==========================================
+ Coverage   72.82%   73.27%   +0.45%     
==========================================
  Files          68       68              
  Lines       37114    36907     -207     
==========================================
+ Hits        27029    27045      +16     
+ Misses      10085     9862     -223     

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

@sylvestre
Copy link
Copy Markdown
Collaborator

Please update the commit to document the why

thirtyfour_sync crate is not maintained.
@tottoto tottoto force-pushed the switch-thirtyfour-sync-to-thirtyfour branch from ef2e3cc to 052a22b Compare February 22, 2026 13:51
Comment thread tests/oauth.rs
return Some(res);
} else {
thread::sleep(interval);
std::thread::sleep(interval);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this change ? seems unrelated

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is now the only place where std::thread is used, importing it solely for this felt unnecessary.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please avoid unrelated changes :)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think this is not related?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I proposed including it in this pull request because it arose as a result of this change, and I thought it would be appropriate to include it.

@sylvestre sylvestre merged commit 81954de into mozilla:main Feb 22, 2026
49 checks passed
@tottoto tottoto deleted the switch-thirtyfour-sync-to-thirtyfour branch February 22, 2026 17:33
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