Skip to content

Fix 23080 - restore Fiber's docs lost in the fiber/base.d split - #23768

Merged
thewilsonator merged 3 commits into
dlang:masterfrom
usefahmed07:fix/23080-fiber-doc-split
Sep 2, 2026
Merged

Fix 23080 - restore Fiber's docs lost in the fiber/base.d split#23768
thewilsonator merged 3 commits into
dlang:masterfrom
usefahmed07:fix/23080-fiber-doc-split

Conversation

@usefahmed07

Copy link
Copy Markdown
Contributor

Fixes #23080

fiber.d was split into package.d/base.d in b13c0cd, moving most of
Fiber's public API into FiberBase. Ddoc/ddox don't document members
inherited from a base class in another module, so Fiber's generated
docs lost call, yield, yieldAndThrow, reset, state, State, Rethrow,
and the class example.

Add documented forwarding aliases in fiber/package.d.

Fixes issue 23080

Add ddoc23080 regression test covering the forwarding-alias doc
generation.
Ddoc checks documented Params: against the alias declaration's own
signature, which has none. Drop the Params: sections and fold the
info into prose instead.
Comment thread compiler/test/compilable/extra-files/ddoc23080.html Outdated
Reviewer feedback: this fix doesn't need a dedicated test case.
@thewilsonator
thewilsonator merged commit 3d686c8 into dlang:master Sep 2, 2026
41 of 42 checks passed
@usefahmed07
usefahmed07 deleted the fix/23080-fiber-doc-split branch September 2, 2026 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[REG 2.111] [core.thread.fiber] Split has damaged documentation

2 participants