harlan icon indicating copy to clipboard operation
harlan copied to clipboard

Find a better way of detecting C++ compiler failure

Open eholk opened this issue 13 years ago • 0 comments

Right now we treat any output on stderr as a sign that the compiler failed. Unfortunately, this means we can't compile with warnings. The reason is that open-process-ports doesn't provide a way to get the process return status, so we have to fake it. Ideally, we should find out how to check the process status.

eholk avatar Nov 02 '12 01:11 eholk