Re: Build your dub packages with Github Actions

2019-09-07 Thread CodeMyst via Digitalmars-d-announce
On Friday, 6 September 2019 at 22:02:06 UTC, Andre Pany wrote: Hi, Just a small info, building your D application using Github Actions just works out of the box thanks to the install.sh script! This configuration will install a "dub build" pull request voter: https://github.com/andre2007/

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: Build your dub packages with Github Actions

2019-09-07 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 7 September 2019 at 09:20:23 UTC, Ernesto Castellotti wrote: On Saturday, 7 September 2019 at 07:56:28 UTC, Jacob Carlborg wrote: On 2019-09-07 00:02, Andre Pany wrote: Hi, Just a small info, building your D application using Github Actions just works out of the box thanks to the

Re: Build your dub packages with Github Actions

2019-09-07 Thread Ernesto Castellotti via Digitalmars-d-announce
On Saturday, 7 September 2019 at 07:56:28 UTC, Jacob Carlborg wrote: On 2019-09-07 00:02, Andre Pany wrote: Hi, Just a small info, building your D application using Github Actions just works out of the box thanks to the install.sh script! This configuration will install a "dub build" pull r

Re: Build your dub packages with Github Actions

2019-09-07 Thread Jacob Carlborg via Digitalmars-d-announce
On 2019-09-07 00:02, Andre Pany wrote: Hi, Just a small info, building your D application using Github Actions just works out of the box thanks to the install.sh script! This configuration will install a "dub build" pull request voter: https://github.com/andre2007/coding-puzzles/blob/master/

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