Vladimir Panteleev

Results 784 comments of Vladimir Panteleev

As the flag button provided an excellent signal-to-noise ratio, as of today clicking it will notify forum moderators, who will be able to act on it. I.e. it's now actually...

Not sure how feasible this would be to implement, considering... - People can post via email or NNTP. Some people use email/NNTP and the forum web interface interchangeably. - Requiring...

> Would that be usable via the NNTP or mailing list interface? Yes, if interoperability wasn't a concern, there would be much simpler ways. In any case, it would still...

That's tricky, as the thing to test here is that Dub does not try to read this unrelated file / enter this unrelated directory. It does gracefully skip broken symlinks,...

If I do `chmod 000` on a directory, that does cause current Dub to fail, but I don't think that would make for a very good test. For one, it's...

Added it as I can't think of anything better right now, and I see the tests are POSIX-only anyway.

BTW I'm seeing zero documentation on how to run the test suite. A section in the README, or a `test/README.md`, would be nice.

> for source paths: > > * https://github.com/andrey-zherikov/argparse/blob/6fca01c219828b8223b64e1c7899e1cd7c2b2eb9/examples/completion/single_main/app/dub.json#L5 Hmm, I think the intent there is to put Dub-related files in their own directory? I'm not sure what to do here....

> I think `-mv` should be avoided by the user, I more see it as something that tools could use to do special purpose stuff Yeah sorry, I meant that...

It's probably because we use C stdio which does not support unicode?