Re: Release D 2.088.0

2019-09-07 Thread David Gileadi via Digitalmars-d-announce
On 9/7/19 12:27 PM, Manu wrote: I don't know how to iterate on the docs, since they only appear from CI, and I have no idea how to create them myself :/ I don't know what the "correct" way is, but to build dlang.org locally on macOS, from the dlang.org dir I run: DIFFABLE=1 make -f posix

Re: Release D 2.088.0

2019-09-07 Thread Manu via Digitalmars-d-announce
On Sat, Sep 7, 2019 at 9:05 AM jmh530 via Digitalmars-d-announce wrote: > > On Saturday, 7 September 2019 at 07:16:36 UTC, Manu wrote: > > [snip] > > > > What's the story with string though; the second line (linking > > back to the C++ reference) of the doco isn't there... O_o > > Hmm, I didn't no

Re: Release D 2.088.0

2019-09-07 Thread jmh530 via Digitalmars-d-announce
On Saturday, 7 September 2019 at 07:16:36 UTC, Manu wrote: [snip] What's the story with string though; the second line (linking back to the C++ reference) of the doco isn't there... O_o Hmm, I didn't notice that. It also is a problem for core.stdcpp.array. I'm looking at other uses of LINK2

Re: Release D 2.088.0

2019-09-07 Thread Manu via Digitalmars-d-announce
On Fri, Sep 6, 2019 at 3:50 AM jmh530 via Digitalmars-d-announce wrote: > > On Thursday, 5 September 2019 at 20:55:15 UTC, Manu wrote: > > [snip] > > > > Interesting... you can see in the code, there are doco comments > > everywhere, but the docs are empty O_o > > Also the second line of the descr

Re: Release D 2.088.0

2019-09-06 Thread jmh530 via Digitalmars-d-announce
On Thursday, 5 September 2019 at 20:55:15 UTC, Manu wrote: [snip] Interesting... you can see in the code, there are doco comments everywhere, but the docs are empty O_o Also the second line of the description linking to the C++ docs is missing too... where did all the docs go? The point I w

Re: Release D 2.088.0

2019-09-05 Thread Walter Bright via Digitalmars-d-announce
On 9/3/2019 1:22 AM, Manu wrote: Huzzah! I like to think std::string and std::vector are a pretty big deal too ;) They are. Congrats!

Re: Release D 2.088.0

2019-09-05 Thread Manu via Digitalmars-d-announce
On Tue, Sep 3, 2019 at 7:30 AM jmh530 via Digitalmars-d-announce wrote: > > On Tuesday, 3 September 2019 at 14:02:43 UTC, bachmeier wrote: > > [snip] > > > > Those are a big deal. From a marketing perspective, those are > > gold IMO. > > If these are as big a deal as people seem to think, the > do

Re: Release D 2.088.0

2019-09-05 Thread Manu via Digitalmars-d-announce
On Tue, Sep 3, 2019 at 4:51 AM Daniel Kozak via Digitalmars-d-announce wrote: > > On Tue, Sep 3, 2019 at 10:48 AM Manu via Digitalmars-d-announce > wrote: > > > > On Tue., 3 Sep. 2019, 1:00 am Martin Nowak via Digitalmars-d-announce, > > wrote: > >> > >> Glad to announce D 2.088.0, ♥ to the 58

Re: Release D 2.088.0

2019-09-05 Thread M.M. via Digitalmars-d-announce
On Tuesday, 3 September 2019 at 07:57:00 UTC, Martin Nowak wrote: Glad to announce D 2.088.0, ♥ to the 58 contributors. This release comes with a new getLocation trait, a getAvailableDiskSpace in std.file, removal and deprecation of lots of various outdated APIs, an core.atomic.cas with result

Re: Release D 2.088.0

2019-09-03 Thread jmh530 via Digitalmars-d-announce
On Tuesday, 3 September 2019 at 14:02:43 UTC, bachmeier wrote: [snip] Those are a big deal. From a marketing perspective, those are gold IMO. If these are as big a deal as people seem to think, the documentation could be improved by including a brief example of how to use. In addition, th

Re: Release D 2.088.0

2019-09-03 Thread bachmeier via Digitalmars-d-announce
On Tuesday, 3 September 2019 at 08:22:36 UTC, Manu wrote: I like to think std::string and std::vector are a pretty big deal too ;) And thanks to you and whoever else did the work!

Re: Release D 2.088.0

2019-09-03 Thread bachmeier via Digitalmars-d-announce
On Tuesday, 3 September 2019 at 08:22:36 UTC, Manu wrote: I like to think std::string and std::vector are a pretty big deal too ;) Those are a big deal. From a marketing perspective, those are gold IMO.

Re: Release D 2.088.0

2019-09-03 Thread Jacob Carlborg via Digitalmars-d-announce
On Tuesday, 3 September 2019 at 10:02:26 UTC, a11e99z wrote: On Tuesday, 3 September 2019 at 07:57:00 UTC, Martin Nowak wrote: This release comes with a new C:\programz\D>dmd --version DMD32 D Compiler v2.088.0-dirty what is ..-dirty? It means the git repository was not clean when the compil

Re: Release D 2.088.0

2019-09-03 Thread Daniel Kozak via Digitalmars-d-announce
On Tue, Sep 3, 2019 at 10:48 AM Manu via Digitalmars-d-announce wrote: > > On Tue., 3 Sep. 2019, 1:00 am Martin Nowak via Digitalmars-d-announce, > wrote: >> >> Glad to announce D 2.088.0, ♥ to the 58 contributors. >> >> This release comes with a new getLocation trait, a getAvailableDiskSpace >>

Re: Release D 2.088.0

2019-09-03 Thread a11e99z via Digitalmars-d-announce
On Tuesday, 3 September 2019 at 07:57:00 UTC, Martin Nowak wrote: Glad to announce D 2.088.0, ♥ to the 58 contributors. This release comes with a new getLocation trait, a getAvailableDiskSpace in std.file, removal and deprecation of lots of various outdated APIs, an core.atomic.cas with result

Re: Release D 2.088.0

2019-09-03 Thread Manu via Digitalmars-d-announce
On Tue., 3 Sep. 2019, 1:00 am Martin Nowak via Digitalmars-d-announce, < digitalmars-d-announce@puremagic.com> wrote: > Glad to announce D 2.088.0, ♥ to the 58 contributors. > > This release comes with a new getLocation trait, a getAvailableDiskSpace > in std.file, removal and deprecation of lots

Release D 2.088.0

2019-09-03 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce D 2.088.0, ♥ to the 58 contributors. This release comes with a new getLocation trait, a getAvailableDiskSpace in std.file, removal and deprecation of lots of various outdated APIs, an core.atomic.cas with result value, and a couple of more changes. http://dlang.org/download.html