That happy feeling when your fixes are merged upstream, so you can stop using your fork.
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
I'm implementing an interpreter, and wondering how often I should check for interruptions (e.g. Ctrl-C).
I don't want to spend too much CPU time checking whether I've been interrupted, but I also want slow programs to stop promptly. It's tricky.
Doing another iteration on my diagnostics display. I'm reasonably happy with the bold highlighting within the error message.
I'm not sure about the colour on Warning and Error though. It gives the output some visual structure, but arguably the message itself is more important.