[phobos] [D-Programming-Language/phobos] fcfc32: Fix std.exception.ifThrown tests in release mode.
GitHub
noreply at github.com
Mon Jun 17 06:02:27 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: fcfc3220ff1969412d01495ef3e3f2ea64010c0a
https://github.com/D-Programming-Language/phobos/commit/fcfc3220ff1969412d01495ef3e3f2ea64010c0a
Author: David Nadlinger <code at klickverbot.at>
Date: 2013-06-17 (Mon, 17 Jun 2013)
Changed paths:
M std/exception.d
Log Message:
-----------
Fix std.exception.ifThrown tests in release mode.
As the unit test is not @safe, bounds checking is disabled
when building with -release.
Commit: 802dac365d2e57188797bb3b7db7efb67c7e8665
https://github.com/D-Programming-Language/phobos/commit/802dac365d2e57188797bb3b7db7efb67c7e8665
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2013-06-17 (Mon, 17 Jun 2013)
Changed paths:
M std/exception.d
Log Message:
-----------
Merge pull request #1352 from klickverbot/fix-exception-test
Fix std.exception.ifThrown tests in release mode.
Compare: https://github.com/D-Programming-Language/phobos/compare/af14a7f0aad0...802dac365d2e
More information about the phobos
mailing list