[Issue 5002] possible std.stream improvements

2015-11-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5002

Robert Schadek  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||rburn...@gmail.com
 Resolution|--- |WONTFIX

--- Comment #3 from Robert Schadek  ---
std.stream is deprecated and will be removed in 2016

--


[Issue 5002] possible std.stream improvements

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5002

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|D1  D2 |D2

--


[Issue 5002] possible std.stream improvements

2010-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5002



--- Comment #2 from Daniel Gibson metalcae...@gmail.com 2010-10-11 13:20:40 
PDT ---
It will probably be deprecated, but at this time it isn't (there is no
alternative yet, anyway).

However I just realized that my idea for read() can't be implemented *that*
easy because it wouldn't work properly with EndianStream.
For that to work one would have to check whether T is a simple type (int,
float, double, long, etc) and in that case call fixBO() in EndianStream (like
the available, inconvenient read(basic type) methods in EndianStream already
do).

Or do it old school and provide readInt(), readUInt(), readLong(), readUlong(),
readFloat() etc instead of using a template.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5002] possible std.stream improvements

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5002


nfx...@gmail.com changed:

   What|Removed |Added

 CC||nfx...@gmail.com


--- Comment #1 from nfx...@gmail.com 2010-10-06 20:54:14 PDT ---
I thought std.stream is deprecated.
Maybe someone could confirm and close this as invalid.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---