[Issue 8031] If a class have some signals it's impossible for a derived class to have any signals

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jul 1 19:22:38 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8031



--- Comment #1 from github-bugzilla at puremagic.com 2012-07-01 19:25:08 PDT ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/05a8f316e7e497bcf3c44a5607a9a87da207a7d6
Fix Issue 8031 - If a class have some signals it's impossible for a derived
class to have any signals

All `Signal` methods should be `final` because if they aren't it's impossible
to add any signals into a derived class.

And yes, lets make `Signal` a `mixin template`.

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


More information about the Digitalmars-d-bugs mailing list