camomilla: C++ error simplification script
28 september 2016
I’ve recently released a script on my GitHub page that simplifies C++ compiler error messages: camomilla
.
What does it do?
camomilla
uses simple text transformations to make gcc
and clang
errors smaller and easier to read. During the development of ecst
, a compile-time Entity-Component-System C++14 library developed for my BCS thesis, I encountered a lot of huge undeciphrable errors that sometimes completely filled my terminal buffer. Here’s an example: