July 01, 2012 [phobos] [D-Programming-Language/phobos] 05a8f3: Fix Issue 8031 - If a class have some signals it's... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 05a8f316e7e497bcf3c44a5607a9a87da207a7d6 https://github.com/D-Programming-Language/phobos/commit/05a8f316e7e497bcf3c44a5607a9a87da207a7d6 Author: Denis Shelomovskij <verylonglogin.reg@gmail.com> Date: 2012-05-04 (Fri, 04 May 2012) Changed paths: M std/signals.d Log Message: ----------- 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`. Commit: 888420f805edc5291426074b65e7a36321511e22 https://github.com/D-Programming-Language/phobos/commit/888420f805edc5291426074b65e7a36321511e22 Author: Denis Shelomovskij <verylonglogin.reg@gmail.com> Date: 2012-05-04 (Fri, 04 May 2012) Changed paths: M std/signals.d Log Message: ----------- Add unittests for using signals in a derived classes Commit: ca7e6254ede3ee082807f517c64fdda22243d4b6 https://github.com/D-Programming-Language/phobos/commit/ca7e6254ede3ee082807f517c64fdda22243d4b6 Author: Denis Shelomovskij <verylonglogin.reg@gmail.com> Date: 2012-05-04 (Fri, 04 May 2012) Changed paths: M std/signals.d Log Message: ----------- Small ddoc fix Commit: 7134b603f8c9a2e9124247ff250c9b48ea697998 https://github.com/D-Programming-Language/phobos/commit/7134b603f8c9a2e9124247ff250c9b48ea697998 Author: Denis Shelomovskij <verylonglogin.reg@gmail.com> Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M std/signals.d Log Message: ----------- Replace `delete` with `destroy` in std.signals Commit: 9c7002b65683cb941b81f5deb64f64f9fe3d315b https://github.com/D-Programming-Language/phobos/commit/9c7002b65683cb941b81f5deb64f64f9fe3d315b Author: Andrei Alexandrescu <andrei@erdani.com> Date: 2012-07-01 (Sun, 01 Jul 2012) Changed paths: M std/signals.d Log Message: ----------- Merge pull request #567 from denis-sh/signals-fixes Signals fixes Compare: https://github.com/D-Programming-Language/phobos/compare/ae15e0ec1459...9c7002b65683 |
Copyright © 1999-2021 by the D Language Foundation