www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 11165] New: std.typecons._d_toObject conflicts with std.signals._d_toObject

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=11165

           Summary: std.typecons._d_toObject conflicts with
                    std.signals._d_toObject
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: rejects-valid
          Severity: regression
          Priority: P2
         Component: Phobos
        AssignedTo: nobody puremagic.com
        ReportedBy: verylonglogin.reg gmail.com



02:05:08 MSD ---
Fails to compile because of `_d_toObject` conflict:
---
import std.signals, std.typecons;
class C
{ mixin Signal!(); }
---

This is caused by Issue 10536 fixing commit
830b6c1bd4cd465766c3d5b873c3c9838e16fc15.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 03 2013
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=11165


Kenji Hara <k.hara.pg gmail.com> changed:

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



https://github.com/D-Programming-Language/phobos/pull/1614

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 03 2013
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=11165




Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/18cd94ea3b9652895e1916aadd203b5f3497d0ba
fix Issue 11165 - std.typecons._d_toObject conflicts with
std.signals._d_toObject

https://github.com/D-Programming-Language/phobos/commit/1ae72bea4a311f02051903e7971ba2fc22586ebd


[REG2.064a] Issue 11165 - std.typecons._d_toObject conflicts with
std.signals._d_toObject

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 06 2013
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=11165


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andrej.mitrovich gmail.com
         Resolution|                            |FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 06 2013