[phobos] [D-Programming-Language/phobos] 9ca21e: Fix for issue# 8459.
GitHub
noreply at github.com
Sat Jul 28 17:20:30 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 9ca21ef2e7ab25aadd5abc041a683c34ebbbfad2
https://github.com/D-Programming-Language/phobos/commit/9ca21ef2e7ab25aadd5abc041a683c34ebbbfad2
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2012-07-28 (Sat, 28 Jul 2012)
Changed paths:
M changelog.dd
M std/datetime.d
M std/traits.d
Log Message:
-----------
Fix for issue# 8459.
isTrusted and isSafelyCallable have been removed. isSafe now checks for
both @safe and @trusted again (but correctly now).
Commit: 0a5c88daf3e0d552f1296095e80564d016474018
https://github.com/D-Programming-Language/phobos/commit/0a5c88daf3e0d552f1296095e80564d016474018
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2012-07-28 (Sat, 28 Jul 2012)
Changed paths:
M changelog.dd
M std/datetime.d
M std/traits.d
Log Message:
-----------
Merge pull request #726 from jmdavis/traits
Fix for issue# 8459.
Compare: https://github.com/D-Programming-Language/phobos/compare/59f3a6ae6b67...0a5c88daf3e0
More information about the phobos
mailing list