Commit e81d6bb
authored
* Replace `std::cout` with `std::cerr` in the error diagnostics handler
This is half of the solution for #643 and is more than workable in
principle, but still without color. Regarding color, I noticed that
"termcolor" is one of the additional project modules, so I'll see what
that leads to. Finally, I'll review the current tests to see if any
already exist that test the output flow and any coloration. If not, I'll
try to implement such test(s).
* Save benchmark test results
* Delete benchmark test results
1 parent 3654654 commit e81d6bb
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
0 commit comments