[Issue 16453] Missing @nogc annotations

2017-02-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16453

Jack Stouffer  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||j...@jackstouffer.com
 Resolution|--- |FIXED

--- Comment #2 from Jack Stouffer  ---
Several functions in core.thread are now marked @nogc. If you have other
specific functions in mind, please make other issues for them.

--


[Issue 16453] Missing @nogc annotations

2016-12-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16453

greenify  changed:

   What|Removed |Added

 CC||greeen...@gmail.com

--- Comment #1 from greenify  ---
Hmm due to Thread being a class the compiler thinks it can't be @nogc, so as a
workaround sth. like `assumeNogc` could be it used. See e.g:

https://github.com/nordlow/phobos-next/blob/master/src/dbgio.d#L13

--


[Issue 16453] Missing @nogc annotations

2016-12-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16453

RazvanN  changed:

   What|Removed |Added

   Keywords||trivial
 CC||razvan.nitu1...@gmail.com

--