Re: Version info in library reference

2016-06-30 Thread Chris via Digitalmars-d
On Thursday, 30 June 2016 at 15:47:52 UTC, Chris wrote: I've just had the case where LDC (based on 2.070.2) did not compile code based on Phobos 2.071.1, which is nothing unusual of course. Only it would have been nice, if the function `std.algorithm.maxPos` had had the info "since 2.071.0"

Re: Version info in library reference

2016-06-30 Thread Chris via Digitalmars-d
On Wednesday, 27 April 2016 at 12:47:01 UTC, Jacob Carlborg wrote: On 2016-04-27 11:14, Chris wrote: Something I've wanted to ask for a while: Would it be possible to add version info to the library reference (henceforth)? In Apple's Cocoa API reference they always say since `10.8` etc. which u

Re: Version info in library reference

2016-04-27 Thread Jacob Carlborg via Digitalmars-d
On 2016-04-27 11:14, Chris wrote: Something I've wanted to ask for a while: Would it be possible to add version info to the library reference (henceforth)? In Apple's Cocoa API reference they always say since `10.8` etc. which used to be very helpful. In Swift they even added language support f

Re: Version info in library reference

2016-04-27 Thread Chris via Digitalmars-d
On Wednesday, 27 April 2016 at 09:19:33 UTC, rikki cattermole wrote: Alternatively we could also just keep older versions of Phobos docs around. That would be ok too, although I like the idea of having info about when something was added. It's nice to see the progress of the library and it'

Re: Version info in library reference

2016-04-27 Thread rikki cattermole via Digitalmars-d
On 27/04/2016 9:14 PM, Chris wrote: Something I've wanted to ask for a while: Would it be possible to add version info to the library reference (henceforth)? In Apple's Cocoa API reference they always say since `10.8` etc. which used to be very helpful. The reason I'm asking is that I'm usually