Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2017-01-23 Thread jmh530 via Digitalmars-d
On Monday, 23 January 2017 at 17:39:00 UTC, ixid wrote: Speaking of killing things with fire (OT) - what's happening with the comma operator? I want delicious tuples like Go. They were deprecated in 2.072.0. http://dlang.org/changelog/2.072.0.html#deprecated_commaexp

Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2017-01-23 Thread Suliman via Digitalmars-d
On Monday, 23 January 2017 at 17:39:00 UTC, ixid wrote: On Friday, 11 September 2015 at 21:16:06 UTC, Brian Schott wrote: On Friday, 11 September 2015 at 20:29:56 UTC, Vladimir Panteleev wrote: Apparently it was decided at DConf 2015 to remove std.stream and friends from Phobos. Kill it with

Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2017-01-23 Thread ixid via Digitalmars-d
On Friday, 11 September 2015 at 21:16:06 UTC, Brian Schott wrote: On Friday, 11 September 2015 at 20:29:56 UTC, Vladimir Panteleev wrote: Apparently it was decided at DConf 2015 to remove std.stream and friends from Phobos. Kill it with fire. Speaking of killing things with fire (OT) - what'

Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2017-01-23 Thread Patrick Schluter via Digitalmars-d
On Sunday, 1 May 2016 at 17:06:19 UTC, Seb wrote: On Sunday, 1 May 2016 at 14:31:10 UTC, Bauss wrote: On Friday, 11 September 2015 at 20:29:56 UTC, Vladimir Panteleev wrote: https://github.com/D-Programming-Language/phobos/pull/3631 Apparently it was decided at DConf 2015 to remove std.stream

Re: module std.stream is deprecated

2016-09-22 Thread Basile B. via Digitalmars-d
On Thursday, 22 September 2016 at 17:09:51 UTC, Basile B. wrote: On Thursday, 22 September 2016 at 15:36:30 UTC, eugene wrote: Hello everyone, i get message: "Deprecation: module std.stream is deprecated - It will be removed from Phobos in October 2016..." What can i use instead of

Re: module std.stream is deprecated

2016-09-22 Thread Basile B. via Digitalmars-d
On Thursday, 22 September 2016 at 15:36:30 UTC, eugene wrote: Hello everyone, i get message: "Deprecation: module std.stream is deprecated - It will be removed from Phobos in October 2016..." What can i use instead of std.stream? https://code.dlang.org/search?q=stream I think th

module std.stream is deprecated

