digitalmars.D.bugs - [Issue 13561] New: enumProcessThreads should be nothrow
- via Digitalmars-d-bugs (23/23) Oct 01 2014 https://issues.dlang.org/show_bug.cgi?id=13561
https://issues.dlang.org/show_bug.cgi?id=13561 Issue ID: 13561 Summary: enumProcessThreads should be nothrow Product: D Version: D2 Hardware: All OS: Windows Status: NEW Severity: normal Priority: P1 Component: druntime Assignee: nobody puremagic.com Reporter: code dawg.eu Depends on: 11216 The function enumProcessThreads [1] in core.sys.windows.threadaux should be nothrow, but it depends on some core.thread functions. Fixing those requires a workaround/fix for bug 11216. Once enumProcessThreads is nothrow we can remove this workaround [2]. [1]: https://github.com/D-Programming-Language/druntime/blob/6e929bc0b8dc29cff18dcf1c5f5866de98d069b3/src/core/sys/windows/threadaux.d#L212 [2]: https://github.com/D-Programming-Language/druntime/pull/974#issuecomment-57394531 --
Oct 01 2014