mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-01 19:44:44 +00:00
WIFSIGNALED means process has exited too (with a bang!) (#5678)
This commit is contained in:
committed by
Andreas Rumpf
parent
40f79e6cdd
commit
0055729755
@@ -56,6 +56,8 @@ Changes affecting backwards compatibility
|
||||
checks. When fields within case objects are initialiazed, the compiler will
|
||||
now demand that the respective discriminator field has a matching known
|
||||
compile-time value.
|
||||
- On posix, the results of `waitForExit`, `peekExitCode`, `execCmd` will return
|
||||
128 + signal number if the application terminates via signal.
|
||||
|
||||
Library Additions
|
||||
-----------------
|
||||
|
||||
Reference in New Issue
Block a user