Jump to page: 1 27  
Page
Thread overview
Beta D 2.068.0-b2
Jul 25, 2015
Martin Nowak
Jul 26, 2015
Martin Nowak
Jul 26, 2015
Nick Sabalausky
Jul 27, 2015
Jordi Sayol
Jul 27, 2015
Martin Nowak
Jul 27, 2015
Ben Boeckel
Jul 28, 2015
Jacob Carlborg
Jul 29, 2015
Jacob Carlborg
Jul 29, 2015
Jacob Carlborg
Jul 26, 2015
Rikki Cattermole
Re: Beta D 2.068.0-b2 + vibe.d 0.7.24-rc.1
Jul 26, 2015
Sönke Ludwig
Jul 26, 2015
anonymous
Jul 26, 2015
extrawurst
Jul 26, 2015
Brian Schott
Jul 27, 2015
Joseph Cassman
Jul 27, 2015
Joseph Cassman
Jul 31, 2015
Gerald Jansen
Jul 31, 2015
Kelet
Jul 31, 2015
Kelet
Aug 02, 2015
Martin Nowak
Jul 27, 2015
Martin Nowak
Jul 27, 2015
extrawurst
Jul 27, 2015
jmh530
Jul 28, 2015
Martin Nowak
Jul 27, 2015
Joseph Cassman
Jul 28, 2015
Martin Nowak
Jul 28, 2015
Joseph Cassman
Jul 27, 2015
anonymous
Jul 27, 2015
anonymous
Jul 28, 2015
anonymous
Jul 28, 2015
Martin Nowak
Jul 27, 2015
Joseph Cassman
Jul 27, 2015
jmh530
Jul 27, 2015
Joseph Cassman
Jul 28, 2015
Sönke Ludwig
Jul 28, 2015
jmh530
Jul 28, 2015
Martin Nowak
Jul 29, 2015
Joseph Cassman
Jul 29, 2015
Martin Nowak
Jul 28, 2015
Martin Nowak
Jul 29, 2015
Joseph Cassman
Jul 29, 2015
Martin Nowak
Jul 29, 2015
Martin Nowak
Jul 30, 2015
Joseph Cassman
Jul 30, 2015
Sönke Ludwig
Jul 30, 2015
Sönke Ludwig
Jul 30, 2015
Rainer Schuetze
Jul 31, 2015
Joseph Cassman
Aug 02, 2015
Rainer Schuetze
Aug 03, 2015
Joseph Cassman
Aug 03, 2015
Martin Nowak
Jul 30, 2015
Rainer Schuetze
Jul 30, 2015
Rainer Schuetze
Jul 30, 2015
Vladimir Panteleev
Jul 30, 2015
Rainer Schuetze
Jul 31, 2015
Kagamin
Aug 02, 2015
Rainer Schuetze
Jul 30, 2015
Martin Nowak
Jul 31, 2015
Joseph Cassman
Jul 31, 2015
Joseph Cassman
Jul 29, 2015
jmh530
Jul 30, 2015
Rainer Schuetze
Jul 29, 2015
Kagamin
Jul 29, 2015
Taylor Hillegeist
Jul 29, 2015
Kagamin
Jul 30, 2015
Joseph Cassman
Jul 30, 2015
John Colvin
Aug 02, 2015
Martin Nowak
Aug 02, 2015
Rainer Schuetze
Aug 02, 2015
John Colvin
July 25, 2015
Second beta for the 2.068.0 release.

http://downloads.dlang.org/pre-releases/2.x/2.068.0/ http://ftp.digitalmars.com/

Also available on Travis-CI as dmd-2.068.0-b2.

