[D-runtime] [D-Programming-Language/druntime] 0f2c0c: Replace `compare(a, b) == 0` with `equals(a, b)` i...

GitHub via D-runtime d-runtime at puremagic.com
Sat May 31 17:57:43 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 0f2c0c782c9608ace04ee396212ea49d4f6930e8
      https://github.com/D-Programming-Language/druntime/commit/0f2c0c782c9608ace04ee396212ea49d4f6930e8
  Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
  Date:   2014-05-31 (Sat, 31 May 2014)

  Changed paths:
    M src/rt/aaA.d

  Log Message:
  -----------
  Replace `compare(a, b) == 0` with `equals(a, b)` in aaA.


  Commit: 2b31093a39c216f03472a6b5d8013f32a599e51f
      https://github.com/D-Programming-Language/druntime/commit/2b31093a39c216f03472a6b5d8013f32a599e51f
  Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
  Date:   2014-05-31 (Sat, 31 May 2014)

  Changed paths:
    M src/object_.d

  Log Message:
  -----------
  Call `_xopCmp` which throws `Error` on usage `TypeInfo.compare`.


  Commit: 1b40f861923bb39a8fca9cb42f0268608860ad8c
      https://github.com/D-Programming-Language/druntime/commit/1b40f861923bb39a8fca9cb42f0268608860ad8c
  Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
  Date:   2014-05-31 (Sat, 31 May 2014)

  Changed paths:
    M src/object_.d

  Log Message:
  -----------
  Revert "Hack fix Issue 10380 - [AA] Wrong code using associative array as key type in associative array"

This reverts commit 33ea0c56407b4a37c382e3fbfb11206c66900dae.


  Commit: e8edc648492dc1ee6ea8cc49b7a6510dbb019d16
      https://github.com/D-Programming-Language/druntime/commit/e8edc648492dc1ee6ea8cc49b7a6510dbb019d16
  Author: Martin Nowak <code at dawg.eu>
  Date:   2014-05-31 (Sat, 31 May 2014)

  Changed paths:
    M src/object_.d
    M src/rt/aaA.d

  Log Message:
  -----------
  Merge pull request #522 from denis-sh/replace-`compare`-with-`equals`-in-aaA

Replace `compare(a, b) == 0` with `equals(a, b)` in aaA.


Compare: https://github.com/D-Programming-Language/druntime/compare/3c1a9d296b2f...e8edc648492d


More information about the D-runtime mailing list