[phobos] [D-Programming-Language/phobos] b68061: Add unittest for issue 6893.
GitHub
noreply at github.com
Sat Aug 24 01:45:01 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: b680614e571c52b45cef9288e15ec3df601828a3
https://github.com/D-Programming-Language/phobos/commit/b680614e571c52b45cef9288e15ec3df601828a3
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2013-08-23 (Fri, 23 Aug 2013)
Changed paths:
M std/format.d
Log Message:
-----------
Add unittest for issue 6893.
Commit: 8f8587f677ff00b3261a87c96e9f6353051fac15
https://github.com/D-Programming-Language/phobos/commit/8f8587f677ff00b3261a87c96e9f6353051fac15
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2013-08-23 (Fri, 23 Aug 2013)
Changed paths:
M std/conv.d
Log Message:
-----------
Allow narrowing conversions of enum -> integral (int, short, etc.).
It will just throw at runtime if the value of the enum is too large.
Commit: d42e0eddecbf047074319222825b11865f303d7a
https://github.com/D-Programming-Language/phobos/commit/d42e0eddecbf047074319222825b11865f303d7a
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2013-08-23 (Fri, 23 Aug 2013)
Changed paths:
M std/conv.d
Log Message:
-----------
Add unittest for narrowing enum -> integral conversions.
Commit: cbc684a001e53e3f1fc95ef6caddb0c66095e2f0
https://github.com/D-Programming-Language/phobos/commit/cbc684a001e53e3f1fc95ef6caddb0c66095e2f0
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-08-24 (Sat, 24 Aug 2013)
Changed paths:
M std/conv.d
M std/format.d
Log Message:
-----------
Merge pull request #1504 from quickfur/bug6893
Issue 6893 - Write of enum member represented with ubyte or ulong
Compare: https://github.com/D-Programming-Language/phobos/compare/a2c23948b6c1...cbc684a001e5
More information about the phobos
mailing list