-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Run rustup #577
Comments
Just tried this out with 0.7pre11, rustup works great :) |
Thanks for trying it! After inspecting it, it does look like 435 lines of reasonable bash. One thing I think would be cool is to run a lot of these You can sort of do it with |
What would you have instead of |
I'd say I have two "levels of ambition"
A really simple query would be like: "what are all the external tools this runs" (as opposed to builtins). I feel like you should be able to postprocess the "What are all the files it opens" is a related question which is a bit harder to answer.
https://www.phoronix.com/scan.php?page=article&item=ubuntu_boot_perf&num=2 I'm not sure how interesting it would be for Oil already have some extra debugging features that I'd like to document and expose, like |
I think a lot of people are doing this kind of stuff with kernel tracing and eBPF these days. The kernel is in a better position to trace processes, since it has to start thema ll. But that's Linux only... and maybe we can do some similar stuff in user space. It's mostly an idle thought... I think the first step is to make a better interface than That's analogous to #498, which is to do something better than |
I think this can be closed in favor of #583. |
Yup makes sense |
https://rustup.rs/
It looks like everyone gets their Rust toolchain this way and it has a bunch of shell.
Might be interesting to trace what it's doing as well.
I'd be interested to know if any part of it runs and if not, what the error message is!
The text was updated successfully, but these errors were encountered: