[D-runtime] [D-Programming-Language/druntime] 0b95a8: make TickDuration.currSystemTick nothrow

GitHub via D-runtime d-runtime at puremagic.com
Tue Jun 10 18:49:39 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 0b95a8b082305985ceea0ae6c477a06125a6d2f3
      https://github.com/D-Programming-Language/druntime/commit/0b95a8b082305985ceea0ae6c477a06125a6d2f3
  Author: Martin Nowak <code at dawg.eu>
  Date:   2014-06-11 (Wed, 11 Jun 2014)

  Changed paths:
    M src/core/time.d

  Log Message:
  -----------
  make TickDuration.currSystemTick nothrow

- The used functions only fail on invalid input,
  so any error is an implementation issue and assert
  should be used instead of throwing an exception.


  Commit: bcb9b9bd4a376f12d9cb730e6a392a64cdb714e7
      https://github.com/D-Programming-Language/druntime/commit/bcb9b9bd4a376f12d9cb730e6a392a64cdb714e7
  Author: Jonathan M Davis <jmdavisProg at gmx.com>
  Date:   2014-06-10 (Tue, 10 Jun 2014)

  Changed paths:
    M src/core/time.d

  Log Message:
  -----------
  Merge pull request #834 from MartinNowak/currSystemTick_nothrow

make TickDuration.currSystemTick nothrow


Compare: https://github.com/D-Programming-Language/druntime/compare/849b4142809c...bcb9b9bd4a37


More information about the D-runtime mailing list