[Issue 8304] writeln of empty Nullables too

2019-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8304 Tobias Pankrath changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8304] writeln of empty Nullables too

2016-10-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8304 Andrei Alexandrescu changed: What|Removed |Added Keywords||bootcamp

[Issue 8304] writeln of empty Nullables too

2014-10-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8304 --- Comment #5 from bearophile_h...@eml.cc --- This has improved the situation: https://github.com/D-Programming-Language/phobos/pull/2587 But the example in comment #1 still fails: void main() { import std.stdio: writeln; import

[Issue 8304] writeln of empty Nullables too

2014-10-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8304 --- Comment #6 from bearophile_h...@eml.cc --- *** Issue 10915 has been marked as a duplicate of this issue. *** --

[Issue 8304] writeln of empty Nullables too

2014-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8304 monkeywork...@hotmail.com changed: What|Removed |Added CC||monkeywork...@hotmail.com ---

[Issue 8304] writeln of empty Nullables too

2013-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8304 --- Comment #1 from bearophile_h...@eml.cc 2013-03-19 19:43:12 PDT --- In DMD 2.063alpha if you print a const null Nullable: import std.stdio: writeln; import std.typecons: Nullable; void main() { auto a = Nullable!int(10);

[Issue 8304] writeln of empty Nullables too

2013-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8304 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 8304] writeln of empty Nullables too

2013-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8304 --- Comment #3 from bearophile_h...@eml.cc 2013-03-19 20:34:06 PDT --- (In reply to comment #2) How sophisticated does this have to be anyway? Sorry, I don't remember why I have written but it's not a good general solution: :-) This could