jyn

Results 249 issues of jyn

# Proposal right now, `--verbose` has exactly one effect, which is to print more information for `--version`: https://github.com/rust-lang/rust/blob/558ac1cfb7c214d06ca471885a57caa6c8301bae/compiler/rustc_driver_impl/src/lib.rs#L884 this seems kind of silly. there are lots of other places where...

T-compiler
final-comment-period
major-change
to-announce

### Describe your use case I have a crate that does not compile. When I run `cargo semver-checks` on it, I see the following output: ``` ; cargo semver-checks check-release...

C-enhancement

jq documents input_filename as follows: https://jqlang.github.io/jq/manual/#input_filename > Returns the name of the file whose input is currently being filtered. Note that this will not work well unless jq is running...

closes https://github.com/martinvonz/jj/issues/2912 # Checklist If applicable: - [x] I have updated `CHANGELOG.md` - [x] I have updated the documentation (README.md, docs/, demos/) - [x] I have updated the config schema...

i added support for these in #2945 but wasn't able to figure out how to actually use them in the respective shells. it would be nice to document how to...

documentation

**Is your feature request related to a problem? Please describe.** i want to run `jj git fetch` programatically (in a shell alias). right now it prints "Nothing changed", or sometimes...

enhancement

**Is your feature request related to a problem? Please describe.** I want to find the commit in which I removed a line of code. With git, I could use `git...

enhancement
polish🪒🐃

**Is your feature request related to a problem? Please describe.** i have a git alias which shows me commits that are only on my branch, not yet merged to master:...

enhancement

**Is your feature request related to a problem? Please describe.** I want to avoid viewing diffs for large generated text files, such as Cargo.lock. With git, I can use `git...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** Recompiling jj's tests after a change is slow; there are 81 separate binaries that have to be linked and compiled....