[Issue 3332] Mixin a constructor with a construct already present fails

2023-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3332 RazvanN changed: What|Removed |Added CC||yshu...@gmail.com --- Comment #14 from RazvanN

[Issue 3332] Mixin a constructor with a construct already present fails

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3332 Iain Buclaw changed: What|Removed |Added Priority|P2 |P3 --

[Issue 3332] Mixin a constructor with a construct already present fails

2022-11-16 Thread d-bugmail--- via Digitalmars-d-bugs
--- @RazvanN7 created dlang/dmd pull request #14644 "Fix Issue 3332 - Mixin a constructor with a construct already present fails" fixing this issue: - Fix Issue 3332 - Mixin a constructor with a construct already present fails https://github.com/dlang/dmd/pull/14644 --

[Issue 3332] Mixin a constructor with a construct already present fails

2022-11-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3332 --- Comment #12 from RazvanN --- (In reply to Jacob Carlborg from comment #6) > I might not have really understood how mixins worked back when I reported > this issue so it might not be an issue. > > There is one problem with this though. As far as

[Issue 3332] Mixin a constructor with a construct already present fails

2020-09-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3332 Simen Kjaeraas changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comment #11

[Issue 3332] Mixin a constructor with a construct already present fails

2020-09-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3332 Simen Kjaeraas changed: What|Removed |Added CC||ralph.ba...@gmail.com --- Comment #10 from

[Issue 3332] Mixin a constructor with a construct already present fails

2020-09-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3332 Simen Kjaeraas changed: What|Removed |Added CC||rob...@octarineparrot.com --- Comment #9

[Issue 3332] Mixin a constructor with a construct already present fails

2019-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3332 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #8 from

[Issue 3332] Mixin a constructor with a construct already present fails

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3332 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 3332] Mixin a constructor with a construct already present fails

2014-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3332 --- Comment #7 from Vlad Levenfeld vlevenf...@gmail.com --- This one bit me recently as well. I also think it would be handy to be able to control a mixin's interaction with the overload set. I have a case where I'd like to add a specialization to a

[Issue 3332] Mixin a constructor with a construct already present fails

2014-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3332 Vlad Levenfeld vlevenf...@gmail.com changed: What|Removed |Added CC||vlevenf...@gmail.com --

[Issue 3332] Mixin a constructor with a construct already present fails

2014-02-25 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3332 Adam D. Ruppe destructiona...@gmail.com changed: What|Removed |Added CC|

[Issue 3332] Mixin a constructor with a construct already present fails

2014-02-25 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3332 --- Comment #6 from Jacob Carlborg d...@me.com 2014-02-25 12:00:01 PST --- I might not have really understood how mixins worked back when I reported this issue so it might not be an issue. There is one problem with this though. As far as I

[Issue 3332] Mixin a constructor with a construct already present fails

2011-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3332 --- Comment #4 from Trass3r mrmoc...@gmx.de 2011-07-17 12:56:58 PDT --- This could probably be fixed in TemplateMixin::semantic: // Add members to enclosing scope, as well as this scope for (unsigned i = 0; i members-dim; i++) { Dsymbol *s;

[Issue 3332] Mixin a constructor with a construct already present fails

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3332 --- Comment #3 from Trass3r mrmoc...@gmx.de 2011-07-16 10:13:57 PDT --- This is not limited to constructors. Overload resolution doesn't work for any method. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 3332] Mixin a constructor with a construct already present fails

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3332 Trass3r mrmoc...@gmx.de changed: What|Removed |Added CC||mrmoc...@gmx.de

[Issue 3332] Mixin a constructor with a construct already present fails

2010-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3332 st...@despam.it changed: What|Removed |Added CC||st...@despam.it --- Comment #1 from