Closed serishema closed 2 years ago
a gotcha with this that I wasted some time on: you must do a full rebuild and not an incremental build from my last changes or the resulting binary will not run.
a gotcha with this that I wasted some time on: you must do a full rebuild and not an incremental build from my last changes or the resulting binary will not run.
That's strange. Incremental builds have always worked for me.
I'm able to run clang-format from the command line now which i've done on files I changed for every commit.
Will test this thoroughly once i find the time, but looks good so far. Good work.
closes CE-503