Vladimir Panteleev

Results 783 comments of Vladimir Panteleev

The prototype here is really broken: http://dlang.org/library-prerelease/std/file/dir_entries.html Screenshot: ![](https://dump.thecybershadow.net/f242925d42a0ef3923d5f127d1c2d6e0/16%3A27%3A42-upload.png) - The first line seems to be justified, making the sole two terms appear on the opposite sides of the box....

Yeah, I guess problems with justification slip through the cracks because it's disabled for Chrome (because of hyphenation), and many contributors test with it exclusively.

A potential idea to filter out false positives would be to infer valid UFCS functions from existing usage. For instance, if DCD sees that `frobify` is called via UFCS in...

Was about to say this - dmd ignores the DFLAGS environment variable. Close?

IIRC Walter has a general dislike for getting things from the environment. He said something along the lines of that anything could put stuff there (esp. on Windows where any...

> Make the DFLAGS environment variable a higher priority than the config file. I think this would actually break my setup from a few years ago, where I effectively aliased...

> No, DMD does parse DFLAGS from the environment (it does so always), it just replaces that string with the content of dmd.conf. Right, we're on the same page here....

> FYI: dmd does this since 2.079 - dlang/dmd#7865 (see also the logs above) No, that's unusable for this case. `rdmd` can't reasonably simply check if the final `DFLAGS` will...

> http://img.ctrlv.in/img/16/02/16/56c2d38b9257e.png The link is dead. If this issue is not the result of a bug in DCD, then it should probably be closed.

I don't think this is a good idea. Without these flags, curl will "succeed" if there is an error.