.memory_limit method not found on Mac OS v1.0.0
Closed this issue · 1 comments
LuchoBazz commented
QuickTest Version
$ quicktest --version
quicktest 1.0.0
CLI for stress testing in competitive programming contest
Error:
error[E0599]: no method named `memory_limit` found for struct `process_control::control::OutputControl` in the current scope
--> src/runner/cmd.rs:66:14
|
66 | .memory_limit(memory_limit as usize * memory_factor_needed) // bytes
| ^^^^^^^^^^^^ method not found in `process_control::control::OutputControl`
For more information about this error, try `rustc --explain E0599`.
error: could not compile `quicktest` due to previous error
LuchoBazz commented
bug fixed from version v1.0.1