← Back to index
|
Original Bugzilla link
Bug 14695 – [dlang.org] std.uuid Is Not Listed On The Index Page
Status
RESOLVED
Resolution
FIXED
Severity
minor
Priority
P3
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-06-13T20:24:00Z
Last change time
2015-10-04T18:20:33Z
Keywords
pull
Assigned to
nobody
Creator
jack
Comments
Comment #0
by jack — 2015-06-13T20:24:27Z
The std.uuid package documentation exists at
http://dlang.org/phobos/std_uuid.html
But for some reason, this package is not listed on the list of packages in the std library at
http://dlang.org/phobos/index.html
Is this intentional or a bug?
Comment #1
by dlang-bugzilla — 2015-08-31T09:59:23Z
https://github.com/D-Programming-Language/phobos/pull/3607
Comment #2
by github-bugzilla — 2015-08-31T20:48:11Z
Commit pushed to master at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/b4f25d0d43ee93a4479d3acbf071b0348e72dc6b
Update index.d - Add missing modules - Remove obsolete modules - Normalize markup - Disable wrapping of module names - Add intentionally-omitted modules as a comment Fixes issue 14695
Comment #3
by jack — 2015-08-31T20:54:34Z
That pull does not actually fix this issue. std.uuid is still not on the index page.
Comment #4
by dlang-bugzilla — 2015-09-01T00:09:40Z
https://github.com/D-Programming-Language/phobos/pull/3616
Comment #5
by github-bugzilla — 2015-09-03T15:23:00Z
Commit pushed to master at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/dfd9e4cd3ab65c626d7c2c1b1939232b71ec4565
fix issue 14695: std.uuid missing from index page.
Comment #6
by github-bugzilla — 2015-10-04T18:20:33Z
Commits pushed to stable at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/b4f25d0d43ee93a4479d3acbf071b0348e72dc6b
Update index.d
https://github.com/D-Programming-Language/phobos/commit/dfd9e4cd3ab65c626d7c2c1b1939232b71ec4565
fix issue 14695: std.uuid missing from index page.