Thread overview
[Issue 10915] std.typecons.Nullable throws in writeln() if it's null
October 05, 2014
https://issues.dlang.org/show_bug.cgi?id=10915

--- Comment #2 from monkeyworks12@hotmail.com ---
https://github.com/D-Programming-Language/phobos/pull/2587

--
October 06, 2014
https://issues.dlang.org/show_bug.cgi?id=10915

bearophile_hugs@eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs@eml.cc

--- Comment #3 from bearophile_hugs@eml.cc ---
A dupe of Issue 8304 ?

--
October 08, 2014
https://issues.dlang.org/show_bug.cgi?id=10915

monkeyworks12@hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #4 from monkeyworks12@hotmail.com ---


*** This issue has been marked as a duplicate of issue 8304 ***

--
October 31, 2014
https://issues.dlang.org/show_bug.cgi?id=10915

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/2c8fdeb0b0f92c24c4ffa26a4beca6bcd9a5c0ba Fix Issue 10915 - std.typecons.Nullable throws in writeln() if it's null

https://github.com/D-Programming-Language/phobos/commit/2e58214d1d3feee582ca639edf7c5e2af8db365b Merge pull request #2587 from MetaLang/nullable-tostring

Fix Issue 10915 - std.typecons.Nullable throws in writeln() if it's null

--
October 31, 2014
https://issues.dlang.org/show_bug.cgi?id=10915

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|DUPLICATE                   |FIXED

--
October 31, 2014
https://issues.dlang.org/show_bug.cgi?id=10915

--- Comment #6 from bearophile_hugs@eml.cc ---
(In reply to github-bugzilla from comment #5)
> Commits pushed to master at https://github.com/D-Programming-Language/phobos
> 
> https://github.com/D-Programming-Language/phobos/commit/
> 2c8fdeb0b0f92c24c4ffa26a4beca6bcd9a5c0ba
> Fix Issue 10915 - std.typecons.Nullable throws in writeln() if it's null
> 
> https://github.com/D-Programming-Language/phobos/commit/
> 2e58214d1d3feee582ca639edf7c5e2af8db365b
> Merge pull request #2587 from MetaLang/nullable-tostring
> 
> Fix Issue 10915 - std.typecons.Nullable throws in writeln() if it's null

Answered in Issue 8303 .

--
October 31, 2014
https://issues.dlang.org/show_bug.cgi?id=10915

bearophile_hugs@eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED
         Resolution|FIXED                       |DUPLICATE

--- Comment #7 from bearophile_hugs@eml.cc ---


*** This issue has been marked as a duplicate of issue 8304 ***

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=10915

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |RESOLVED
         Resolution|DUPLICATE                   |FIXED

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=10915

--- Comment #8 from github-bugzilla@puremagic.com ---
Commits pushed to 2.067 at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/2c8fdeb0b0f92c24c4ffa26a4beca6bcd9a5c0ba Fix Issue 10915 - std.typecons.Nullable throws in writeln() if it's null

https://github.com/D-Programming-Language/phobos/commit/2e58214d1d3feee582ca639edf7c5e2af8db365b Merge pull request #2587 from MetaLang/nullable-tostring

--