Thread overview
[Issue 11543] multiple definition of std.regex with shared library
May 09, 2014
John Colvin
May 14, 2014
Martin Nowak
May 17, 2014
Martin Nowak
May 23, 2014
Justin Whear
May 23, 2014
Justin Whear
Jun 06, 2014
Dmitry Olshansky
May 09, 2014
https://issues.dlang.org/show_bug.cgi?id=11543

John Colvin <john.loughran.colvin@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john.loughran.colvin@gmail.
                   |                            |com

--- Comment #7 from John Colvin <john.loughran.colvin@gmail.com> ---
I'm still having this problem. Has there been any progress?

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

--- Comment #8 from Martin Nowak <code@dawg.eu> ---
I'm currently working on a fix to make ModuleInfo immutable. This is quite invasive though.

https://github.com/MartinNowak/druntime/tree/fix11543

--
May 17, 2014
https://issues.dlang.org/show_bug.cgi?id=11543

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #9 from Martin Nowak <code@dawg.eu> ---
https://github.com/D-Programming-Language/druntime/pull/791

--
May 23, 2014
https://issues.dlang.org/show_bug.cgi?id=11543

Justin Whear <justin@economicmodeling.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |justin@economicmodeling.com

--
May 23, 2014
https://issues.dlang.org/show_bug.cgi?id=11543

Justin Whear <justin@economicmodeling.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |industry

--
May 26, 2014
https://issues.dlang.org/show_bug.cgi?id=11543

--- Comment #10 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/82c9b2deba705ed00d18ef9f992a58ed3e72b779 fix for Issue 11543 - multiple definition of std.regex with shared library

- Detect copy relocated ModuleInfos when checking for
  conflicting module definitions.

https://github.com/D-Programming-Language/druntime/commit/09ea3d684b6a815d2b9013b6cf2d4e30a4c70301 Merge pull request #791 from MartinNowak/fix11543

fix for Issue 11543 - multiple definition of std.regex with shared library

--
June 06, 2014
https://issues.dlang.org/show_bug.cgi?id=11543

Dmitry Olshansky <dmitry.olsh@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dmitry.olsh@gmail.com
         Resolution|---                         |FIXED

--