[phobos] [D-Programming-Language/phobos] 8ff9ed: Remove duplicate unittests

Lars Tandle Kyllingstad lars at kyllingen.net
Tue Aug 23 14:49:53 PDT 2011


The auto-tester is currently showing red on several of the *nixes due to
a segfault in std.conv.  I guess the cause lies in one of these commits.

-Lars


On Mon, 2011-08-22 at 22:32 -0700, noreply at github.com wrote:
> Branch: refs/heads/master
>   Home:   https://github.com/D-Programming-Language/phobos
> 
>   Commit: 8ff9edf63f7253e48b9ba2c49ebd16250c2c2987
>       https://github.com/D-Programming-Language/phobos/commit/8ff9edf63f7253e48b9ba2c49ebd16250c2c2987
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Remove duplicate unittests
> 
> 
>   Commit: 78cd0cc1b2e5bfd304593845b4daf5d7342949c8
>       https://github.com/D-Programming-Language/phobos/commit/78cd0cc1b2e5bfd304593845b4daf5d7342949c8
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Remove trailing spaces.
> 
> 
>   Commit: 3f85a819f7a1d297ffe9b5eff7be6e67630d485e
>       https://github.com/D-Programming-Language/phobos/commit/3f85a819f7a1d297ffe9b5eff7be6e67630d485e
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Move unittests for to!T and parse!T (T = integral types).
> 
> 
>   Commit: c666b9496176fbef5832000a9dc3d87257a9937c
>       https://github.com/D-Programming-Language/phobos/commit/c666b9496176fbef5832000a9dc3d87257a9937c
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Move unittests for to!T and parse!T (T = bool).
> 
> 
>   Commit: e6a4c3ff8f6b98185d91deef96b00c51e65261a5
>       https://github.com/D-Programming-Language/phobos/commit/e6a4c3ff8f6b98185d91deef96b00c51e65261a5
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Move unittests for to!T and parse!T (T = floating point types).
> 
> 
>   Commit: 4e0aa77747e2d02e9ccf7cb323427f548e9b0bdb
>       https://github.com/D-Programming-Language/phobos/commit/4e0aa77747e2d02e9ccf7cb323427f548e9b0bdb
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Public functions first: text family.
> 
> 
>   Commit: 62293b0dd955b621be37f20e926e7745f5e9e013
>       https://github.com/D-Programming-Language/phobos/commit/62293b0dd955b621be37f20e926e7745f5e9e013
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Public functions first: octal family.
> 
> 
>   Commit: 3790da2ffc57aa714d84a611894dc6314fce0e4b
>       https://github.com/D-Programming-Language/phobos/commit/3790da2ffc57aa714d84a611894dc6314fce0e4b
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Fix indents.
> 
> 
>   Commit: 78f47ee11b9228bb4ce7328fd7751ae310430109
>       https://github.com/D-Programming-Language/phobos/commit/78f47ee11b9228bb4ce7328fd7751ae310430109
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Remove dead code.
> 
> 
>   Commit: 816c58ee296c90235db7417e7beaf00feca31e20
>       https://github.com/D-Programming-Language/phobos/commit/816c58ee296c90235db7417e7beaf00feca31e20
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Fix octal and enable part of its unittest.
> We have to limit the octal instantiation by its template constraint, not static assert in template body.
> 
> 
>   Commit: e669322153d55e04fa8c08ec45654831afeb90f8
>       https://github.com/D-Programming-Language/phobos/commit/e669322153d55e04fa8c08ec45654831afeb90f8
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Enable and add unittests for parser.
> 
> 
>   Commit: 44d9ae3f6714f1bb3957db920523d097a9a3e7e4
>       https://github.com/D-Programming-Language/phobos/commit/44d9ae3f6714f1bb3957db920523d097a9a3e7e4
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Support parse!dchar(dstring) behave like chomp
> 
> 
>   Commit: eb618ccd67bd105464e8b2423cac2f4a46e9b14a
>       https://github.com/D-Programming-Language/phobos/commit/eb618ccd67bd105464e8b2423cac2f4a46e9b14a
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   std.traits.isIntegral never match any char types.
> 
> 
>   Commit: 2b15effad7b0c24c2f6153599ce0739358d28d4c
>       https://github.com/D-Programming-Language/phobos/commit/2b15effad7b0c24c2f6153599ce0739358d28d4c
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Fix const(bool) parsing.
> 
> 
>   Commit: c0f589d557daa9479e8b3ac513a4e4b6f480d652
>       https://github.com/D-Programming-Language/phobos/commit/c0f589d557daa9479e8b3ac513a4e4b6f480d652
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Fix std.conv.parse!Char(String)
> 
> 
>   Commit: dcb2f9a6f7db8a201208d3b8c5ac2aa0c362b911
>       https://github.com/D-Programming-Language/phobos/commit/dcb2f9a6f7db8a201208d3b8c5ac2aa0c362b911
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   If parsing like integer is succeeded and comparing is failed, it raises overflow error
> 
> 
>   Commit: 7ce2c78da1e9be8cb570b43ccf63ab263f607ca1
>       https://github.com/D-Programming-Language/phobos/commit/7ce2c78da1e9be8cb570b43ccf63ab263f607ca1
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   use assertThrown
> 
> 
>   Commit: 25a791708742e1c80e9e132a861c78141f1f5495
>       https://github.com/D-Programming-Language/phobos/commit/25a791708742e1c80e9e132a861c78141f1f5495
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Remove parens of single template parameter
> 
> 
>   Commit: 36d4d95010d05645e946f19893edfdf74b9e0461
>       https://github.com/D-Programming-Language/phobos/commit/36d4d95010d05645e946f19893edfdf74b9e0461
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Improve string to non-string conversion.
> 
> parse!T(str) now supports any string types. So pre-encoding to UTF8 is not necessary.
> 
> 
>   Commit: 70ac616ab8821ce0a86ce13c28837ed62d471618
>       https://github.com/D-Programming-Language/phobos/commit/70ac616ab8821ce0a86ce13c28837ed62d471618
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Integrate unittests for to!Int(String)
> 
> 
>   Commit: ebfaefd08b9aa6dd99bf9d31db20a9d4f1cc0143
>       https://github.com/D-Programming-Language/phobos/commit/ebfaefd08b9aa6dd99bf9d31db20a9d4f1cc0143
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Integrate unittests for to!String(Int)
> 
> 
>   Commit: 6945f2b5c4991d72bc60e1f1c00003f9d54a7f84
>       https://github.com/D-Programming-Language/phobos/commit/6945f2b5c4991d72bc60e1f1c00003f9d54a7f84
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Integrate unittests for to!Float(String)
> 
> 
>   Commit: 2cc28322beeae2f7ba7266b769c02c23058d9146
>       https://github.com/D-Programming-Language/phobos/commit/2cc28322beeae2f7ba7266b769c02c23058d9146
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   strtof, strtod and strtold aren't mainly used in std.conv module.
> 
> 
>   Commit: 23d727a1423857bda1ff22febca5a54c3f8530d8
>       https://github.com/D-Programming-Language/phobos/commit/23d727a1423857bda1ff22febca5a54c3f8530d8
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Make some module private functions nested.
> 
> 
>   Commit: cf37e4efb5cd90f7348fc0be6c97fae0a74952e8
>       https://github.com/D-Programming-Language/phobos/commit/cf37e4efb5cd90f7348fc0be6c97fae0a74952e8
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Code example indentation is not good.
> 
> 
>   Commit: 49eaa2b8a36a8ff157331cc82e3cfbcc93db5774
>       https://github.com/D-Programming-Language/phobos/commit/49eaa2b8a36a8ff157331cc82e3cfbcc93db5774
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Braces should be on their lines.
> 
> 
>   Commit: 7f462099bf6bd7ebce243f726bbef0ebfe298a5f
>       https://github.com/D-Programming-Language/phobos/commit/7f462099bf6bd7ebce243f726bbef0ebfe298a5f
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Fix declare and assign to using direct initialization
> 
> 
>   Commit: f6a51f4e4673b54a2b30c62fe1a199f93086b612
>       https://github.com/D-Programming-Language/phobos/commit/f6a51f4e4673b54a2b30c62fe1a199f93086b612
>   Author: k-hara <k.hara.pg at gmail.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Remove garbage line.
> 
> 
>   Commit: 008300792cc18250106f9419cdf1e18dfa805846
>       https://github.com/D-Programming-Language/phobos/commit/008300792cc18250106f9419cdf1e18dfa805846
>   Author: Jonathan M Davis <jmdavisProg at gmx.com>
>   Date:   2011-08-22 (Mon, 22 Aug 2011)
> 
>   Changed paths:
>     M std/conv.d
> 
>   Log Message:
>   -----------
>   Merge pull request #181 from 9rnsr/improve_conv
> 
> Improve std.conv
> 
> 
> Compare: https://github.com/D-Programming-Language/phobos/compare/4ae9782...0083007
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos




More information about the phobos mailing list