Zoey Hewll
Zoey Hewll
For now the workaround of just binding each key manually works well enough - I only really want bindings for the surround-keymap which is about 6 keys.
the code at [`apply_diff_builtin`'s first match arm](https://github.com/martinvonz/jj/blob/main/cli/src/merge_tools/builtin.rs#L425) seems suspect to me, but I haven't got enough familiarity with the codebase to know for sure one way or the other.
I agree that I would rather not disallow linewise selection for file creation/deletion, and @30350n's interim solution is how I would expect the diff editor to behave anyway (short of...
Yeah I suppose you can just tools like `touch` to the same effect.
I was - I'd tried with and without that feature and got the same error, so I omitted it when typing the issue, forgetting it was in the explicit installation...
Looks like I can compile it on my home (windows 10) pc with or without the relevant feature, so it's definitely something about my work pc. I might just wait...
Oh that would be perfect for me actually. I don't suppose there's any way to grab one of those binaries before #3999 merges?
I'm on windows, tried using this but I can't get `openssl-sys` to compile. It needs the openssl libs and headers to be available, but I think I only have the...
> the `vendored-openssl` feature is never supposed to invoke vcpkg. Per the openssl crate documentation, Not sure if having the log helps, but Installing the latest version (c59e79db) with: `cargo...
building `cli` at c59e79d: - `cargo build --locked --features packaging,openssl-on-win32,vendored-openssl` fails - `cargo build --locked --features openssl-on-win32,vendored-openssl` fails - `cargo build --locked --features openssl-on-win32` fails - `cargo build --locked` and...