Difference between revisions of "Review Queue"
LiamMcSherry (talk | contribs) (adds std.data.json review thread link) |
(→Current Review Queue) |
||
Line 9: | Line 9: | ||
! scope="col" | Package | ! scope="col" | Package | ||
! scope="col" | Champion | ! scope="col" | Champion | ||
+ | ! scope="col" | Review Manager | | ||
! scope="col" class="unsortable" | Code | ! scope="col" class="unsortable" | Code | ||
! scope="col" class="unsortable" | Documentation | ! scope="col" class="unsortable" | Documentation | ||
Line 16: | Line 17: | ||
| [[Review/std.lexer|std.lexer]] | | [[Review/std.lexer|std.lexer]] | ||
|| Brian Schott | || Brian Schott | ||
+ | || | ||
|| [https://github.com/Hackerpilot/Dscanner/blob/master/std/lexer.d Code] | || [https://github.com/Hackerpilot/Dscanner/blob/master/std/lexer.d Code] | ||
|| [http://hackerpilot.github.io/experimental/std_lexer/phobos/lexer.html Docs] | || [http://hackerpilot.github.io/experimental/std_lexer/phobos/lexer.html Docs] | ||
Line 23: | Line 25: | ||
| std.decimal | | std.decimal | ||
|| Paul D. Anderson | || Paul D. Anderson | ||
+ | || | ||
|| [https://github.com/andersonpd/eris Code] | || [https://github.com/andersonpd/eris Code] | ||
|| [https://github.com/andersonpd/eris/wiki Docs] | || [https://github.com/andersonpd/eris/wiki Docs] | ||
Line 30: | Line 33: | ||
| std.benchmark | | std.benchmark | ||
|| Andrei Alexandrecu | || Andrei Alexandrecu | ||
+ | || | ||
|| [https://github.com/D-Programming-Language/phobos/pull/529 Code] | || [https://github.com/D-Programming-Language/phobos/pull/529 Code] | ||
|| [http://erdani.com/d/web/phobos-prerelease/std_benchmark.html Docs] | || [http://erdani.com/d/web/phobos-prerelease/std_benchmark.html Docs] | ||
Line 37: | Line 41: | ||
| [[Review/std.serialization|std.serialization]] | | [[Review/std.serialization|std.serialization]] | ||
|| Jacob Carlborg | || Jacob Carlborg | ||
+ | || | ||
|| [https://github.com/jacob-carlborg/phobos/tree/serialization Code] | || [https://github.com/jacob-carlborg/phobos/tree/serialization Code] | ||
|| [https://dl.dropboxusercontent.com/u/18386187/docs/std.serialization/index.html Docs] | || [https://dl.dropboxusercontent.com/u/18386187/docs/std.serialization/index.html Docs] | ||
Line 47: | Line 52: | ||
| std.io | | std.io | ||
|| Steven Schveighoffer | || Steven Schveighoffer | ||
+ | || | ||
|| [https://github.com/schveiguy/phobos/blob/new-io/std/io.d Code] | || [https://github.com/schveiguy/phobos/blob/new-io/std/io.d Code] | ||
|| | || | ||
Line 54: | Line 60: | ||
| std.xml2 | | std.xml2 | ||
|| Michael Rynn | || Michael Rynn | ||
+ | || | ||
|| [https://launchpad.net/d2-xml Code] | || [https://launchpad.net/d2-xml Code] | ||
|| [http://dsource.org/projects/xmlp Docs] | || [http://dsource.org/projects/xmlp Docs] | ||
Line 61: | Line 68: | ||
| std.log | | std.log | ||
|| Jose Armando Garcia | || Jose Armando Garcia | ||
+ | || | ||
|| [https://github.com/D-Programming-Language/phobos/pull/432/files Code] | || [https://github.com/D-Programming-Language/phobos/pull/432/files Code] | ||
|| [http://jsancio.github.com/phobos/phobos/std_log.html Docs] | || [http://jsancio.github.com/phobos/phobos/std_log.html Docs] | ||
Line 68: | Line 76: | ||
| std.compression.lz77 | | std.compression.lz77 | ||
|| Walter Bright | || Walter Bright | ||
+ | || | ||
|| [https://github.com/D-Programming-Language/phobos/pull/1335 Code] | || [https://github.com/D-Programming-Language/phobos/pull/1335 Code] | ||
|| | || | ||
Line 75: | Line 84: | ||
| dtoh | | dtoh | ||
|| Adam D. Ruppe | || Adam D. Ruppe | ||
+ | || | ||
|| [https://github.com/adamdruppe/tools/blob/dtoh/dtoh.d Code] | || [https://github.com/adamdruppe/tools/blob/dtoh/dtoh.d Code] | ||
|| | || | ||
Line 82: | Line 92: | ||
| std.halffloat | | std.halffloat | ||
|| Walter Bright | || Walter Bright | ||
+ | || | ||
|| [https://github.com/D-Programming-Language/phobos/pull/2207 Code] | || [https://github.com/D-Programming-Language/phobos/pull/2207 Code] | ||
|| | || | ||
Line 89: | Line 100: | ||
| std.data.json | | std.data.json | ||
|| Sönke Ludwig | || Sönke Ludwig | ||
+ | || Atila Neves | ||
|| [https://github.com/s-ludwig/std_data_json Code] | || [https://github.com/s-ludwig/std_data_json Code] | ||
|| [https://s-ludwig.github.io/std_data_json Docs] | || [https://s-ludwig.github.io/std_data_json Docs] | ||
Line 97: | Line 109: | ||
| std.experimental.testing | | std.experimental.testing | ||
|| Atila Neves | || Atila Neves | ||
+ | || Robert burner Schadek | ||
|| [https://github.com/D-Programming-Language/phobos/pull/3207 Code/Pull Request] | || [https://github.com/D-Programming-Language/phobos/pull/3207 Code/Pull Request] | ||
|| [https://github.com/D-Programming-Language/phobos/pull/3207 Docs] | || [https://github.com/D-Programming-Language/phobos/pull/3207 Docs] |
Revision as of 08:34, 24 August 2015
This is the review queue of pending packages to get into the D Standard Library (Phobos). The review process is explained here.
If you want a project to put on this list, please look at the wish list.
Current Review Queue
Package | Champion | Review Manager | | Code | Documentation | Other | Status |
---|---|---|---|---|---|---|
std.lexer | Brian Schott | Code | Docs | Review Thread | Ready for voting | |
std.decimal | Paul D. Anderson | Code | Docs | Specification | Ready for comments | |
std.benchmark | Andrei Alexandrecu | Code | Docs | Work in progress | ||
std.serialization | Jacob Carlborg | Code | Docs | Examples | Work in progress | |
std.io | Steven Schveighoffer | Code | Work in progress | |||
std.xml2 | Michael Rynn | Code | Docs | On hold / Abandoned | ||
std.log | Jose Armando Garcia | Code | Docs | Review thread | On hold / Abandoned | |
std.compression.lz77 | Walter Bright | Code | Discussion | On hold / Abandoned | ||
dtoh | Adam D. Ruppe | Code | Pull request | On hold | ||
std.halffloat | Walter Bright | Code | Pull request | Work in progress | ||
std.data.json | Sönke Ludwig | Atila Neves | Code | Docs | RFC Thread | Ready for comments |
std.experimental.testing | Atila Neves | Robert burner Schadek | Code/Pull Request | Docs | Forum thread | Ready for comments |
Previously Reviewed
Date | Module | Description | Author | Accepted | Votes (yes/no) | Review Manager | Date included in Phobos | Commit |
---|---|---|---|---|---|---|---|---|
2015-07-08 | std.experimental.allocator | Allocator package | Andrei Alexandrescu | Yes | 25/0 | Dicebot (Михаил Страшун) | TBD | TBD |
2015-01-26 | std.logger | Standard logging package | Robert Schadek | Yes | Dicebot (Михаил Страшун) | 2015-01-26 | 9d54553 | |
2014-01-20 | std.logger | Standard logging package | Robert Schadek | No / Postponed | 6/6 | Dicebot (Михаил Страшун) | ||
2014-04-08 | dtoh | A tool for creating C/C++ bindings for D modules | Adam D. Ruppe | Suspended | - | Jacob Carlborg | - | - |
2014-01-20 | std.signal | Replacement for Phobos signal module | Robert Klotzner | No / Postponed | 3/0/3 | Dicebot (Михаил Страшун) | ||
2013-10-13 | std.d.lexer | Lexing of D code | Brian Schott | No / Postponed | 11/3/7 | Dicebot (Михаил Страшун) | ||
2013-05-27 | std.uni | More complete API | Dmitry Olshansky | Yes | 15/0 | Jesse Phillips | 2013-08-08 | c1095944 |
2013-04-20 | std.process | Revamped API | Lars T. Kyllingstad / Steven Schveighoffer | Yes | 18/0 | Jesse Phillips | 2013-05-07 | 9d987513 |
2012-08-29 | std.digest | Digests (SHA; CRC) | Johannes Pfau | Yes | 6/1 | Dmitry Olshansky | 2012-09-16 | 688e1d40 |
2012-06-27 | std.uuid | UUIDs | Johannes Pfau | Yes | 10/0 | Dmitry Olshansky | 2012-07-02 | 8ac3aea1 |
2012-03-12 | std.log | Logging | José Armando García | Suspended | - | David Nadlinger | - | - |
2011-12-29 | std.net.curl | CURL wrapper | Jonas Drewsen | Yes | 14/0 | DSimcha | 2012-01-28 | ddff4091 |
2011-11-20 | std.csv | csv handling | Jesse Phillips | Yes | 5/1 | DSimcha | ? | ? |
2011-10-08 | std.regex | Regular Expressions | Dmitry Olshansky | Yes | 10/0 | Jesse Phillips | 2011-11-06 | a627abd3 |
2011-09-01 | std.net.curl | CURL wrapper | Jonas Drewsen | Postponed | - | David Nadlinger | - | - |
2011-08-12 | std.path | Path manipulation | Lars Kyllingstad | Yes | 22/0 | DSimcha | ? | ? |