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

Add support for Lean 4's elan #742

Merged
merged 2 commits into from
Mar 16, 2024
Merged

Conversation

alok
Copy link
Contributor

@alok alok commented Mar 12, 2024

It's like rustup/juliaup/ghcup/...

Copy link
Member

@SteveLauC SteveLauC left a 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<()> {
Copy link
Member

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

src/steps/generic.rs Outdated Show resolved Hide resolved
It's like rustup/juliaup/ghcup/...
Copy link

codecov bot commented Mar 13, 2024

Codecov Report

Attention: Patch coverage is 0% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 5.37%. Comparing base (2c1ce3d) to head (f23dd36).

Files Patch % Lines
src/steps/generic.rs 0.00% 10 Missing ⚠️
src/main.rs 0.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

src/steps/generic.rs Outdated Show resolved Hide resolved
Co-authored-by: SteveLauC <stevelauc@outlook.com>
Copy link
Member

@SteveLauC SteveLauC left a comment

Choose a reason for hiding this comment

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

Thx!

@SteveLauC SteveLauC merged commit 9518f43 into topgrade-rs:main Mar 16, 2024
17 of 19 checks passed
InnocentZero pushed a commit to InnocentZero/topgrade that referenced this pull request May 25, 2024
@alok alok deleted the add-lean-elan branch September 4, 2024 19:01
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