Conversation
1aa0568 to
6faf3e3
Compare
|
|
sorry to ask, but what do you mean by that? |
|
Look at the log of the failed doc build :) Edit: Yeah I did misinterpret it, fail at reading the PR description, and jumped to conclusions. Still, it's failing. |
6faf3e3 to
aec7dfb
Compare
The problem is that it contains a main method and thus is run for |
|
|
aec7dfb to
a1e762a
Compare
|
Now we just need to get the output into the dlang.org prerelease changelog :) |
|
BTW, perhaps the tool should reside outside of the Phobos directory so it could also be used for the compiler and Druntime. |
|
Here's the existing script that I got confused over: |
How about dlang.org or tools?
This probably means adding it to the |
Maybe we can even combine both scripts when we render the prerelease changelog? |
Yep. We'd need to 1) run it 2) copy the result under Ideally it would build a pre-release changelog for the next version, so it's visible and discoverable on dlang.org, but that may be more involved. |
a1e762a to
e589d2b
Compare
|
@CyberShadow I removed the build script from this PR and will create a PR soon for the tools repo and dlang.org repo. This means this PR is complete from my side now ;-) |
|
I forgot to ask: anyone out there who objects this change? |
changelog/README.md
Outdated
| ================= | ||
|
|
||
| This will get copied to dlang.org and cleared when master gets | ||
| merged into stable prior to 2.072 |
There was a problem hiding this comment.
The version number is going to be forgotten here. Maybe just go with "next release".
|
I'm getting really tired of rebasing due to changelog diffs. Let's move forward on this ASAP. LGTM |
e589d2b to
0c7fb3e
Compare
I have rebased this PR to the latest changes. Also I realized these things
So the only question left is what (simple) file format we are going to use? Obviously the generator tool has to be updated to the changes here, but I argue that can also be done after this PR is merged, so that we don't have to rebase too often and people can start writing their changes in the new format. |
|
Edit: Nevermind I was in the wrong repo. |
|
Woops, this is |
FYI: At Dconf16 we agreed that splitting this up makes sense, but wanted to wait for the next release. |
0251e10 to
906299f
Compare
|
Okay now that 2.072 is merged, we can finally move on with this 🎉 For now I just added the |
906299f to
76e7a44
Compare
|
Rebased with the latest changelog. |
2c96321 to
8fa3eee
Compare
|
(rebased) |
f44ae1f to
65c7567
Compare
65c7567 to
32062b1
Compare
32062b1 to
bd88815
Compare
As discussed at the newsgroup I think it would be more painless if we put the pending changes into a folder, s.t. that no merge conflicts arise anymore.
$(LI )ddoc macro and make it even easier to add entries as one entry is always one itemp_prefix, s.t. removing the pending entries is easier, but this is not required.I am happy to hear your feedback.
Pinging @CyberShadow @schveiguy @MartinNowak