Is there a term for debugging where you've fixed the issue, but you don't understand the behaviour that the bug produced?
"Fixed if(logged_in) which should have been if(!logged_in). No idea why users previously got their usernames ROT13'd."
Related Posts
New version of difftastic is out!
* Fixed a nasty crash that was relatively common
* Minor display and performance fixes
https://github.com/Wilfred/difftastic/releases/tag/0.60.0
Chekhov's repro: If a line of code is included in a bug report, it should contribute to the debugging somewhere.
I've released difftastic 0.59! In this release:
* Fixed a nasty crash on textual files
* Added F# and device tree support
* Improved comment syntax highlighting (especially for Elm)
https://github.com/Wilfred/difftastic/releases/tag/0.59.0