[phobos] [D-Programming-Language/phobos] 4b74c5: Remove deprecated `std.concurrency.MessageBox.isCl...

GitHub via phobos phobos at puremagic.com
Mon Mar 28 21:04:40 PDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 4b74c5f687a06d95c4ffe6e8aefe10f88acc098b
      https://github.com/D-Programming-Language/phobos/commit/4b74c5f687a06d95c4ffe6e8aefe10f88acc098b
  Author: Johan Engelen <jbc.engelen at gmail.com>
  Date:   2016-03-28 (Mon, 28 Mar 2016)

  Changed paths:
    M std/concurrency.d

  Log Message:
  -----------
  Remove deprecated `std.concurrency.MessageBox.isClosed() const`.

Within Phobos, this is the only occurrence of synchronizing on an immutable object. Removal of this deprecated function allows us to resolve Issue 14251.


  Commit: 15aa52af43cf6f51bc2559ee061a3cb4a4db74c4
      https://github.com/D-Programming-Language/phobos/commit/15aa52af43cf6f51bc2559ee061a3cb4a4db74c4
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2016-03-29 (Tue, 29 Mar 2016)

  Changed paths:
    M std/concurrency.d

  Log Message:
  -----------
  Merge pull request #4126 from JohanEngelen/remove_deprecated

Remove deprecated `std.concurrency.MessageBox.isClosed() const`.


Compare: https://github.com/D-Programming-Language/phobos/compare/8ff1f0ef528a...15aa52af43cf


More information about the phobos mailing list