-
Notifications
You must be signed in to change notification settings - Fork 426
rust: expose toolchainPackage
and use it correctly override git hooks
#2011
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
Conversation
Unlike fenix, rust-overlay does it's patching when building the toolchain profile from a set of resolved components. For that reason we can't use the unpatched toolchain components directly to fixup the git hooks packages.
Claude finished @sandydoo's task —— View job Code Review CompleteTodo List:
Analysis SummaryThe PR introduces a new Key Changes:
Code Review FeedbackPotential Issues & Improvements
Security Considerations
Performance Considerations
Code Quality Improvements
Recommendations
The core functionality is sound and addresses the rust-overlay patching issue correctly. The changes maintain backward compatibility while fixing the git-hooks integration problem. |
Deploying devenv with
|
Latest commit: |
9e8d80b
|
Status: | ✅ Deploy successful! |
Preview URL: | https://ed7dcb0b.devenv.pages.dev |
Branch Preview URL: | https://fix-rust-hooks-with-custom-t.devenv.pages.dev |
Unlike fenix, rust-overlay does it's patching when building the
toolchain profile from a set of resolved components. For that reason we
can't use the unpatched toolchain components directly to fixup the git
hooks packages.