[Issue 6266] Mac OSX linker fails to recognize private method of interface

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6266

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|unspecified |D2

--


[Issue 6266] Mac OSX linker fails to recognize private method of interface

2011-07-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6266


Blazej Podsiadlo blazej.podsia...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |


--- Comment #4 from Blazej Podsiadlo blazej.podsia...@gmail.com 2011-07-10 
11:49:48 PDT ---
Hi,
I'm not sure if all private methods should be implicitly final.
I've been trying to implement NVI (Non-Virtual Interface) Idiom found in
Alexandrescu's book (p213).
Could you please make sure about that?
Thank you,
Blazej

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


[Issue 6266] Mac OSX linker fails to recognize private method of interface

2011-07-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6266


kenn...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||DUPLICATE


--- Comment #5 from kenn...@gmail.com 2011-07-10 11:54:22 PDT ---
(In reply to comment #4)
 Hi,
 I'm not sure if all private methods should be implicitly final.
 I've been trying to implement NVI (Non-Virtual Interface) Idiom found in
 Alexandrescu's book (p213).
 Could you please make sure about that?
 Thank you,
 Blazej

Please put the comment to bug 4542.

*** This issue has been marked as a duplicate of issue 3581 ***

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


[Issue 6266] Mac OSX linker fails to recognize private method of interface

2011-07-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6266


yebblies yebbl...@gmail.com changed:

   What|Removed |Added

 CC||yebbl...@gmail.com


--- Comment #2 from yebblies yebbl...@gmail.com 2011-07-08 16:08:56 EST ---
private methods are implicitly final.  It is correct that it fails to link, but
it should be an error as MyFoo.foo does not override any function.

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


[Issue 6266] Mac OSX linker fails to recognize private method of interface

2011-07-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6266


yebblies yebbl...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE


--- Comment #3 from yebblies yebbl...@gmail.com 2011-07-08 17:00:15 EST ---
*** This issue has been marked as a duplicate of issue 3581 ***

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


[Issue 6266] Mac OSX linker fails to recognize private method of interface

2011-07-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6266



--- Comment #1 from Blazej Podsiadlo blazej.podsia...@gmail.com 2011-07-07 
13:21:50 PDT ---
Created an attachment (id=1005)
The object file compiled by dmd -c

orginal name was stat.o

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