February 17, 2019
On Sunday, 17 February 2019 at 07:49:24 UTC, Rainer Schuetze wrote:
> It is listed as "Bugzilla 19455: GC wastes too much memory".
>
> What's not found in the changelog is an optimization sweeping large allocations that is inspired by your report https://forum.dlang.org/thread/zrouxhbkssrncyinhvdz@forum.dlang.org: https://github.com/dlang/druntime/pull/2430

Thank you!
February 17, 2019
On Sunday, 17 February 2019 at 12:34:12 UTC, Per Nordlöw wrote:
>> What's not found in the changelog is an optimization sweeping large allocations that is inspired by your report https://forum.dlang.org/thread/zrouxhbkssrncyinhvdz@forum.dlang.org: https://github.com/dlang/druntime/pull/2430
>
> Thank you!

Made a comment about size types, regarding why 24 bytes wasn't included in the size set, @rainers ?

https://github.com/dlang/druntime/pull/2384#issuecomment-464488155
February 24, 2019
On Saturday, 16 February 2019 at 15:06:51 UTC, Martin Nowak wrote:
> Glad to announce the first beta for the 2.085.0 release, ♥ to the 49 contributors.
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.085.0.html

Second beta is live now.
February 26, 2019
On Sunday, 24 February 2019 at 22:31:53 UTC, Martin Nowak wrote:
> On Saturday, 16 February 2019 at 15:06:51 UTC, Martin Nowak wrote:
>> Glad to announce the first beta for the 2.085.0 release, ♥ to the 49 contributors.
>>
>> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.085.0.html
>
> Second beta is live now.

I just found this regression for linux and windows, starting with 2.084.1 and still
occurring in this second beta:

app.d
import std.string;
void main(){}

dmd -m64 -c -ofdlang-sample.o -unittest -Xfdocs.json -Df__dummy.html -Isource app.d && dmd -ofdlang-sample dlang-sample.o -m64

dlang-sample.o: In function `_D3std8typecons__T5TupleTaTaZQl6toHashMxFNaNbNiNfZm':
app.d:(.text._D3std8typecons__T5TupleTaTaZQl6toHashMxFNaNbNiNfZm[_D3std8typecons__T5TupleTaTaZQl6toHashMxFNaNbNiNfZm]+0x19): undefined reference to `_D6object__T6hashOfTxaZQlFNaNbNiNfKxaZm'
app.d:(.text._D3std8typecons__T5TupleTaTaZQl6toHashMxFNaNbNiNfZm[_D3std8typecons__T5TupleTaTaZQl6toHashMxFNaNbNiNfZm]+0x32): undefined reference to `_D6object__T6hashOfTxaZQlFNaNbNiNfKxaZm'
collect2: error: ld returned 1 exit status
Error: linker exited with status 1

I currently do not have access to Issues, will create an issue later.

Kind regards
André
February 26, 2019
On Tuesday, 26 February 2019 at 08:09:00 UTC, Andre Pany wrote:
> On Sunday, 24 February 2019 at 22:31:53 UTC, Martin Nowak wrote:
>> [...]
>
> I just found this regression for linux and windows, starting with 2.084.1 and still
> occurring in this second beta:
>
> [...]

Issue created
https://issues.dlang.org/show_bug.cgi?id=19701
February 27, 2019
On Saturday, 16 February 2019 at 15:06:51 UTC, Martin Nowak wrote:
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.085.0.html

The release candidate is live now.
February 28, 2019
On Sunday, 24 February 2019 at 22:31:53 UTC, Martin Nowak wrote:
> On Saturday, 16 February 2019 at 15:06:51 UTC, Martin Nowak wrote:
>> Glad to announce the first beta for the 2.085.0 release, ♥ to the 49 contributors.
>>
>> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.085.0.html
>
> Second beta is live now.

Having an editor open during installation can be problematic.
https://issues.dlang.org/show_bug.cgi?id=19707

1 2
Next ›   Last »