Skip to content

Commit

Permalink
Merge pull request #608 from jmdavis/xml
Browse files Browse the repository at this point in the history
Added warnings of future deprecation to modules that will be replaced.
  • Loading branch information
jmdavis committed Jun 6, 2012
2 parents e9cf468 + 7fd793e commit 1709984
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions std/cstream.d
@@ -1,6 +1,10 @@
// Written in the D programming language.

/**
* $(RED Warning: This module is considered out-dated and not up to Phobos'
* current standards. It will remain until we have a suitable replacement,
* but be aware that it will not remain long term.)
*
* The std.cstream module bridges std.c.stdio (or std.stdio) and std.stream.
* Both std.c.stdio and std.stream are publicly imported by std.cstream.
*
Expand Down
4 changes: 4 additions & 0 deletions std/socketstream.d
Expand Up @@ -21,6 +21,10 @@
*/

/**************
* $(RED Warning: This module is considered out-dated and not up to Phobos'
* current standards. It will remain until we have a suitable replacement,
* but be aware that it will not remain long term.)
*
* $(D SocketStream) is a stream for a blocking,
* connected $(D Socket).
*
Expand Down
4 changes: 4 additions & 0 deletions std/stream.d
@@ -1,6 +1,10 @@
// Written in the D programming language

/**
* $(RED Warning: This module is considered out-dated and not up to Phobos'
* current standards. It will remain until we have a suitable replacement,
* but be aware that it will not remain long term.)
*
* Source: $(PHOBOSSRC std/_stream.d)
* Macros:
* WIKI = Phobos/StdStream
Expand Down
4 changes: 4 additions & 0 deletions std/xml.d
@@ -1,6 +1,10 @@
// Written in the D programming language.

/**
$(RED Warning: This module is considered out-dated and not up to Phobos'
current standards. It will remain until we have a suitable replacement,
but be aware that it will not remain long term.)
Classes and functions for creating and parsing XML
The basic architecture of this module is that there are standalone functions,
Expand Down

0 comments on commit 1709984

Please sign in to comment.