The bug of the year

Basile B. b2.temp at gmx.com
Fri Jul 8 05:41:46 UTC 2022


I wanted to share this fun bug I had to deal with yesterday:

```
moduleFileBase_.buildPath(targetSymbolStack.joiner(".").array.to!string).setExtension("html");
```

you want `a/b.c.html` but you get `a/b.html`.

Have a nice day ;)


More information about the Digitalmars-d mailing list