[D-runtime] [D-Programming-Language/druntime] 07a59e: toString() is not a property.

noreply at github.com noreply at github.com
Fri Dec 2 08:18:01 PST 2011


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime

  Commit: 07a59e72987e23cdbd28308b72c544bd9c1d1f9a
      https://github.com/D-Programming-Language/druntime/commit/07a59e72987e23cdbd28308b72c544bd9c1d1f9a
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2011-12-01 (Thu, 01 Dec 2011)

  Changed paths:
    M src/core/time.d

  Log Message:
  -----------
  toString() is not a property.


  Commit: 06b328a99ba89166b551bd18535b8cc9d101c0f4
      https://github.com/D-Programming-Language/druntime/commit/06b328a99ba89166b551bd18535b8cc9d101c0f4
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2011-12-01 (Thu, 01 Dec 2011)

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

  Log Message:
  -----------
  Use parens to refer to TypeInfo.init().

At a later point, init() probably should be renamed as to not conflict with the built-in .init, and made a @property.


  Commit: 6ce26bf5a185ab31a478ba7189f65ef15b224e9b
      https://github.com/D-Programming-Language/druntime/commit/6ce26bf5a185ab31a478ba7189f65ef15b224e9b
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2011-12-01 (Thu, 01 Dec 2011)

  Changed paths:
    M posix.mak
  M win32.mak

  Log Message:
  -----------
  Add -property to the default build to avoid regressions.


  Commit: e419fc955b7372736f21376eddc9259c036bee82
      https://github.com/D-Programming-Language/druntime/commit/e419fc955b7372736f21376eddc9259c036bee82
  Author: Sean Kelly <sean at invisibleduck.org>
  Date:   2011-12-02 (Fri, 02 Dec 2011)

  Changed paths:
    M import/object.di
  M posix.mak
  M src/core/time.d
  M src/object_.d
  M win32.mak

  Log Message:
  -----------
  Merge pull request #97 from klickverbot/property

Strict @property syntax compliance (-property)


Compare: https://github.com/D-Programming-Language/druntime/compare/70f5abd...e419fc9


More information about the D-runtime mailing list