April 24, 2022
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.
April 24, 2022
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.
April 24, 2022

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

April 26, 2022

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!

May 03, 2022

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

May 15, 2022

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.

May 16, 2022
Its compiled in statically to Phobos (however this may depend on compiler ext.).
1 2
Next ›   Last »