Re: Beta 2.100.0

2022-05-15 Thread rikki cattermole via Digitalmars-d-announce
Its compiled in statically to Phobos (however this may depend on 
compiler ext.).


Re: Beta 2.100.0

2022-05-15 Thread kdevel via Digitalmars-d-announce

On Friday, 22 April 2022 at 14:33:19 UTC, Brian Callahan wrote:

Just added a changelog entry for my zlib update to phobos...
(Sorry for not doing it before! Even after Iain mentioned it...)

~Brian


Has the zlib-source been altered or why is it included as source? 
I mean I just upgraded my OS's zlib shared object and thought I'm 
done.


Release Candidate [was: Re: Beta 2.100.0]

2022-05-03 Thread Martin Nowak via Digitalmars-d-announce

On Friday, 22 April 2022 at 09:24:00 UTC, Martin Nowak wrote:
Glad to announce the first beta for the 2.100.0 release, ♥ to 
the 40 contributors.


http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.100.0.html


Release Candidate is live now.


As usual please report any bugs at
https://issues.dlang.org

-Martin





Re: Beta 2.100.0

2022-04-26 Thread Christopher Katko via Digitalmars-d-announce

On Friday, 22 April 2022 at 09:24:00 UTC, Martin Nowak wrote:
Glad to announce the first beta for the 2.100.0 release, ♥ to 
the 40 contributors.


http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.100.0.html

As usual please report any bugs at
https://issues.dlang.org

-Martin


OOOH 'mustuse' is something I asked for template help with! 
Seeing someone make a direct language feature is great! I write 
performant code that often uses return values for simplicity and 
I didn't want an "opt-in" form of error detection because the 
entire point is preventing people from forgetting to check return 
values. You also, AFAIK, can't even use exceptions anywhere near 
deconstructors.


I'll have to try this feature out.

Thanks for the hard work everyone!


Re: Beta 2.100.0

2022-04-24 Thread Brian Callahan via Digitalmars-d-announce

On Friday, 22 April 2022 at 09:24:00 UTC, Martin Nowak wrote:
Glad to announce the first beta for the 2.100.0 release, ♥ to 
the 40 contributors.


http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.100.0.html

As usual please report any bugs at
https://issues.dlang.org

-Martin


Found a bug that prevents 2.100.0-beta.1 from building on OpenBSD.
Fix here: https://github.com/dlang/druntime/pull/3809

~Brian


Re: Beta 2.100.0

2022-04-24 Thread Guillaume Piolat via Digitalmars-d-announce

On Sunday, 24 April 2022 at 07:56:53 UTC, Walter Bright wrote:
I've addressed all three. The latter two are the result of 
incorrect usage, so I added some examples here:


https://github.com/dlang/druntime/pull/3808

which should help.


Thanks! I had suspected some bad usage from my end.


Re: Beta 2.100.0

2022-04-24 Thread Walter Bright via Digitalmars-d-announce

On 4/23/2022 7:45 AM, Guillaume Piolat wrote:
Those are not super critical bugs. It would just be nice to be able to use 
D_SIMD one day, as DMD compile speed benefits are enticing.


I've addressed all three. The latter two are the result of incorrect usage, so I 
added some examples here:


https://github.com/dlang/druntime/pull/3808

which should help.


Re: Beta 2.100.0

2022-04-23 Thread Walter Bright via Digitalmars-d-announce

On 4/22/2022 2:24 AM, Martin Nowak wrote:

Glad to announce the first beta for the 2.100.0 release, ♥ to the 40 
contributors.

http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.100.0.html

As usual please report any bugs at
https://issues.dlang.org

-Martin



Yay! Thanks, Martin + 40!


Re: Beta 2.100.0

2022-04-23 Thread Bastiaan Veelo via Digitalmars-d-announce

On Friday, 22 April 2022 at 09:24:00 UTC, Martin Nowak wrote:


http://dlang.org/changelog/2.100.0.html


It seems the list of contributors does not include the 
contributions to Dub.


— Bastiaan.


Re: Beta 2.100.0

2022-04-23 Thread Guillaume Piolat via Digitalmars-d-announce

On Friday, 22 April 2022 at 13:19:13 UTC, Guillaume Piolat wrote:

On Friday, 22 April 2022 at 09:24:00 UTC, Martin Nowak wrote:


As usual please report any bugs at
https://issues.dlang.org

-Martin


Thanks for all involved.
https://issues.dlang.org/show_bug.cgi?id=23046


More on the backend:
https://issues.dlang.org/show_bug.cgi?id=23047
https://issues.dlang.org/show_bug.cgi?id=23048
https://issues.dlang.org/show_bug.cgi?id=23049

Those are not super critical bugs. It would just be nice to be 
able to use D_SIMD one day, as DMD compile speed benefits are 
enticing.


Re: Beta 2.100.0

2022-04-22 Thread user1234 via Digitalmars-d-announce

On Friday, 22 April 2022 at 09:55:22 UTC, rikki cattermole wrote:

This release is very exciting.

Semver versioning,


it just took 100 releases to accidentaly match the standards.
What a marathon.


Re: Beta 2.100.0

2022-04-22 Thread Vladimir Marchevsky via Digitalmars-d-announce

On Friday, 22 April 2022 at 09:24:00 UTC, Martin Nowak wrote:


Implement DIP 1038: @mustuse


I like how fresh-accepted DIPs are implemented while some ones 
accepted years ago are still missing in compiler.


Re: Beta 2.100.0

2022-04-22 Thread Brian Callahan via Digitalmars-d-announce

Just added a changelog entry for my zlib update to phobos...
(Sorry for not doing it before! Even after Iain mentioned it...)

~Brian


Re: Beta 2.100.0

2022-04-22 Thread Guillaume Piolat via Digitalmars-d-announce

On Friday, 22 April 2022 at 09:24:00 UTC, Martin Nowak wrote:


As usual please report any bugs at
https://issues.dlang.org

-Martin


Thanks for all involved.
https://issues.dlang.org/show_bug.cgi?id=23046


Re: Beta 2.100.0

2022-04-22 Thread Salih Dincer via Digitalmars-d-announce

On Friday, 22 April 2022 at 09:24:00 UTC, Martin Nowak wrote:
Glad to announce the first beta for the 2.100.0 release, ♥ to 
the 40 contributors.


http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.100.0.html

As usual please report any bugs at
https://issues.dlang.org

-Martin


I have been so looking forward to this moment! I'm looking 
forward to the release of the version...


Thanks to everyone who contributed. 

SDB@1979


Re: Beta 2.100.0

2022-04-22 Thread rikki cattermole via Digitalmars-d-announce

This release is very exciting.

Semver versioning, lots of shared library support for dub, @mustuse and 
lots of deprecations + removals.