The changelog (http://dlang.org/changelog.html#2.068.0) contains a list
of all fixed issues that will be included in 2.068.0.
A description of library and language changes is still upcoming.

This beta comes with 27 dmd, 2 druntime, and 4 phobos fixes.

https://github.com/D-Programming-Language/dmd/compare/v2.068.0-b1...v2.068.0-b2 https://github.com/D-Programming-Language/druntime/compare/v2.068.0-b1...v2.068.0-b2 https://github.com/D-Programming-Language/phobos/compare/v2.068.0-b1...v2.068.0-b2

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

-Martin
July 26, 2015
On 07/25/2015 02:20 PM, Martin Nowak wrote:
> Second beta for the 2.068.0 release.
> 
> http://downloads.dlang.org/pre-releases/2.x/2.068.0/ http://ftp.digitalmars.com/

BTW, I'd like to phase out the fat 50-60MB combined zip, and add
tar.xz/gz for linux/freebsd/osx.
Does anyone still rely on the combined zip?
July 26, 2015
On 26/07/2015 12:20 a.m., Martin Nowak wrote:
> Second beta for the 2.068.0 release.
>
> http://downloads.dlang.org/pre-releases/2.x/2.068.0/
> http://ftp.digitalmars.com/
>
> Also available on Travis-CI as dmd-2.068.0-b2.
>
> The changelog (http://dlang.org/changelog.html#2.068.0) contains a list
> of all fixed issues that will be included in 2.068.0.
> A description of library and language changes is still upcoming.
>
> This beta comes with 27 dmd, 2 druntime, and 4 phobos fixes.
>
> https://github.com/D-Programming-Language/dmd/compare/v2.068.0-b1...v2.068.0-b2
> https://github.com/D-Programming-Language/druntime/compare/v2.068.0-b1...v2.068.0-b2
> https://github.com/D-Programming-Language/phobos/compare/v2.068.0-b1...v2.068.0-b2
>
> Please report any bugs at https://issues.dlang.org.
>
> -Martin
>

*Grumbles* I was hoping a bug I found was fixed in ~master. It's not.
I'll submit bug report later but:

Internal error: backend\cgcv.c 217

But only in -debug -m64 without -v on Windows. With -v or -release, it builds fine.
July 26, 2015
On 07/26/2015 09:55 AM, Martin Nowak wrote:
> On 07/25/2015 02:20 PM, Martin Nowak wrote:
>> Second beta for the 2.068.0 release.
>>
>> http://downloads.dlang.org/pre-releases/2.x/2.068.0/
>> http://ftp.digitalmars.com/
>
> BTW, I'd like to phase out the fat 50-60MB combined zip, and add
> tar.xz/gz for linux/freebsd/osx.
> Does anyone still rely on the combined zip?
>

I think DVM still relies on it (unless I just have an old DVM on this machine)

July 26, 2015
The first RC of vibe.d 0.7.24 has also just been released. It works with DMD 2.068.0-b2. The final release will happen in lock-step with the DMD release.

Changelog:
https://github.com/rejectedsoftware/vibe.d/blob/master/CHANGELOG.md
July 26, 2015
On Saturday, 25 July 2015 at 12:21:19 UTC, Martin Nowak wrote:
> Second beta for the 2.068.0 release.

Is std.expermimental.allocator planned for 2.068 ?
I see it's still not merged and we already almost in August.
July 26, 2015
On Sunday, 26 July 2015 at 21:13:07 UTC, anonymous wrote:
> On Saturday, 25 July 2015 at 12:21:19 UTC, Martin Nowak wrote:
>> Second beta for the 2.068.0 release.
>
> Is std.expermimental.allocator planned for 2.068 ?
> I see it's still not merged and we already almost in August.

yeah was hoping to see it in there too

--Stephan
July 26, 2015
On Sunday, 26 July 2015 at 21:13:07 UTC, anonymous wrote:
> On Saturday, 25 July 2015 at 12:21:19 UTC, Martin Nowak wrote:
>> Second beta for the 2.068.0 release.
>
> Is std.expermimental.allocator planned for 2.068 ?
> I see it's still not merged and we already almost in August.

That makes me disappointed. I spent many hours reviewing and debugging that package. I have several projects that depend on it and I'd rather not maintain my own copy any more.
July 27, 2015
On Sunday, 26 July 2015 at 23:07:15 UTC, Brian Schott wrote:
> On Sunday, 26 July 2015 at 21:13:07 UTC, anonymous wrote:
>> On Saturday, 25 July 2015 at 12:21:19 UTC, Martin Nowak wrote:
>>> Second beta for the 2.068.0 release.
>>
>> Is std.expermimental.allocator planned for 2.068 ?
>> I see it's still not merged and we already almost in August.
>
> That makes me disappointed. I spent many hours reviewing and debugging that package. I have several projects that depend on it and I'd rather not maintain my own copy any more.

Please merge allocators. How did the review finish, BTW? Still waiting on its summary. Unless I missed it.

Thanks for the work on getting this included in 2.068.

Joseph
July 27, 2015
On Monday, 27 July 2015 at 03:18:13 UTC, Joseph Cassman wrote:
> [...]
> How did the review finish, BTW? Still waiting on its summary. Unless I missed it.
>

Looks like the review summary was just posted. Thanks for the update.

Joseph

« First   ‹ Prev
1 2 3 4 5 6 7