Closed Halbaroth closed 3 months ago
Our implementation of this option relies on Unix signals, which are not available on Windows for instance.
We ignore this option on Windows and emit a warning message. Notice that we already ignore the cli option --timelimit in parse_commands.
--timelimit
parse_commands
Our implementation of this option relies on Unix signals, which are not available on Windows for instance.
We ignore this option on Windows and emit a warning message. Notice that we already ignore the cli option
--timelimit
inparse_commands
.