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

fix(install): should work with non-existent relative root #21161

Merged
merged 2 commits into from
Nov 13, 2023

Conversation

dsherret
Copy link
Member

Closes #21160

@@ -1756,7 +1756,6 @@ These must be added to the path manually if required.")
Arg::new("root")
.long("root")
.help("Installation root")
.value_parser(value_parser!(PathBuf))
Copy link
Member Author

Choose a reason for hiding this comment

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

I don't like this because it gives a false sense of what kind of data this is.

Copy link
Member

Choose a reason for hiding this comment

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

I agree

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

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

LGTM

@dsherret dsherret merged commit 6e1f3aa into denoland:main Nov 13, 2023
13 checks passed
@dsherret dsherret deleted the fix_install_non_existent_root branch November 13, 2023 14:44
zifeo pushed a commit to metatypedev/deno that referenced this pull request Nov 22, 2023
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.

deno install - Panic installing when specifying non-existent relative root
2 participants