Thread overview
Beta 2.084.0
Dec 17, 2018
Martin Nowak
Dec 18, 2018
Andre Pany
Dec 24, 2018
Martin Nowak
Dec 25, 2018
Basile B.
Dec 25, 2018
Andre Pany
Dec 28, 2018
Basile B.
Release Candidate [was: Re: Beta 2.084.0]
Dec 29, 2018
Martin Nowak
Dec 29, 2018
Andre Pany
Dec 30, 2018
Andre Pany
December 17, 2018
Glad to announce the first beta for the 2.084.0 release, ♥ to the 51 contributors.

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

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

-Martin
December 18, 2018
On Monday, 17 December 2018 at 21:38:07 UTC, Martin Nowak wrote:
> Glad to announce the first beta for the 2.084.0 release, ♥ to the 51 contributors.
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.084.0.html
>
> As usual please report any bugs at
> https://issues.dlang.org
>
> -Martin

Thanks for another great release.

I found a small issue:

.\src\druntime\import\core\runtime.d(250,20): Error: undefined identifier `rt_loadLibraryW`, did you mean function `rt_loadLibrary`?

Kind regards
André
December 24, 2018
On 12/17/18 10:38 PM, Martin Nowak wrote:

Second beta live now.
December 25, 2018
On Monday, 24 December 2018 at 22:33:27 UTC, Martin Nowak wrote:
> On 12/17/18 10:38 PM, Martin Nowak wrote:
>
> Second beta live now.

Can someone take a look at https://issues.dlang.org/show_bug.cgi?id=19510 ?
December 25, 2018
On Monday, 24 December 2018 at 22:33:27 UTC, Martin Nowak wrote:
> On 12/17/18 10:38 PM, Martin Nowak wrote:
>
> Second beta live now.

Basile B. solved the spurious NOLOGO bug. Can you include it in 2.084?
https://github.com/dlang/dmd/pull/9142

For the regression (rt_loadLibraryW) there is an open pull request
https://github.com/dlang/druntime/pull/2414

Kind regards
Andre
December 28, 2018
On Tuesday, 25 December 2018 at 18:26:16 UTC, Andre Pany wrote:
> On Monday, 24 December 2018 at 22:33:27 UTC, Martin Nowak wrote:
>> On 12/17/18 10:38 PM, Martin Nowak wrote:
>>
>> Second beta live now.
>
> Basile B. solved the spurious NOLOGO bug. Can you include it in 2.084?
> https://github.com/dlang/dmd/pull/9142

He doesn't have to include it because the fix has been merged in the stable branch, which is the one used to build the releases.
December 29, 2018
On 12/17/18 10:38 PM, Martin Nowak wrote:

Release Candidate for 2.084.0 is live now.

> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.084.0.html
> 
> As usual please report any bugs at https://issues.dlang.org
> 
> -Martin
December 29, 2018
On Saturday, 29 December 2018 at 15:21:32 UTC, Martin Nowak wrote:
> On 12/17/18 10:38 PM, Martin Nowak wrote:
>
> Release Candidate for 2.084.0 is live now.
>
>> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.084.0.html
>> 
>> As usual please report any bugs at https://issues.dlang.org
>> 
>> -Martin

The Runtime.loadLibrary issue is a heavy regression (https://issues.dlang.org/show_bug.cgi?id=19498).

Is there a workaround for the issue? Should the workaround info be added to the release note?

Kind regards
Andre
December 30, 2018
On Saturday, 29 December 2018 at 19:14:29 UTC, Andre Pany wrote:
> On Saturday, 29 December 2018 at 15:21:32 UTC, Martin Nowak wrote:
>> On 12/17/18 10:38 PM, Martin Nowak wrote:
>>
>> Release Candidate for 2.084.0 is live now.
>>
>>> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.084.0.html
>>> 
>>> As usual please report any bugs at https://issues.dlang.org
>>> 
>>> -Martin
>
> The Runtime.loadLibrary issue is a heavy regression (https://issues.dlang.org/show_bug.cgi?id=19498).
>
> Is there a workaround for the issue? Should the workaround info be added to the release note?
>
> Kind regards
> Andre

Thanks a lot Rainer for solving this issue (https://github.com/dlang/druntime/pull/2425)

Kind regards
Andre