JuliaLang / JuliaLang/juliaup

Stray line break in uninstall output

Open
#461 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Rust
Stars
1.3k
Forks
116
Avg merge
12h 34m
Merged PRs (30d)
19

Description

Minor issue: it seems that there should not be a line break after "Removing PATH modifications in startup scripts."
```
% juliaup self uninstall
Do you really want to uninstall Julia? yes
Removing background self update task. Success.
Removing startup self update configuration. Success.
Removing PATH modifications in startup scripts.
Success.
Removing symlinks. Success.
Deleting Juliaup home folder "/Users/x/.julia/juliaup". Success.
Successfully removed Juliaup.
```
I have a hard time seeing where the newline is coming from:
https://github.com/JuliaLang/juliaup/blob/607eb7301428d94f8e14472dd7cec06a622a1cf3/src/command_selfuninstall.rs#L25-L41

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in src/command_selfuninstall.rs around lines 25-41, as linked in the issue, and reproduce `juliaup self uninstall` to inspect the uninstall output. Trace the message for PATH modifications and verify that the completed output no longer begins on a separate line; confirm the full command output remains correct.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.