ninja-build / ninja

a small build system with a focus on speed
https://ninja-build.org/
Apache License 2.0
10.79k stars 1.57k forks source link

colorful output for ninja -error #1266

Open bobzhang opened 7 years ago

bobzhang commented 7 years ago

see https://github.com/bloomberg/bucklescript/issues/1535

it would be nice to have a colorful error:

ninja.exe -C lib/bs
ninja: Entering directory `lib/bs'
ninja: error: dependency cycle: src/bhashtbl.cmj -> src/bhashtbl.cmj
chenglou commented 6 years ago

Would like to have this as well!