October 04, 2012 [phobos] [D-Programming-Language/phobos] 4d2f24: Improve std.traits unittests | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 4d2f24d04cf83056b658675a30dcc0a65706d16f https://github.com/D-Programming-Language/phobos/commit/4d2f24d04cf83056b658675a30dcc0a65706d16f Author: Denis Shelomovskij <verylonglogin.reg@gmail.com> Date: 2012-10-03 (Wed, 03 Oct 2012) Changed paths: M std/traits.d Log Message: ----------- Improve std.traits unittests * improve `isAssignable` unittests * add immutable(S) test to `hasElaborateCopyConstructor` * add const(S) test to `hasElaborateAssign` Commit: f30660baa66b8f7210440e57a0478b315b9ab52f https://github.com/D-Programming-Language/phobos/commit/f30660baa66b8f7210440e57a0478b315b9ab52f Author: Denis Shelomovskij <verylonglogin.reg@gmail.com> Date: 2012-10-03 (Wed, 03 Oct 2012) Changed paths: M std/traits.d Log Message: ----------- Fix Issue 8747 - isAssignable!(int, const(int)) is false Commit: 8e72e3922e77863f577874bb110e98102ff11a2f https://github.com/D-Programming-Language/phobos/commit/8e72e3922e77863f577874bb110e98102ff11a2f Author: Denis Shelomovskij <verylonglogin.reg@gmail.com> Date: 2012-10-03 (Wed, 03 Oct 2012) Changed paths: M std/traits.d Log Message: ----------- Fix `hasElaborateAssign` docs typo Commit: 89ee7f43c5207512b503faa60958ae1d1baed252 https://github.com/D-Programming-Language/phobos/commit/89ee7f43c5207512b503faa60958ae1d1baed252 Author: Hara Kenji <k.hara.pg+dev@gmail.com> Date: 2012-10-04 (Thu, 04 Oct 2012) Changed paths: M std/traits.d Log Message: ----------- Merge pull request #832 from denis-sh/fix-Issue-8747 Fix Issue 8747 - isAssignable!(int, const(int)) is false Compare: https://github.com/D-Programming-Language/phobos/compare/f38583ab4d96...89ee7f43c520 |
Copyright © 1999-2021 by the D Language Foundation