Etienne

Results 47 comments of Etienne

@mattsu2020 I suggest replacing the word "refactor" with "chroot" in the title of this PR.

> Or ask maintainer of rust-coreutils package ([@julian-klode](https://github.com/julian-klode)) to use `rustup` or add 1.91.1. That's not how this kind of linux distributions work. All ubuntu packages are compiled with the...

> > That's not how this kind of linux distributions work. All ubuntu packages are compiled with the same compiler, so bumping the rust version isn't a small change. >...

> Ah I see, that's a shame :/ > > So IIUC, there's no MSRV bump until Ubuntu 26 is released ? Ubuntu 25.10 uses rust 1.85. Ubuntu 26.04 uses...

> So if we want to keep things simple for Ubuntu, we should only bump after July 2026, according to https://ubuntu.com/about/release-cycle, right ? That is my understanding as well. It...

> I think uutils can just support nightly rustc only as `msedit` does: There are some fetures depending on nightly: [#9614 (comment)](https://github.com/uutils/coreutils/pull/9614#issuecomment-3634000122) [#9560 (comment)](https://github.com/uutils/coreutils/pull/9560#issuecomment-3621845937) Making uutils installed on Ubuntu as...

Closing because this has been fixed by cab307a40e9b3f12c812e3ba6207b55f4fa21496 / https://github.com/uutils/coreutils/pull/8365 (which is linked to issue https://github.com/uutils/coreutils/issues/8361 ) ``` asteba@asteba-MS-7C75:~/dev/coreutils$ git rev-parse HEAD d655eed48937063dc7cd64391bf64b3762e71cc4 asteba@asteba-MS-7C75:~/dev/coreutils$ ./target/release/coreutils env --version uu_env (uutils coreutils)...