Re: We’re hiring Software Engineers! (D language)

2019-07-03 Thread Andrej Mitrovic via Digitalmars-d-announce
On Wednesday, 3 July 2019 at 14:38:48 UTC, Dejan Lekic wrote: On Tuesday, 2 July 2019 at 08:56:42 UTC, Andrej Mitrovic wrote: Hi! BPF Korea is looking to increase the size of its core development team in Seoul, South Korea. The job is on-site, and the company is willing to sponsor your Visa

Re: We’re hiring Software Engineers! (D language)

2019-07-03 Thread Dejan Lekic via Digitalmars-d-announce
On Tuesday, 2 July 2019 at 08:56:42 UTC, Andrej Mitrovic wrote: Hi! BPF Korea is looking to increase the size of its core development team in Seoul, South Korea. The job is on-site, and the company is willing to sponsor your Visa application and will guide you through the entire process.

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: