Wilfred Hughes

Results 324 issues of Wilfred Hughes

Number of lines, or whole top-level definition.

See deadgrep 9e571c8913b74a6b07a2404b754a391103f82287, LHS line 918.

See 97b9a13d15f413398d0aa75ae0241658d4d9d1f5, options.rs 2/5. This might be another issue with skip unchanged logic shrinking too much. ![Screenshot from 2022-04-01 22-29-27](https://user-images.githubusercontent.com/70800/161368043-3275e2f1-8e11-4303-8f98-d3ae7080e761.png)

See box2d commit 8118426ef139beba687e403e1a6cda80b26a4472

It's debatable whether this is correct behaviour or not. I find it a little confusing. See LHS line 1. ![Screenshot from 2022-03-20 22-34-53](https://user-images.githubusercontent.com/70800/159209732-11a2a82a-22cf-45e0-a621-59542e0286d9.png)

See `#[test]` in 0e04e199e4df40b5adb481edf5e2a2d471c8a556.

LHS 5018 is unchanged. ![Screenshot from 2022-03-09 09-35-50](https://user-images.githubusercontent.com/70800/157498394-a20e02b6-2dd9-4dc0-b4a5-af3943af540d.png)

Before: ``` fn set_format() { foox; builder .build; } ``` After ``` fn set_format() { foo; builder .field .build; } ```

Use novel lines distance rather than complex context calculations.