[dmd-internals] [D-Programming-Language/dmd] 1910c6: The socket listener sample was nowhere near being ...

GitHub via dmd-internals dmd-internals at puremagic.com
Thu Jan 22 01:12:12 PST 2015


  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 at 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 at 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


More information about the dmd-internals mailing list