jyn
jyn
Is there any progress on this issue? For my work we have several machines running Raspbian on ARM where the latest packaged version is 1.24, so it's very difficult to...
As mentioned in https://github.com/rust-lang/rustup/issues/313#issuecomment-235223626, It looks like there are actually two separate feature requests here: 1. Have globally _writable_ rustup installations, where any user can read/write to the directory (assuming...
@rbtcollins Sorry if I was unclear - I don't expect to share rustup across multiple machines, that's a much harder problem. I want to share rustup across multiple _users_. >...
@matthiaskrgr this is about the rustup wrapper, not the x.py rustc shim, right? If so I think this should be moved to https://github.com/rust-lang/rustup/.
@rbtcollins I wouldn't notice so much on builds, but this hurts things like `rustc --explain E0111` or `rustc --help`. ``` $ time /home/joshua/.local/lib/rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --help >/dev/null real 0m0.050s user 0m0.026s sys...
> Most humans don't need to run those repeatedly in tight loops, and will take far longer than the wasted 50ms or so even noticing the screen updated let alone...
@spastorino Kinnison said on discord: > This happens if the component file gets corrupted. The easiest fix is to uninstall and reinstall the toolchain.
`rustup toolchain uninstall stable && rustup toolchain install stable`, replacing `stable` with the toolchain name that errored for you.
> I'm convinced a much better approach would be a FUSE filesystem if it helps, i recently discovered that https://macfuse.github.io/ works in userspace, so writing FUSE bindings for linux would...
going to go ahead and ping all the authors of extern tools that i know, in no particular order: - @xd009642 (tarpaulin) - @kkysen @thedataking (c2rust) - @Daalbrecht @bd103 (bevy_lint)...