[Issue 13178] Duplicate symbol of compiler generated symbols

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jul 27 13:50:39 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13178

Dicebot <public at dicebot.lv> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |public at dicebot.lv

--- Comment #5 from Dicebot <public at dicebot.lv> ---
I think this is related to
https://github.com/D-Programming-Language/tools/pull/133 - tango had a special
case in rdmd that got finally removed. Proper solution is to manually supply
--exclude=tango in your application build script.

I will shortly prepare rdmd pull request that warns about behaviour change upon
encountering `tango` package path.

--


More information about the Digitalmars-d-bugs mailing list