Message ID | pull.1413.git.1668013114.gitgitgadget@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | chainlint: emit line numbers alongside test definitions | expand |
On Wed, Nov 09, 2022 at 04:58:31PM +0000, Eric Sunshine via GitGitGadget wrote: > This patch series further assists the test author by displaying line numbers > alongside the annotated test definition, thus allowing the author to jump > directly to each problematic line. This is really nifty. I applied it on top of your earlier series, intentionally broke a test and got some very pleasing chainlint output after trying to run it. As previously, I am no expert in the chainlint code, but everything here looks pretty reasonable to me. And certainly it works, so I'm inclined to start merging this and the other topic down. It would be nice to have some more familiar eyes take a look at it, though. > (Note to self: Fortify against Ævar's nerd-snipe blacklist evasion.) ;-). Thanks, Taylor
On Wed, Nov 09 2022, Eric Sunshine via GitGitGadget wrote: > This is atop "es/chainlint-output"[2]. > > (Note to self: Fortify against Ævar's nerd-snipe blacklist evasion.) My only regret is not asking for a pony :) This looks great, thanks. I read over the v2 (just commenting on the v1 CL for the above comment). I left a note about a potential follow-up about the color detection, but that's aside from the main change here, so I think it would be good to just get some version of your v2 as-is, unless you're super keen to spend more time fiddling with this...