Deno: Merge deno_install repo into deno repo

Created on 21 Oct 2019  路  8Comments  路  Source: denoland/deno

It's not helpful to have a one-off side repo with it's own CI setup.
https://github.com/denoland/deno_install

Probably best placed in /std/install ?

Most helpful comment

Why should this go into std? This was most likely suggested for publishing convenience, this was around the time that the manual was moved into std for seemingly that reason.

If this needs to go into the deno repo, https://deno.land/install.sh should be the URL and the site ought to be able to map that to an arbitrary file in the repo, instead of needing to treat it like an /std/ or /x/ module. As we should do with the manual.

cc @lucacasonato

All 8 comments

Probably best placed in /std/install ?

This will lead to even more confusion between deno_install and deno install... We should rename one of another

Also deno fmt and std/fmt :(

This will lead to even more confusion between deno_install and deno install... We should rename one of another

Now that there's deno upgrade, deno_install could be renamed to deno_bootstrap.

or denoup or smth like that (following Rust's style)

Or maybe just install_deno. I think that kind of makes the distinction between installing Deno and installing something using Deno more obvious.

Why should this go into std? This was most likely suggested for publishing convenience, this was around the time that the manual was moved into std for seemingly that reason.

If this needs to go into the deno repo, https://deno.land/install.sh should be the URL and the site ought to be able to map that to an arbitrary file in the repo, instead of needing to treat it like an /std/ or /x/ module. As we should do with the manual.

cc @lucacasonato

I agree - I think the installer should move to https://deno.land/install.sh and not piggyback off /x/. Same goes for the manual.

Retracting this. Seems to work fine how it is.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ry picture ry  路  3Comments

doutchnugget picture doutchnugget  路  3Comments

motss picture motss  路  3Comments

ry picture ry  路  3Comments

JosephAkayesi picture JosephAkayesi  路  3Comments