Thread overview | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
January 22, 2024 [Issue 24349] [Alias noreturn] documentation is bolluxed | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24349 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> --- @ntrel created dlang/dmd pull request #16077 "Fix Bugzilla 24349 - object noreturn link is missing" fixing this issue: - Fix Bugzilla 24349 - object noreturn link is missing https://github.com/dlang/dmd/pull/16077 -- |
January 22, 2024 [Issue 24349] object noreturn link is missing | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24349 Nick Treleaven <nick@geany.org> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://dlang.org/library/dr | |untime/src/object.html | CC| |nick@geany.org Component|dmd |druntime Summary|[Alias noreturn] |object noreturn link is |documentation is bolluxed |missing -- |
January 22, 2024 [Issue 24349] object noreturn link is missing | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24349 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> --- dlang/dmd pull request #16077 "Fix Bugzilla 24349 - object noreturn link is missing" was merged into master: - 4232aeddcc725107bef1793496515e6196aaa623 by Nick Treleaven: Fix Bugzilla 24349 - object noreturn link is missing https://github.com/dlang/dmd/pull/16077 -- |
January 27, 2024 [Issue 24349] object noreturn link is missing | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24349 --- Comment #3 from Jim Balter <jim@balter.name> --- I guess I should have been more explicit. It isn't just that the link is missing ... this is also wrong: alias noreturn = Nn; I doubt that the fix for the link fixed this ... is there some way to look at the docs for master? -- |
January 27, 2024 [Issue 24349] object noreturn link is missing | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24349 --- Comment #4 from Nick Treleaven <nick@geany.org> --- > alias noreturn = Nn; Ddoc generates (more) correct declaration: > alias noreturn = noreturn; https://dlang.org/phobos-prerelease/object.html#.noreturn So the problem seems to be with Ddox, perhaps file a bug here: https://github.com/dlang/ddox/issues -- |
January 29 [Issue 24349] object noreturn link is missing | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24349 --- Comment #5 from Nick Treleaven <nick@geany.org> --- Filed: https://github.com/dlang/ddox/issues/249 -- |
Copyright © 1999-2021 by the D Language Foundation