Kyle J Strand
Kyle J Strand
It appears that this only works if the compiler can actually replace the `&str` with an actual literal. Using a `&'static str` from a function variable does not work: https://play.rust-lang.org/?version=stable&mode=debug&edition=2024&gist=cf3badf1eedfe128bb7f9395aa5d98f7...
Rather than a separate top-level config-item, I think the `disallowed-macros` and `disallowed-methods` configuration items should have a separate key for allowing in tests, disallowing in tests, or enforcing in tests...
I _believe_ that simply replacing the nanoseconds value with `1` on all lines enables generating a valid flamegraph.
Huh. That's not what I would have expected, but it makes some sense that jj would be able to reverse things you did in `git`. But I don't actually know...
I specifically did not draw a diagram of the result of applying `backout`, because the behavior won't be simple or obvious with or without this configuration option until https://github.com/martinvonz/jj/issues/2802 is...
@kriomant I think you can just write a shell function to do what you want; for instance, in Bash: ```bash with_branch() { git checkout --no-guess $1 shift "$@" jj git...
...I've rewritten the request as a documentation request after realizing that there's a better clippy lint for this.
Oops, no, I forgot that editing the title and editing the message body are separate operations in github (they're combined in gitlab), so I must have forgotten to submit a...
...actually, there's another approach, so I've amended my title. The Counter could be configured to be exported with some conversion factor to apply, so that the raw `u64` value maintained...
FWIW, I am seeing this behavior with NeoVide 0.15.0 and Mac OS 26.1. I believe @quadruple-output is correct that the issue is with the path setup being different in the...