Vladimir Panteleev

Results 783 comments of Vladimir Panteleev

> Blocked (but not blocked) by CI @CyberShadow. Huh, why?

Oh, I see what you mean, thanks. That's not DAutoTest, it's a makefile somewhere. Note how it clones to `.generated`.

Does this fix anything in practice? Because obviously it does break legacy links, and breaking links is bad practice.

> @CyberShadow is ddox part of the auto-deployment engine? Yes. Runnable tests are just not implemented for DDox right now.

https://dlang.org/library/std/range/drop.html shows raw HTML

Thanks. https://github.com/dlang/phobos/pull/5494

@s-ludwig Would it be possible to make DDox throw a hard error upon encountering such invalid syntax?

Cheers. I guess we could grep the output in the makefile as well.

I don't see any relevant warnings in `dpl-docs` output when running `make -f posix.mak apidocs-prerelease`, just some "Error parsing type" which seem unrelated. Perhaps there is no code to detect/warn...

Some broken documentation (example) here: https://dlang.org/library/std/algorithm/searching/find_skip.html Looks OK on DDoc: https://dlang.org/phobos/std_algorithm_searching.html#findSkip