Will Chandler

Results 5 issues of Will Chandler

Currently ANSI color codes present in source input are retained and printed in the output, even when redirecting to a file. If a split is made within a color group,...

bug

libgit2 has a `recursion_limit` option in `git_merge_options` to control the potential cost of recursive merging, but this is not currently exposed in rugged. This change makes `recursion_limit` available for use...

Add a new `--show-origin` option to `jj config list` to display the source type and file path (when present) of config values. Related to https://github.com/martinvonz/jj/issues/1047 # Checklist If applicable: -...

### Summary The `print_` lint group, e.g. `print_stdout`, `print_literal`, fail to detect usage inside `async_trait` functions with a return type other than `()`. This occurs both in `impl` blocks for...

C-bug
I-false-negative

In situations where a component is expected to automatically retry an endpoint, manually calling `delete` on a `Mock` may not be an option. To support this scenario, add a new...