Closed Trevodorax closed 6 months ago
Do you have examples ?
Yup:
the output of the compiler error is not retrieved by the program the output of the program is not retrieved by the program if I remember well, the execution doesn't care about the exit status (EXIT_FAILURE or EXIT_SUCCESS)
Done
again if my memories are good, when the program crashes (segfault), the exercise is considered as a success (woopsies)
which kata does a segfault ? I'm seeing a run error but it doesn't segfault on my machine (which should imo)
Also where should the output be saved ? file ? result buffer ?
Great for the Done ones !
The run_error is basically a guaranteed segfault, that's odd...
For the output, it should be stored in the result, which is a buffer yup
Close with https://github.com/c-lings/clings/pull/19
Lacking some cases, and not getting the right output for each kind of failure