Uh oh!
There was an error while loading. Please reload this page.
Make rustc --explain compatible with BusyBox less - #133196
Conversation
busybox less does not support the -r flag and less(1) says: USE OF THE -r OPTION IS NOT RECOMMENDED.
rustbot
commented
Nov 19, 2024
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nnethercote (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
nnethercote
commented
Nov 19, 2024
I see this text in the man page for GNU
https://man.freebsd.org/cgi/man.cgi?query=less shows that freebsd So, changing to |
omnivagant
commented
Nov 19, 2024
It was introduced in #112697 but I cannot find any trace of why With your additions, I cannot think of any other popular implementation of less. It was discoevered in Alpine Linux https://gitlab.alpinelinux.org/alpine/aports/-/issues/16598 |
I tried out To summarize:
Based on all that, changing from @tgross35: you added the |
tgross35
commented
Nov 19, 2024
Assuming you're on board here @nnethercote @bors r+ rollup |
bors
commented
Nov 19, 2024
Rollup of 5 pull requests Successful merges: - rust-lang#132732 (Use attributes for `dangling_pointers_from_temporaries` lint) - rust-lang#133108 (lints_that_dont_need_to_run: never skip future-compat-reported lints) - rust-lang#133190 (CI: use free runner in dist-aarch64-msvc) - rust-lang#133196 (Make rustc --explain compatible with BusyBox less) - rust-lang#133216 (Implement `~const Fn` trait goal in the new solver) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#133196 - omnivagant:correct-less-r-flag, r=tgross35 Make rustc --explain compatible with BusyBox less busybox less does not support the -r flag and less(1) says: USE OF THE -r OPTION IS NOT RECOMMENDED.
busybox less does not support the -r flag and less(1) says:
USE OF THE -r OPTION IS NOT RECOMMENDED.