Re: Release Candidate [was: Re: Beta 2.087.0]

2019-07-04 Thread Jonathan M Davis via Digitalmars-d-announce
On Wednesday, July 3, 2019 1:30:37 AM MDT Andre Pany via Digitalmars-d- announce wrote: > Thanks, you helped me to find the issue. The productive coding > looks like this: > > import std.algorithm : all; > > void main() > { > import std.ascii : isAlpha, isDigit; > assert("abc123".all!(c

Re: Release Candidate [was: Re: Beta 2.087.0]

2019-07-03 Thread Andre Pany via Digitalmars-d-announce
On Wednesday, 3 July 2019 at 06:43:50 UTC, Eugene Wissner wrote: On Wednesday, 3 July 2019 at 05:13:34 UTC, Andre Pany wrote: Hi, for this coding ``` import std; void main() { assert("abc123".all!(c => (c.isAlpha && c.isUpper == false) || c.isDigit)); } ``` 2.087.0 RC throws an

Re: Release Candidate [was: Re: Beta 2.087.0]

2019-07-03 Thread Eugene Wissner via Digitalmars-d-announce
On Wednesday, 3 July 2019 at 05:13:34 UTC, Andre Pany wrote: Hi, for this coding ``` import std; void main() { assert("abc123".all!(c => (c.isAlpha && c.isUpper == false) || c.isDigit)); } ``` 2.087.0 RC throws an error:

Re: Release Candidate [was: Re: Beta 2.087.0]

2019-07-03 Thread Eugene Wissner via Digitalmars-d-announce
On Wednesday, 3 July 2019 at 05:13:34 UTC, Andre Pany wrote: Hi, for this coding ``` import std; void main() { assert("abc123".all!(c => (c.isAlpha && c.isUpper == false) || c.isDigit)); } ``` 2.087.0 RC throws an error:

Re: Release Candidate [was: Re: Beta 2.087.0]

2019-07-02 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 29 June 2019 at 22:21:42 UTC, Martin Nowak wrote: On Sunday, 16 June 2019 at 22:47:57 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.087.0 release, ♥ to the 66 contributors. Release Candidate is live. http://dlang.org/download.html#dmd_beta

Re: Release Candidate [was: Re: Beta 2.087.0]

2019-07-02 Thread Martin Nowak via Digitalmars-d-announce
On Sunday, 30 June 2019 at 06:45:05 UTC, Rainer Schuetze wrote: Thanks. It seems https://github.com/dlang/druntime/pull/2620 hasn't made it into the RC although it was merged into stable 2 days ago. I guess that coincided with preparations for the release candidate. Will it still be included

Re: Release Candidate [was: Re: Beta 2.087.0]

2019-06-30 Thread Rainer Schuetze via Digitalmars-d-announce
On 30/06/2019 00:21, Martin Nowak wrote: > On Sunday, 16 June 2019 at 22:47:57 UTC, Martin Nowak wrote: >> Glad to announce the first beta for the 2.087.0 release, ♥ to the 66 >> contributors. > > Release Candidate is live. > >> http://dlang.org/download.html#dmd_beta >>

Release Candidate [was: Re: Beta 2.087.0]

2019-06-29 Thread Martin Nowak via Digitalmars-d-announce
On Sunday, 16 June 2019 at 22:47:57 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.087.0 release, ♥ to the 66 contributors. Release Candidate is live. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.087.0.html As usual please report any bugs at