digitalmars.D.announce - Beta 2.086.1
- Martin Nowak (7/7) Jun 12 2019 Glad to announce the first beta for the 2.086.1 point release, ♥ to th...
- Eugene Wissner (2/9) Jun 12 2019 Mathis Beer and FeepingCreature are the same person.
- Eugene Wissner (2/14) Jun 12 2019 And "Suleyman Sahmi" is listed twice.
- Seb (3/15) Jun 13 2019 PRs are welcome to:
- Eugene Wissner (2/18) Jun 13 2019 I always forget where is the alias list :) Mea culpa
- Walter Bright (2/13) Jun 13 2019 Thank you, Martin!
- steven kladitis (12/26) Jun 15 2019 I see in the newest pulls that "NULL" is not being tested
Glad to announce the first beta for the 2.086.1 point release, ♥ to the 20 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.086.1.html As usual please report any bugs at https://issues.dlang.org -Martin
Jun 12 2019
On Wednesday, 12 June 2019 at 23:51:39 UTC, Martin Nowak wrote:Glad to announce the first beta for the 2.086.1 point release, ♥ to the 20 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.086.1.html As usual please report any bugs at https://issues.dlang.org -MartinMathis Beer and FeepingCreature are the same person.
Jun 12 2019
On Thursday, 13 June 2019 at 03:48:05 UTC, Eugene Wissner wrote:On Wednesday, 12 June 2019 at 23:51:39 UTC, Martin Nowak wrote:And "Suleyman Sahmi" is listed twice.Glad to announce the first beta for the 2.086.1 point release, ♥ to the 20 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.086.1.html As usual please report any bugs at https://issues.dlang.org -MartinMathis Beer and FeepingCreature are the same person.
Jun 12 2019
On Thursday, 13 June 2019 at 03:48:05 UTC, Eugene Wissner wrote:On Wednesday, 12 June 2019 at 23:51:39 UTC, Martin Nowak wrote:PRs are welcome to: https://github.com/dlang/tools/blob/master/.mailmapGlad to announce the first beta for the 2.086.1 point release, ♥ to the 20 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.086.1.html As usual please report any bugs at https://issues.dlang.org -MartinMathis Beer and FeepingCreature are the same person.
Jun 13 2019
On Thursday, 13 June 2019 at 09:06:30 UTC, Seb wrote:On Thursday, 13 June 2019 at 03:48:05 UTC, Eugene Wissner wrote:I always forget where is the alias list :) Mea culpaOn Wednesday, 12 June 2019 at 23:51:39 UTC, Martin Nowak wrote:PRs are welcome to: https://github.com/dlang/tools/blob/master/.mailmapGlad to announce the first beta for the 2.086.1 point release, ♥ to the 20 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.086.1.html As usual please report any bugs at https://issues.dlang.org -MartinMathis Beer and FeepingCreature are the same person.
Jun 13 2019
On 6/12/2019 4:51 PM, Martin Nowak wrote:Glad to announce the first beta for the 2.086.1 point release, ♥ to the 20 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.086.1.html As usual please report any bugs at https://issues.dlang.org -MartinThank you, Martin!
Jun 13 2019
On Thursday, 13 June 2019 at 21:41:54 UTC, Walter Bright wrote:On 6/12/2019 4:51 PM, Martin Nowak wrote:I see in the newest pulls that "NULL" is not being tested correctly. I believe they should all use IS NULL or !IS null. If I am correct, i would ask that all code be checked for this issue. From Ali's Book and my experience in Database coding. Determining whether it is null However, because the == operator needs actual objects to compare, the expression below cannot be compiled: if (variable == null) // ← compilation ERROR however this code must compile when it should not.Glad to announce the first beta for the 2.086.1 point release, ♥ to the 20 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.086.1.html As usual please report any bugs at https://issues.dlang.org -MartinThank you, Martin!
Jun 15 2019