Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
Description
We have structs with a lot of optional fields, and from a debugging standpoint, when we print out such structs, all the null optional fields pollute the printout with an enormous amount of noise. I think it would be pretty handy if optional fields that were null were just omitted from the print out entirely.