Jump to page: 1 2
Thread overview
Beta 2.077.1
Nov 23, 2017
Martin Nowak
Nov 23, 2017
Nicholas Wilson
Nov 23, 2017
Nicholas Wilson
Nov 23, 2017
codephantom
Nov 26, 2017
Walter Bright
Nov 26, 2017
Jonathan M Davis
Nov 30, 2017
Martin Nowak
Nov 26, 2017
Paolo Invernizzi
Nov 30, 2017
Martin Nowak
Dec 01, 2017
Paolo Invernizzi
November 23, 2017
First beta for the 2.077.1 point release.

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

Please report any bugs at https://issues.dlang.org

- -Martin

November 23, 2017
On Thursday, 23 November 2017 at 11:43:08 UTC, Martin Nowak wrote:
> First beta for the 2.077.1 point release.
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.077.1.html
>
> Please report any bugs at https://issues.dlang.org
>
> - -Martin

Issue 17966 is a phobos bug. Why are the fixes for it druntime commits? This looks like a mixup.
November 23, 2017
On Thursday, 23 November 2017 at 12:04:05 UTC, Nicholas Wilson wrote:
> On Thursday, 23 November 2017 at 11:43:08 UTC, Martin Nowak wrote:
>> First beta for the 2.077.1 point release.
>>
>> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.077.1.html
>>
>> Please report any bugs at https://issues.dlang.org
>>
>> - -Martin
>
> Issue 17966 is a phobos bug. Why are the fixes for it druntime commits? This looks like a mixup.

The bug affected the makefiles of both druntime and phobos. The first merge commit apparently wins the closing bugzilla comment ;)

https://github.com/dlang/druntime/pull/1974
https://github.com/dlang/phobos/pull/5868
November 23, 2017
On Thursday, 23 November 2017 at 13:06:14 UTC, Petar Kirov [ZombineDev] wrote:
> On Thursday, 23 November 2017 at 12:04:05 UTC, Nicholas Wilson wrote:
>> On Thursday, 23 November 2017 at 11:43:08 UTC, Martin Nowak wrote:
>>> First beta for the 2.077.1 point release.
>>>
>>> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.077.1.html
>>>
>>> Please report any bugs at https://issues.dlang.org
>>>
>>> - -Martin
>>
>> Issue 17966 is a phobos bug. Why are the fixes for it druntime commits? This looks like a mixup.
>
> The bug affected the makefiles of both druntime and phobos. The first merge commit apparently wins the closing bugzilla comment ;)
>
> https://github.com/dlang/druntime/pull/1974
> https://github.com/dlang/phobos/pull/5868

Actually, it looks like Martin made a typo in the commit message and wrote 17966 instead of 17996, which I missed :/
November 23, 2017
On Thursday, 23 November 2017 at 11:43:08 UTC, Martin Nowak wrote:
> First beta for the 2.077.1 point release.
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.077.1.html
>
> Please report any bugs at https://issues.dlang.org
>
> - -Martin

FreeBSD binaries too. I love it!
November 23, 2017
On Thursday, 23 November 2017 at 13:09:09 UTC, Petar Kirov [ZombineDev] wrote:
> On Thursday, 23 November 2017 at 13:06:14 UTC, Petar Kirov [ZombineDev] wrote:
>> On Thursday, 23 November 2017 at 12:04:05 UTC, Nicholas Wilson wrote:
>>> On Thursday, 23 November 2017 at 11:43:08 UTC, Martin Nowak wrote:
>>>> [...]
>>>
>>> Issue 17966 is a phobos bug. Why are the fixes for it druntime commits? This looks like a mixup.
>>
>> The bug affected the makefiles of both druntime and phobos. The first merge commit apparently wins the closing bugzilla comment ;)
>>
>> https://github.com/dlang/druntime/pull/1974
>> https://github.com/dlang/phobos/pull/5868
>
> Actually, it looks like Martin made a typo in the commit message and wrote 17966 instead of 17996, which I missed :/

I meant that. Sorry for not being clear.
November 26, 2017
Too late for RAII for betterC? :-(
November 26, 2017
On Thursday, 23 November 2017 at 11:43:08 UTC, Martin Nowak wrote:
> First beta for the 2.077.1 point release.
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.077.1.html
>
> Please report any bugs at https://issues.dlang.org
>
> - -Martin

18012 is an ice regression towards 2.076.1 ...

/P
November 26, 2017
On Sunday, November 26, 2017 03:30:27 Walter Bright via Digitalmars-d- announce wrote:
> Too late for RAII for betterC? :-(

This is a point release, and adding RAII to betterC is a new feature. Normally, only bug fixes are supposed to go in point releases.

- Jonathan M Davis

November 30, 2017
On 11/26/2017 12:30 PM, Walter Bright wrote:
> Too late for RAII for betterC? :-(

Also see https://forum.dlang.org/post/oknjtm$1unb$1@digitalmars.com for the release schedule. Next major release will be 2.078.0 on Jan 1 2018. Just make sure to finish and properly test any features in time.
« First   ‹ Prev
1 2