Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make 'echo' raise IOErrors when appropriate (#16367) | Matt Haggard | 2020-12-18 | 1 | -0/+11 |
* Make 'echo' raise IOError when fwrite/fflush fail * Fix fwrite return value comparison * Add test for echo raising error and don't fail to release locks in echo * Fix exitcode expectation * Make 'echo' raise IOError on Windows if it fails * Add nimLegacyEchoNoRaise for prior no-IOError echo behavior * Use checkErrMaybe template |