Thread overview | ||||||
---|---|---|---|---|---|---|
|
October 03, 2013 [Issue 11165] New: std.typecons._d_toObject conflicts with std.signals._d_toObject | ||||
---|---|---|---|---|
| ||||
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 --- Comment #0 from Denis Shelomovskij <verylonglogin.reg@gmail.com> 2013-10-04 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: ------- |
October 04, 2013 [Issue 11165] std.typecons._d_toObject conflicts with std.signals._d_toObject | ||||
---|---|---|---|---|
| ||||
Posted in reply to Denis Shelomovskij | http://d.puremagic.com/issues/show_bug.cgi?id=11165 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-10-03 18:33:22 PDT --- 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: ------- |
October 06, 2013 [Issue 11165] std.typecons._d_toObject conflicts with std.signals._d_toObject | ||||
---|---|---|---|---|
| ||||
Posted in reply to Denis Shelomovskij | http://d.puremagic.com/issues/show_bug.cgi?id=11165 --- Comment #2 from github-bugzilla@puremagic.com 2013-10-06 07:25:04 PDT --- 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 Merge pull request #1614 from 9rnsr/fix11165 [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: ------- |
October 06, 2013 [Issue 11165] std.typecons._d_toObject conflicts with std.signals._d_toObject | ||||
---|---|---|---|---|
| ||||
Posted in reply to Denis Shelomovskij | 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: ------- |
Copyright © 1999-2021 by the D Language Foundation