Difference between revisions of "Review Queue"
m (→Proposals) |
(Updated to contain all modules currently in review queue (as per the old wiki page)) |
||
Line 1: | Line 1: | ||
− | + | This is the review queue of pending packages to get into the D Standard Library ([[Phobos]]). The review process is explained [[Review/Process|here]]. | |
− | == | + | {| class="wikitable sortable" border="1" |
− | + | |- | |
− | + | ! scope="col" | Module | |
+ | ! scope="col" | Champion | ||
+ | ! scope="col" class="unsortable" | Code | ||
+ | ! scope="col" class="unsortable" | Documentation | ||
+ | ! scope="col" class="unsortable" | Other | ||
+ | ! scope="col" | Status | ||
+ | |- | ||
+ | | std.benchmark | ||
+ | || Andrei Alexandrecu | ||
+ | || [https://github.com/D-Programming-Language/phobos/pull/529 Code] | ||
+ | || [http://erdani.com/d/web/phobos-prerelease/std_benchmark.html Docs] | ||
+ | || | ||
+ | || <font color=cornflowerblue>Under Review</font> | ||
+ | |- | ||
+ | | std.serialize | ||
+ | || Jacob Carlborg | ||
+ | || [https://github.com/jacob-carlborg/orange Code] | ||
+ | || [http://dl.dropbox.com/u/18386187/orange_docs/orange.serialization.Serializer.html Docs] | ||
+ | || [http://dsource.org/projects/orange Project page] (with tutorials) | ||
+ | || <font color=darkorange>Ready for comments</font> | ||
|- | |- | ||
− | + | | std.decimal | |
− | + | || Paul D. Anderson | |
− | + | || [https://github.com/andersonpd/decimal Code] | |
− | + | || [https://github.com/andersonpd/decimal/wiki Docs] | |
+ | || [http://www.speleotrove.com/decimal/decarith.pdf Specification] | ||
+ | || <font color=darkorange>Ready for comments</font> | ||
|- | |- | ||
− | | | + | | std.xml2 |
− | | | + | || Michael Rynn |
− | | | + | || [https://launchpad.net/d2-xml Code] |
− | | <font color=darkorange> | + | || [http://dsource.org/projects/xmlp Docs] |
+ | || | ||
+ | || <font color=darkorange>Ready for comments</font> | ||
|- | |- | ||
− | | | + | | std.log |
− | | | + | || Jose Armando Garcia |
− | | | + | || [https://github.com/D-Programming-Language/phobos/pull/432/files Code] |
− | | <font color= | + | || [http://jsancio.github.com/phobos/phobos/std_log.html Docs] |
+ | || [http://dfeed.kimsufi.thecybershadow.net/discussion/post/jhbbfd$1tmk$1@digitalmars.com Review thread] | ||
+ | || <font color=black>On hold</font> | ||
|- | |- | ||
− | | | + | | std.stream |
− | | | + | || Steven Schveighoffer |
− | | | + | || |
− | | <font color= | + | || |
+ | || | ||
+ | || <font color=black>Work in progress</font> | ||
|} | |} | ||
+ | == Previously Reviewed == | ||
− | + | {| class="wikitable sortable" border="1" | |
− | + | |- | |
− | + | ! scope="col" | Date | |
− | + | ! scope="col" | Module | |
− | + | ! scope="col" | Description | |
+ | ! scope="col" | Author | ||
+ | ! scope="col" | Accepted | ||
+ | ! scope="col" | Votes (yes/no) | ||
+ | ! scope="col" | Review Manager | ||
+ | ! scope="col" | Date included in [[Phobos]] | ||
+ | ! scope="col" | Commit | ||
+ | |- | ||
+ | | 2012-08-29 | ||
+ | || std.digest | ||
+ | || Digests (SHA; CRC) | ||
+ | || Johannes Pfau | ||
+ | |bgcolor=limegreen| Yes | ||
+ | || 6/1 | ||
+ | || Dmitry Olshansky | ||
+ | || 2012-09/16 | ||
+ | || http://goo.gl/ibqpA | ||
+ | |- | ||
+ | | 2012-06-27 | ||
+ | || std.uuid | ||
+ | || UUIDs | ||
+ | || Johannes Pfau | ||
+ | |bgcolor=limegreen| Yes | ||
+ | || 10/0 | ||
+ | || Dmitry Olshansky | ||
+ | || 2012-07-02 | ||
+ | || http://goo.gl/QNmRy | ||
+ | |- | ||
+ | | 2012-03-12 | ||
+ | || std.log | ||
+ | || Logging | ||
+ | || José Armando García | ||
+ | |bgcolor=gold| Suspended | ||
+ | || - | ||
+ | || David Nadlinger | ||
+ | || - | ||
+ | || - | ||
+ | |- | ||
+ | | 2011-12-29 | ||
+ | || std.net.curl | ||
+ | || CURL wrapper | ||
+ | || Jonas Drewsen | ||
+ | |bgcolor=limegreen| Yes | ||
+ | || 14/0 | ||
+ | || DSimcha | ||
+ | || 2012-01-28 | ||
+ | || http://goo.gl/l7Yyk | ||
+ | |- | ||
+ | | 2011-11-20 | ||
+ | || std.csv | ||
+ | || csv handling | ||
+ | || Jesse Phillips | ||
+ | |bgcolor=limegreen| Yes | ||
+ | || 5/1 | ||
+ | || DSimcha | ||
+ | || ? | ||
+ | || ? | ||
+ | |- | ||
+ | | 2011-09-01 | ||
+ | || std.net.curl | ||
+ | || CURL wrapper | ||
+ | || Jonas Drewsen | ||
+ | |bgcolor=gold| Postponed | ||
+ | || - | ||
+ | || David Nadlinger | ||
+ | || - | ||
+ | || - | ||
+ | |- | ||
+ | | 2011-08-12 | ||
+ | || std.path | ||
+ | || Path manipulation | ||
+ | || Lars Kyllingstad | ||
+ | |bgcolor=limegreen| Yes | ||
+ | || 22/0 | ||
+ | || DSimcha | ||
+ | || ? | ||
+ | || ? | ||
+ | |} | ||
[[Category:Review]] | [[Category:Review]] |
Revision as of 19:48, 15 February 2013
This is the review queue of pending packages to get into the D Standard Library (Phobos). The review process is explained here.
Module | Champion | Code | Documentation | Other | Status |
---|---|---|---|---|---|
std.benchmark | Andrei Alexandrecu | Code | Docs | Under Review | |
std.serialize | Jacob Carlborg | Code | Docs | Project page (with tutorials) | Ready for comments |
std.decimal | Paul D. Anderson | Code | Docs | Specification | Ready for comments |
std.xml2 | Michael Rynn | Code | Docs | Ready for comments | |
std.log | Jose Armando Garcia | Code | Docs | Review thread | On hold |
std.stream | Steven Schveighoffer | Work in progress |
Previously Reviewed
Date | Module | Description | Author | Accepted | Votes (yes/no) | Review Manager | Date included in Phobos | Commit |
---|---|---|---|---|---|---|---|---|
2012-08-29 | std.digest | Digests (SHA; CRC) | Johannes Pfau | Yes | 6/1 | Dmitry Olshansky | 2012-09/16 | http://goo.gl/ibqpA |
2012-06-27 | std.uuid | UUIDs | Johannes Pfau | Yes | 10/0 | Dmitry Olshansky | 2012-07-02 | http://goo.gl/QNmRy |
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 | http://goo.gl/l7Yyk |
2011-11-20 | std.csv | csv handling | Jesse Phillips | Yes | 5/1 | DSimcha | ? | ? |
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 | ? | ? |