I've released difftastic 0.33!
I'm really pleased with the results in almost every case I've tried: it's handling nesting way better. This Scala example has improved substantially over 0.32.
Oh, and some bug fixes and I've added CMake support :)
miniblog.
Related Posts
I've release difftastic 0.58:
* Updated C, C++, CMake, CSS, Elm, Go, Lua and Python parsers
* Better diffs when files have parse errors
* Polish: CRLF handling, obscure terminal detection, and a man page!
I tend to shy away from automatic, implicit behaviour in software. I've seen CMake setups where FindFoo.cmake is automatically picked up for configuring the Foo library.
What are examples of tools with a larger amount of automagic behaviour that you like?
I've been learning some CMake, and it's a weird language. "ON" is used for booleans, it puts code in .txt files, but it still has a lispy macro system.
I suspect the vast majority of people (including me) learn CMake from a large preexisting build. That will bias impressions.

