Re: Changelog

2015-08-06 Thread Ali Çehreli via Digitalmars-d-announce

On 08/06/2015 01:06 AM, Martin Nowak wrote:

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?


If anybody cares, I've already updated my book by replacing a 
hand-written function with hasUDA. (Sometimes I feel too efficient. :p)


Ali



Re: Changelog

2015-08-06 Thread Martin Nowak via Digitalmars-d-announce

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.7020...@dawg.eu
http://forum.dlang.org/post/559fd901.1090...@dawg.eu


Re: Changelog

2015-08-05 Thread Brian Schott via Digitalmars-d-announce

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.




Re: Changelog

2015-08-05 Thread Martin Nowak via Digitalmars-d-announce
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


Re: Changelog

2015-08-05 Thread anonymous via Digitalmars-d-announce

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.


Re: Changelog

2015-08-05 Thread Brian Schott via Digitalmars-d-announce

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


Changelog

2015-08-04 Thread Martin Nowak via Digitalmars-d-announce
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