Thread overview
[Issue 19851] std.concurrency linker errors with -dip1000
May 07, 2019
Seb
May 13, 2019
Seb
May 14, 2019
Seb
May 07, 2019
https://issues.dlang.org/show_bug.cgi?id=19851

Seb <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greeenify@gmail.com

--- Comment #1 from Seb <greeenify@gmail.com> ---
Unfortunately that's a well-known problem and is due to -dip1000 changing the mangling. Though maybe making noise about this in the NG can help?

--
May 13, 2019
https://issues.dlang.org/show_bug.cgi?id=19851

--- Comment #2 from Seb <greeenify@gmail.com> ---
A reduced example: https://issues.dlang.org/show_bug.cgi?id=19857

--
May 14, 2019
https://issues.dlang.org/show_bug.cgi?id=19851

Seb <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Seb <greeenify@gmail.com> ---
Fixed in https://issues.dlang.org/show_bug.cgi?id=19873

--