January 22, 2015 [dmd-internals] [D-Programming-Language/dmd] 1910c6: The socket listener sample was nowhere near being ... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 1910c6dabd357c644c07bbb6143ffcef8d8dde6a https://github.com/D-Programming-Language/dmd/commit/1910c6dabd357c644c07bbb6143ffcef8d8dde6a Author: Orvid King <blah38621@gmail.com> Date: 2015-01-21 (Wed, 21 Jan 2015) Changed paths: M samples/listener.d Log Message: ----------- The socket listener sample was nowhere near being modern D It also used goto's in multiple places, and a try-catch where a `scope(failure)` would have sufficed. Commit: fc4c2b0dbec9d35aa702c97ffee2c481c2825a09 https://github.com/D-Programming-Language/dmd/commit/fc4c2b0dbec9d35aa702c97ffee2c481c2825a09 Author: Andrej Mitrović <andrej.mitrovich@gmail.com> Date: 2015-01-22 (Thu, 22 Jan 2015) Changed paths: M samples/listener.d Log Message: ----------- Merge pull request #4325 from Orvid/patch-2 The socket listener sample was nowhere near being modern D Compare: https://github.com/D-Programming-Language/dmd/compare/fa9a9b834b67...fc4c2b0dbec9 |
Copyright © 1999-2021 by the D Language Foundation