2016-09-22 Thread eugene via Digitalmars-d
Hello everyone, i get message: "Deprecation: module std.stream is deprecated - It will be removed from Phobos in October 2016..." What can i use instead of std.stream?

Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2016-05-01 Thread Seb via Digitalmars-d
On Sunday, 1 May 2016 at 14:31:10 UTC, Bauss wrote: On Friday, 11 September 2015 at 20:29:56 UTC, Vladimir Panteleev wrote: https://github.com/D-Programming-Language/phobos/pull/3631 Apparently it was decided at DConf 2015 to remove std.stream and friends from Phobos. But these modules have be

Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2016-05-01 Thread Bauss via Digitalmars-d
On Friday, 11 September 2015 at 20:29:56 UTC, Vladimir Panteleev wrote: https://github.com/D-Programming-Language/phobos/pull/3631 Apparently it was decided at DConf 2015 to remove std.stream and friends from Phobos. But these modules have been left untouched (i.e. they're "stable") for a long

Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2016-05-01 Thread Seb via Digitalmars-d
On Friday, 11 September 2015 at 23:32:01 UTC, Andrei Alexandrescu wrote: Undead is a great idea at least because it's a good place to park documentation for legacy code. In fact we should move undead to the dlang repo (now it's in digitalmars). Andrei Even though I don't plan to ever use 'un

Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2015-09-12 Thread Jonathan M Davis via Digitalmars-d
On Saturday, 12 September 2015 at 14:26:10 UTC, Jacob Carlborg wrote: On 2015-09-12 03:23, Jonathan M Davis wrote: Though, now that I think about it, we should probably also put it in undead now. I think it can be put in undead as soon as something is deprecated or to-be-deprecated in the d

Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2015-09-12 Thread Jonathan M Davis via Digitalmars-d
On Saturday, 12 September 2015 at 14:24:21 UTC, Jacob Carlborg wrote: The problem with adding notifications in the documentation is that if a user already has implemented code that uses the particular model and have no need to change the code. Or the user already is familiar with the module the

Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2015-09-12 Thread Jacob Carlborg via Digitalmars-d
On 2015-09-12 03:23, Jonathan M Davis wrote: Though, now that I think about it, we should probably also put it in undead now. I think it can be put in undead as soon as something is deprecated or to-be-deprecated in the documentation. -- /Jacob Carlborg

Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2015-09-12 Thread Jacob Carlborg via Digitalmars-d
On 2015-09-12 01:06, Jonathan M Davis wrote: Walter and Andrei publicly agreed at dconf that it should be removed. As I understand it, it was removed from the documentation with 2.068 (but not yet deprecated), and now it's been deprecated. Now, that being said, I think 2.070 is too soon to remov

Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2015-09-11 Thread Jonathan M Davis via Digitalmars-d
On Saturday, 12 September 2015 at 04:50:06 UTC, Jonathan M Davis wrote: On Friday, 11 September 2015 at 23:06:16 UTC, Jonathan M Davis wrote: So, I intend to open a PR to fix the targeted removal time (probably this evening) so that it's not quite so quick Here's the PR: https://github.com/D-

Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2015-09-11 Thread Jonathan M Davis via Digitalmars-d
On Friday, 11 September 2015 at 23:06:16 UTC, Jonathan M Davis wrote: So, I intend to open a PR to fix the targeted removal time (probably this evening) so that it's not quite so quick Here's the PR: https://github.com/D-Programming-Language/phobos/pull/3647 - Jonathan M Davis

Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2015-09-11 Thread Jonathan M Davis via Digitalmars-d
On Friday, 11 September 2015 at 23:32:01 UTC, Andrei Alexandrescu wrote: Undead is a great idea at least because it's a good place to park documentation for legacy code. In fact we should move undead to the dlang repo (now it's in digitalmars). Makes sense. Let's let std.stream lay low for a

Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2015-09-11 Thread Andrei Alexandrescu via Digitalmars-d
On 09/11/2015 07:06 PM, Jonathan M Davis wrote: On Friday, 11 September 2015 at 20:29:56 UTC, Vladimir Panteleev wrote: https://github.com/D-Programming-Language/phobos/pull/3631 Apparently it was decided at DConf 2015 to remove std.stream and friends from Phobos. But these modules have been le

Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2015-09-11 Thread Jonathan M Davis via Digitalmars-d
On Friday, 11 September 2015 at 20:29:56 UTC, Vladimir Panteleev wrote: https://github.com/D-Programming-Language/phobos/pull/3631 Apparently it was decided at DConf 2015 to remove std.stream and friends from Phobos. But these modules have been left untouched (i.e. they're "stable") for a long

Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2015-09-11 Thread Martin Nowak via Digitalmars-d
On 09/11/2015 11:47 PM, Daniel N wrote: > maybe if it was moved to DUB, it wouldn't be that disruptive? Yes, please add it to http://code.dlang.org/packages/undead at least.

Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2015-09-11 Thread Daniel N via Digitalmars-d
On Friday, 11 September 2015 at 20:29:56 UTC, Vladimir Panteleev wrote: https://github.com/D-Programming-Language/phobos/pull/3631 Apparently it was decided at DConf 2015 to remove std.stream and friends from Phobos. But these modules have been left untouched (i.e. they're "stable") for a long

Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2015-09-11 Thread H. S. Teoh via Digitalmars-d
On Fri, Sep 11, 2015 at 09:16:05PM +, Brian Schott via Digitalmars-d wrote: > On Friday, 11 September 2015 at 20:29:56 UTC, Vladimir Panteleev wrote: > >Apparently it was decided at DConf 2015 to remove std.stream and > >friends from Phobos. > > Kill it with fire. +1. T -- Guns don't kill

Re: module std.stream is deprecated - Will be removed by phobos version 2.070

2015-09-11 Thread Brian Schott via Digitalmars-d
On Friday, 11 September 2015 at 20:29:56 UTC, Vladimir Panteleev wrote: Apparently it was decided at DConf 2015 to remove std.stream and friends from Phobos. Kill it with fire.

module std.stream is deprecated - Will be removed by phobos version 2.070

2015-09-11 Thread Vladimir Panteleev via Digitalmars-d
https://github.com/D-Programming-Language/phobos/pull/3631 Apparently it was decided at DConf 2015 to remove std.stream and friends from Phobos. But these modules have been left untouched (i.e. they're "stable") for a long time, and there's a lot of D code using them. This decision seems to go