[phobos] [D-Programming-Language/phobos] b72539: Added toString to Appender class
GitHub via phobos
phobos at puremagic.com
Thu Aug 14 02:24:59 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: b725393d6e01ad9c7cbd36378e3088a96f78d67e
https://github.com/D-Programming-Language/phobos/commit/b725393d6e01ad9c7cbd36378e3088a96f78d67e
Author: Jonathan Marler <jonathan.j.marler at hp.com>
Date: 2014-08-12 (Tue, 12 Aug 2014)
Changed paths:
M std/array.d
Log Message:
-----------
Added toString to Appender class
Commit: d2cbd13db0c2b8960fc88ee67dbbd01f79bd7386
https://github.com/D-Programming-Language/phobos/commit/d2cbd13db0c2b8960fc88ee67dbbd01f79bd7386
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2014-08-13 (Wed, 13 Aug 2014)
Changed paths:
M std/array.d
Log Message:
-----------
Improve implementation.
Add unittest.
Commit: 1d2eef0ea09f48eee201504d4fca4cfc4f21ea18
https://github.com/D-Programming-Language/phobos/commit/1d2eef0ea09f48eee201504d4fca4cfc4f21ea18
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2014-08-13 (Wed, 13 Aug 2014)
Changed paths:
M std/array.d
Log Message:
-----------
Appender.toString shouldn't pretend it's an array.
So it should still print "Appender!(...)(...)" except that it will now
print the array contents instead of a random memory address.
Commit: 9ede930dbf406775e814a305368775f95b09ac7c
https://github.com/D-Programming-Language/phobos/commit/9ede930dbf406775e814a305368775f95b09ac7c
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2014-08-13 (Wed, 13 Aug 2014)
Changed paths:
M std/array.d
Log Message:
-----------
More concise way to achieve the same thing.
Commit: a111a4dc56ae0efac67bd3d06e2bf51f72e05555
https://github.com/D-Programming-Language/phobos/commit/a111a4dc56ae0efac67bd3d06e2bf51f72e05555
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2014-08-14 (Thu, 14 Aug 2014)
Changed paths:
M std/array.d
Log Message:
-----------
Merge pull request #2425 from quickfur/appender_tostring
Add toString to Appender struct
Compare: https://github.com/D-Programming-Language/phobos/compare/08137bff8ef4...a111a4dc56ae
More information about the phobos
mailing list