[Issue 4927] writefln silently ignores arguments not present in the format string

2021-01-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4927 Mathias LANG changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Issue 4927] writefln silently ignores arguments not present in the format string

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

[Issue 4927] writefln silently ignores arguments not present in the format string

2013-12-30 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4927 Stewart Gordon changed: What|Removed |Added Keywords|accepts-invalid |spec CC|

[Issue 4927] writefln silently ignores arguments not present in the format string

2013-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4927 --- Comment #5 from bearophile_h...@eml.cc 2013-06-29 20:33:16 PDT --- (In reply to comment #4) > *** Issue 10489 has been marked as a duplicate of this issue. *** The body of Issue 10489: In DMD 2.064alpha this program compiles and runs with

[Issue 4927] writefln silently ignores arguments not present in the format string

2013-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4927 --- Comment #4 from Andrej Mitrovic 2013-06-29 20:05:49 PDT --- *** Issue 10489 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this ma

[Issue 4927] writefln silently ignores arguments not present in the format string

2011-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4927 --- Comment #3 from bearophile_h...@eml.cc 2011-09-10 10:50:28 PDT --- If a programmer wants to format just the first argument, then this is the code to write: writef("%d", 1); writefln(2); Introducing/keeping a muddy semantics to avoid writin

[Issue 4927] writefln silently ignores arguments not present in the format string

2011-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4927 --- Comment #2 from Andrei Alexandrescu 2011-09-10 09:28:47 PDT --- One possibility would be to silently ignore arguments is positional parameters are used, and not ignore them otherwise. -- Configure issuemail: http://d.puremagic.com/issues

[Issue 4927] writefln silently ignores arguments not present in the format string

2011-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4927 --- Comment #1 from Kenji Hara 2011-09-10 08:35:19 PDT --- That is a design of formattedWrite. Andrei talked: https://github.com/D-Programming-Language/phobos/pull/231#issuecomment-1995490 > Phobos used to make a fuss about ignored arguments,

[Issue 4927] writefln silently ignores arguments not present in the format string

2010-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4927 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED CC|