[Issue 9588] format prints context pointer for struct

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #9 from Dlang Bot --- dlang/phobos pull request #7307 "Fix Issue 9588 - format prints context pointer for struct" was merged into master: - 209dfd391589dd2e8e26c2999570bf38c368e0d5 by Bernhard Seckinger: Fix Issue 9588 - format prints context pointer for str

[Issue 9588] format prints context pointer for struct

2019-12-06 Thread d-bugmail--- via Digitalmars-d-bugs
created dlang/phobos pull request #7307 "Fix Issue 9588 - format prints context pointer for struct" fixing this issue: - Fix Issue 9588 - format prints context pointer for struct https://github.com/dlang/phobos/pull/7307 --

[Issue 9588] format prints context pointer for struct

2018-07-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9588 Simen Kjaeraas changed: What|Removed |Added CC||simen.kja...@gmail.com --- Comment #7 from

[Issue 9588] format prints context pointer for struct

2013-03-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9588 --- Comment #6 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-03-07 19:18:48 PST --- (In reply to comment #4) Hmm. Using __traits(allMembers, S) seems to indicate that the field name is 'this'. Since 'this' is a reserved keyword, that

[Issue 9588] format prints context pointer for struct

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9588 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---

[Issue 9588] format prints context pointer for struct

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9588 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-02-26 19:01:50 PST --- (In reply to comment #2) Is there a way to tell whether a field is the hidden context pointer? Does it have a specific name (that isn't

[Issue 9588] format prints context pointer for struct

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9588 --- Comment #4 from hst...@quickfur.ath.cx 2013-02-26 20:19:22 PST --- Hmm. Using __traits(allMembers, S) seems to indicate that the field name is 'this'. Since 'this' is a reserved keyword, that may be safer to check for than assuming that the

[Issue 9588] format prints context pointer for struct

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9588 --- Comment #5 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-02-26 20:22:21 PST --- (In reply to comment #4) Hmm. Using __traits(allMembers, S) seems to indicate that the field name is 'this'. Since 'this' is a reserved keyword, that

[Issue 9588] format prints context pointer for struct

2013-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9588 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Summary|format prints null for|format prints