February 09, 2016 [phobos] [D-Programming-Language/phobos] d69082: Fix Tid.toString(). | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: d6908237c9235f550b2f240d232f1a3ea2144ad7 https://github.com/D-Programming-Language/phobos/commit/d6908237c9235f550b2f240d232f1a3ea2144ad7 Author: Sönke Ludwig <sludwig@rejectedsoftware.com> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: M std/concurrency.d Log Message: ----------- Fix Tid.toString(). The previous behavior generated a string that was different for every copy of the same Tid. With this change it outputs the address of the unique MessageBox instance instead. Commit: 09b69b2fdfd06f3f79e0d282c462f2b0c0c18a4d https://github.com/D-Programming-Language/phobos/commit/09b69b2fdfd06f3f79e0d282c462f2b0c0c18a4d Author: Sönke Ludwig <sludwig@rejectedsoftware.com> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: M std/concurrency.d Log Message: ----------- Add unit test for Tid.toString. Commit: 14cd9966ea96bd8e65e2697ff0d610356f044550 https://github.com/D-Programming-Language/phobos/commit/14cd9966ea96bd8e65e2697ff0d610356f044550 Author: AndrejMitrovic <andrej.mitrovich@gmail.com> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: M std/concurrency.d Log Message: ----------- Merge pull request #3982 from s-ludwig/master Fix Tid.toString(). Compare: https://github.com/D-Programming-Language/phobos/compare/f62c71607238...14cd9966ea96 |
Copyright © 1999-2021 by the D Language Foundation