Thread overview
readText
Jun 19, 2013
Daemon
Jun 19, 2013
Daemon
Jun 19, 2013
Justin Whear
Jun 19, 2013
Daemon
June 19, 2013
Was readText removed in later versions of Phobos? I don't have it, yet it appears in the documentation..
June 19, 2013
On Wednesday, 19 June 2013 at 18:18:18 UTC, Daemon wrote:
> Was readText removed in later versions of Phobos? I don't have it, yet it appears in the documentation..

Sorry for the false alarm, I accidentally had a different copy. Everything's alright.
June 19, 2013
On Wed, 19 Jun 2013 20:18:17 +0200, Daemon wrote:

> Was readText removed in later versions of Phobos? I don't have it, yet it appears in the documentation..

std.file.readText has been around for a long time and still is.  Here it is in Phobos HEAD: https://github.com/D-Programming-Language/phobos/blob/ master/std/file.d#L288
June 19, 2013
On Wednesday, 19 June 2013 at 18:21:09 UTC, Justin Whear wrote:
> On Wed, 19 Jun 2013 20:18:17 +0200, Daemon wrote:
>
>> Was readText removed in later versions of Phobos? I don't have it, yet
>> it appears in the documentation..
>
> std.file.readText has been around for a long time and still is.
>  Here it
> is in Phobos HEAD: https://github.com/D-Programming-Language/phobos/blob/
> master/std/file.d#L288

I realized it right after posting, it's my fault.