ocamlbuild spews directly to console during build
- Dominant language
- C++
- Stars
- 18.7k
- Forks
- 3.1k
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 2
Description
```
30%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/thrift/lib/cpp/async/TBinaryAsyncChannel.cpp.o
00:00:26 311 (0 ) typing/typing_unify.cmx ONb---i- /Building CXX object hphp/util/CMakeFiles/hphp_util.dir/maphuge.cpp.o
00:00:26 311 (0 ) typing/typing_unify.cmx ONb---i- -Building CXX object hphp/util/CMakeFiles/hphp_util.dir/hash.cpp.o
00:00:26 312 (0 ) typing/typing_subtype.cmx ONb---i- -[00:00:26 312 (0 ) typing/typing_subtype.cmx ONb---i- \Building CXX object hphp/util/CMakeFiles/hphp_util.dir/compatibility.cpp.o
Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/thrift/lib/cpp/async/TAsyncServerSocket.cpp.o
```
This interferes with CMake's output - ideally it would hook into it, but at least not being mixed in within the same line would be nice.
Contributor guide
Assessment
This issue has not been assessed yet.