Bug 8633 – core.atomic not documented

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
druntime
Product
D
Version
D2
Platform
All
OS
All
Creation time
2012-09-08T19:06:00Z
Last change time
2013-05-06T21:27:42Z
Keywords
pull
Assigned to
alex
Creator
kekeniro2
Blocks
10036

Comments

Comment #0 by kekeniro2 — 2012-09-08T19:06:22Z
http://dlang.org/phobos/core_atomic.html Document for core.atomic module is empty( or exposes no functions). If you MAKE druntime with win32.mak, you get the right contents. But with posix.mak, not. ( though I don't have that environment ) The cause is that the flag '-version=CoreDdoc' is dropped from DOCFMT macro(, maybe unexpectedly). That is appended on May 20, and dropped on June 26.
Comment #1 by kekeniro2 — 2012-09-24T09:58:57Z
It is a regression in 2.060.
Comment #2 by alex — 2012-10-09T18:40:03Z
Comment #3 by github-bugzilla — 2012-10-09T23:57:07Z
Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/07fad6bcdc1bb0221e7646e14e344fca1fe0f5ac Fix issue #8633 - add back -version=CoreDdoc. https://github.com/D-Programming-Language/druntime/commit/3851bab10243cfd1f384f253e10aea513e7ccc31 Merge pull request #317 from alexrp/core-ddoc Fix issue #8633 - add back -version=CoreDdoc.