Jump to page: 1 2
Thread overview
Release Candidate D 2.068.0-rc1
Aug 04, 2015
Martin Nowak
Aug 05, 2015
Ali Çehreli
Aug 05, 2015
Martin Nowak
Changelog
Aug 05, 2015
Martin Nowak
Aug 05, 2015
Brian Schott
Aug 05, 2015
anonymous
Aug 05, 2015
Brian Schott
Aug 06, 2015
Martin Nowak
Aug 07, 2015
Ali Çehreli
Aug 05, 2015
Martin Nowak
Aug 06, 2015
Walter Bright
Aug 07, 2015
Yazan D
Aug 07, 2015
Ali Çehreli
Aug 07, 2015
Walter Bright
Aug 07, 2015
Marc Schütz
Aug 07, 2015
tired_eyes
August 04, 2015
Release Candidate for 2.068.0

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

We fixed the remaining issues.

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

Unless any new issue pops up, we'll make the release on friday.

-Martin
August 05, 2015
On 08/04/2015 04:57 PM, Martin Nowak wrote:
> Release Candidate for 2.068.0
>
> http://downloads.dlang.org/pre-releases/2.x/2.068.0/

Thanks for doing this!

This always gets me: Don't forget to refresh the browser page to see the the new entries (rc1).

Ali

August 05, 2015
On Wednesday, 5 August 2015 at 00:42:46 UTC, Ali Çehreli wrote:
> This always gets me: Don't forget to refresh the browser page to see the the new entries (rc1).

Yes, that's a trap.
I tweaked the cache control for the current beta's page, will do that the next time right away to resolve this.

August 05, 2015
On 08/05/2015 01:57 AM, Martin Nowak wrote:
> Release Candidate for 2.068.0

To make this a successful release we need to work on the changelog, so that the rest of the world can know what we actually did. Right now it only contains a few entries and the ugly bug list.

http://dlang.org/changelog.html

Here are lists of PRs that still need a changelog entry.

https://github.com/D-Programming-Language/dmd/pulls?q=label%3Achangelog_v2.068+is%3Aclosed https://github.com/D-Programming-Language/druntime/pulls?q=label%3Achangelog_v2.068+is%3Aclosed https://github.com/D-Programming-Language/phobos/pulls?q=label%3Achangelog_v2.068+is%3Aclosed

Please add the 'pending changelog' tag once you're working on an entry
to avoid double efforts.
Changes need to go into the stable branch of dlang.org.
https://github.com/D-Programming-Language/dlang.org/blob/stable/changelog.dd


Also we need to go through the list of PRs and tag them with "changelog_v2.068" if anything noticeable was merged. If everbody does it for his own PRs we're done very fast.

https://github.com/D-Programming-Language/dmd/pulls?q=merged%3A%3E%3D2015-03-24 https://github.com/D-Programming-Language/druntime/pulls?q=merged%3A%3E%3D2015-03-24 https://github.com/D-Programming-Language/phobos/pulls?q=merged%3A%3E%3D2015-03-24

To get a list of only your PRs merged into phobos, select the author. https://github.com/D-Programming-Language/phobos/pulls?q=merged%3A%3E%3D2015-03-24+author%3AMartinNowak


https://trello.com/c/iY3PYSeQ/37-changelog-changelog-changelog

-Martin
August 05, 2015
On Wednesday, 5 August 2015 at 06:45:56 UTC, Martin Nowak wrote:
> On 08/05/2015 01:57 AM, Martin Nowak wrote:
>> Release Candidate for 2.068.0
>
> To make this a successful release we need to work on the changelog, so that the rest of the world can know what we actually did. Right now it only contains a few entries and the ugly bug list.

Where does that changelog come from? I made some pull requests against a file that I thought was the changelog to document some Phobos changes that got merged, but now I don't see it on dlang.org.

https://github.com/D-Programming-Language/dlang.org/pull/1028/files
https://github.com/D-Programming-Language/dlang.org/pull/1027/files
August 05, 2015
On Wednesday, 5 August 2015 at 19:04:29 UTC, Brian Schott wrote:
> Where does that changelog come from? I made some pull requests against a file that I thought was the changelog to document some Phobos changes that got merged, but now I don't see it on dlang.org.
>
> https://github.com/D-Programming-Language/dlang.org/pull/1028/files
> https://github.com/D-Programming-Language/dlang.org/pull/1027/files

Your stuff has been moved to the 2.069 section:

https://github.com/D-Programming-Language/dlang.org/blob/8bb4b6ea3699f4061d86dcb26459149d45a2958e/changelog.dd#L5-L16

hasUDA seems to be in 2.068, so that should be moved back to the 2.068 section.

getUDAs and getSymbolsByUDA don't seem to have made it, so they're correctly commented out for now.
August 05, 2015
On 08/05/2015 09:04 PM, Brian Schott wrote:
> 
> Where does that changelog come from? I made some pull requests against a file that I thought was the changelog to document some Phobos changes that got merged, but now I don't see it on dlang.org.
> 
> https://github.com/D-Programming-Language/dlang.org/pull/1028/files https://github.com/D-Programming-Language/dlang.org/pull/1027/files

I picked the hasUDA part into stable [¹] and updated master [²] and the website [³]

[¹]: https://github.com/D-Programming-Language/dlang.org/commit/867733ebc390bef969342ee7f4dcf3e6a7218da8 [²]: https://github.com/D-Programming-Language/dlang.org/commit/c56a592cf804999e9edf7f43b6318351b94aed0d [³]: http://dlang.org/changelog.html
August 05, 2015
On Wednesday, 5 August 2015 at 20:57:49 UTC, anonymous wrote:
> getUDAs and getSymbolsByUDA don't seem to have made it, so they're correctly commented out for now.

That's annoying. Those three were meant to go together.


August 06, 2015
On 8/4/2015 4:57 PM, Martin Nowak wrote:
> Release Candidate for 2.068.0


Thank you, Martin!
August 06, 2015
On Wednesday, 5 August 2015 at 23:38:22 UTC, Brian Schott wrote:
> On Wednesday, 5 August 2015 at 20:57:49 UTC, anonymous wrote:
>> getUDAs and getSymbolsByUDA don't seem to have made it, so they're correctly commented out for now.
>
> That's annoying. Those three were meant to go together.

It is unfortunate, should we drop hasUDA out of stable?

This is exactly what I meant with incomplete features in the first spring review.
http://forum.dlang.org/post/559E73B4.7020705@dawg.eu
http://forum.dlang.org/post/559FD901.1090100@dawg.eu
« First   ‹ Prev
1 2