[Issue 8040] writeln(null) too

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 23 03:00:16 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8040



--- Comment #2 from bearophile_hugs at eml.cc 2012-05-23 03:01:57 PDT ---
(In reply to comment #1)
> https://github.com/D-Programming-Language/phobos/pull/599
> 
> With my pull, original code output is:
> ----
> null
> null
> null

Thank you Kenji Hara, this is an improvement.

But isn't it better to add types (as in cast(Foo) or cast(Bar*)) to better tell
apart the three kinds of null in that example?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list