ddox icon indicating copy to clipboard operation
ddox copied to clipboard

Advanced D documentation engine

Results 71 ddox issues
Sort by recently updated
recently updated
newest added

ddox: > alias noreturn = Nn; https://dlang.org/library-prerelease/object/noreturn.html The source code is: > alias noreturn = typeof(*null); ddoc shows: > alias noreturn = noreturn;

See https://issues.dlang.org/show_bug.cgi?id=20976 https://dlang.org/library/std/functional/pipe.html

``` 2023-11-15T12:41:01.7167040Z ddox is not present, getting and storing it user wide 2023-11-15T12:41:02.3751330Z Fetching ddox 0.16.22... 2023-11-15T12:41:02.9807300Z Fetching vibe-core 2.2.0 (getting selected version)... 2023-11-15T12:41:03.3867680Z Fetching memutils 1.0.9 (getting selected version)......

ddox show a parsing error (complaining about a missing parens) if this function is in docs: ```d /// What's wrong with it? bool opEquals(const typeof(null) o) const @safe nothrow pure...

https://issues.dlang.org/show_bug.cgi?id=23848

https://issues.dlang.org/show_bug.cgi?id=21494 `std.file.` is missing from `write` and `remove`, so the example won't compile.

https://issues.dlang.org/show_bug.cgi?id=23849

Buildkite on dmd and phobos fails to build ddox since recently: https://buildkite.com/dlang/dmd/builds/31032#018792d2-86b8-4730-b9de-f90a0d4d7ccb ``` Compiling Diet HTML template home.dt... Compiling Diet HTML template download.dt... Compiling Diet HTML template error.dt... Compiling Diet...

https://dlang.org/library/std/process/pipe_process.html Interestingly it still lists the shellPath parameter from the 3rd overload. Compare with: https://dlang.org/phobos/std_process.html#.pipeProcess