-
Notifications
You must be signed in to change notification settings - Fork 139
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
Add support for Lean 4's elan #742
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for your interest in contributing to Topgrade! I have left some comments:)
@@ -225,6 +227,12 @@ pub fn run_rustup(ctx: &ExecutionContext) -> Result<()> { | |||
|
|||
print_separator("rustup"); | |||
ctx.run_type().execute(rustup).arg("update").status_checked() | |||
pub fn run_elan(ctx: &ExecutionContext) -> Result<()> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add a }
for run_rustup()
as it seemed to be mistakenly deleted
It's like rustup/juliaup/ghcup/...
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #742 +/- ##
========================================
- Coverage 5.43% 5.37% -0.06%
========================================
Files 37 37
Lines 11988 12119 +131
========================================
Hits 651 651
- Misses 11337 11468 +131 ☔ View full report in Codecov by Sentry. |
Co-authored-by: SteveLauC <stevelauc@outlook.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx!
It's like rustup/juliaup/ghcup/...