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

refactor(config)!: simplify logic #3986

Merged
merged 4 commits into from
Sep 4, 2024

Conversation

rami3l
Copy link
Member

@rami3l rami3l commented Aug 9, 2024

Continuation of #3985.

I originally wanted to unify async fn find_or_install_active_toolchain() and fn find_active_toolchain(), but since this essentially involves plugging an async part in the middle of the latter, I finally backed out on this change. Instead, I rewrote the former to look more like the latter, thanks to the fact that I'm now free to change what the former returns.

@rami3l rami3l requested a review from djc August 9, 2024 12:10
src/config.rs Show resolved Hide resolved
@rami3l rami3l removed the request for review from djc August 9, 2024 12:31
@rami3l rami3l force-pushed the refactor/no-implicit-install-cont branch from f61d03d to 5e1683d Compare August 9, 2024 12:43
@rami3l rami3l requested a review from djc August 9, 2024 12:44
@rami3l rami3l marked this pull request as ready for review August 9, 2024 13:04
src/config.rs Show resolved Hide resolved
@rami3l rami3l added this pull request to the merge queue Sep 4, 2024
Merged via the queue into rust-lang:master with commit f7b6887 Sep 4, 2024
27 checks passed
@rami3l rami3l deleted the refactor/no-implicit-install-cont branch September 4, 2024 09:15
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.

2 participants