digitalmars.D.bugs - [Issue 22794] New: Compile-time format validation gives unhelpful
- d-bugmail puremagic.com (24/27) Feb 20 2022 https://issues.dlang.org/show_bug.cgi?id=22794
https://issues.dlang.org/show_bug.cgi?id=22794
Issue ID: 22794
Summary: Compile-time format validation gives unhelpful error
on too many arguments
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: normal
Priority: P1
Component: phobos
Assignee: nobody puremagic.com
Reporter: zorael gmail.com
Manjaro/Arch x86_&4, dmd 2.098.1.
```d
import std.stdio;
void main()
{
writefln!"%s"("a", "b");
}
```
/dlang/dmd/linux/bin64/../../src/phobos/std/stdio.d(4442): Error: no property
`msg` for type `string`
/dlang/dmd/linux/bin64/../../src/phobos/std/stdio.d(4442): Error: static
assert: __error
onlineapp.d(4): instantiated from here: `writefln!("%s", string, string)`
https://run.dlang.io/is/fQ9GtQ
--
Feb 20 2022








d-bugmail puremagic.com