Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix linux start process errorCode always 0 (#24001) | 握猫猫 | 2024-08-28 | 1 | -0/+27 |
| | | | | | | | | | | | | #23992 The test case provided does not cover the Windows situation, I fixed it in this new PR. Fixed an issue where errorCode was always 0 when startProcess didn't use the poEvalCommand flag. Tthe sleep command might not be available in all Windows installations, so I skipped the relevant test. Added a test case, tested on my fedora and windows systems. | ||||
* | Revert "Fixed an issue where `errorCode` was always 0 when `startProcess` ↵ | ringabout | 2024-08-21 | 1 | -18/+0 |
| | | | | | did…" (#23995) Reverts nim-lang/Nim#23992 | ||||
* | Fixed an issue where `errorCode` was always 0 when `startProcess` did… ↵ | 握猫猫 | 2024-08-21 | 1 | -0/+18 |
(#23992) …n't use the `poEvalCommand` flag https://forum.nim-lang.org/t/12310 Added a test case, tested on my fedora system. |