jyn

Results 724 comments of jyn
trafficstars

> `jj help` without arguments shows builtin aliases in a different format than user-defined aliases (builtins look like `[aliases: st]` in the short help). i tried to make these consistent,...

@martinvonz this still breaks the `util markdown-help` subcommand. unfortunately we do not seem to test the way in which it breaks. i need to investigate, add tests, and either fix...

just to document what's going on: here is a test case that makes CI fail with my current PR: ```diff diff --git a/cli/tests/test_generate_md_cli_help.rs b/cli/tests/test_generate_md_cli_help.rs index a752a09ef2...a1c9ce1dae 100644 --- a/cli/tests/test_generate_md_cli_help.rs +++...

oh fun, clap's help is autogenerated and can't be overridden statically without duplicating their whole default template. i suppose that's why `before_help` exists in the first place. so, i can...

> Actually, `jj restore -i` would perhaps show the diff to _apply_, which is the reverse of `diffedit`, so it seems useful for that reason too. i agree i would...

oh apparently it means *only the changes you've checked are kept in the revision* yeah i'm not a fan of that interface, what if it's a change that touches many...

> Support building with specified rustc and cargo rather than rustup managed one If you respect `RUSTC` and `CARGO`, I think bootstrap already sets those today :) I wouldn't expect...

cc https://github.com/rust-lang/cargo/issues/10367

> I have this very error popping in my various projects (95% of the time related to `rustix`). A simple `cargo clean` is a fix, but it forces me to...

> Zellij does not manage a clipboard at all. All it does is send an ANSI instruction to your terminal emulator to paste to the system clipboard. It seems like...