[D-runtime] [D-Programming-Language/druntime] 8a3ea8: mostly fix Issue 7151 - [CTFE] cannot compare clas...

GitHub via D-runtime d-runtime at puremagic.com
Thu Feb 5 16:03:34 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 8a3ea8160d940dc22916cbd3e18e5eb19ece8b28
      https://github.com/D-Programming-Language/druntime/commit/8a3ea8160d940dc22916cbd3e18e5eb19ece8b28
  Author: Nils Boßung <nilsbossung at googlemail.com>
  Date:   2014-09-03 (Wed, 03 Sep 2014)

  Changed paths:
    M posix.mak
    M src/object.di
    M src/object_.d
    A test/bugzilla/Makefile
    A test/bugzilla/src/test7151.d

  Log Message:
  -----------
  mostly fix Issue 7151 - [CTFE] cannot compare classes with ==

Essentially, copy the implementation of opEquals into object.di.
Comparison of TypeInfo objects still doesn't work. Seems to be a dmd
issue.


  Commit: 42de51784e036ad55c33a73378f66bad3026b657
      https://github.com/D-Programming-Language/druntime/commit/42de51784e036ad55c33a73378f66bad3026b657
  Author: Nils Boßung <nilsbossung at googlemail.com>
  Date:   2014-09-03 (Wed, 03 Sep 2014)

  Changed paths:
    M posix.mak
    R test/bugzilla/Makefile
    R test/bugzilla/src/test7151.d

  Log Message:
  -----------
  remove test


  Commit: 8d61469c6d9d74ba89a22ad0d7bd30a40124395e
      https://github.com/D-Programming-Language/druntime/commit/8d61469c6d9d74ba89a22ad0d7bd30a40124395e
  Author: Nils Boßung <nilsbossung at googlemail.com>
  Date:   2015-02-05 (Thu, 05 Feb 2015)

  Changed paths:
    M src/object.di
    M src/object_.d

  Log Message:
  -----------
  re-enable 'one call to method opEquals' in CTFE


  Commit: 8c13443c436a453e01c6319f74e2e6d54f44a547
      https://github.com/D-Programming-Language/druntime/commit/8c13443c436a453e01c6319f74e2e6d54f44a547
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2015-02-06 (Fri, 06 Feb 2015)

  Changed paths:
    M src/object.di
    M src/object_.d

  Log Message:
  -----------
  Merge pull request #916 from NilsBossung/7151

mostly fix Issue 7151 - [CTFE] cannot compare classes with ==


Compare: https://github.com/D-Programming-Language/druntime/compare/026a9e09b43f...8c13443c436a


More information about the D-runtime mailing list