-
-
Notifications
You must be signed in to change notification settings - Fork 411
Push back deprecation of bad cycle detection one more major release #1764
Conversation
|
The circleci test failure makes no sense. Coverage should not have changed at all. |
|
Ping @MartinNowak |
|
Also not sure of the reason for the doc build failure. |
As you have used a branch directly at the
Since the last release @MartinNowak has enabled GitHub milestones for every release with which you can tag a PR. The idea behind this is exactly to prevent such oversights. |
#1725 (it hangs in the queue) |
That doesn't help as the PR to update to the |
Just curious if there is a way to prevent this? I have no options when making a "quickie" PR by editing a file in the github web UI to create a branch for my user, it defaults to creating it on the dlang repo. |
Oh sorry. Fair enough ;-)
The only way I know is to manually change the URL. So if I click on "edit" e.g. at https://github.com/dlang/phobos/edit/master/.gitignore, I can replace |
|
Hm... maybe editing the stable branch on my account I can then retarget the PR to the upstream branch? I'll try that next time, thanks. |
|
@MartinNowak just released 2.073.1, so not sure if this is viable any more. |
There is still 2.073.2 |
|
Thanks, @MartinNowak. Here is the promised change to master: #1765 (and @wilzbach it's appropriately tagged 😉) |
We missed the window to switch to abort in 2.073, and actually in hindsight, the master branch should have been updated early on in the cycle to give people time to deal with it.
This just pushes it to 2.074 (and updates the message appropriately). I will add a PR to switch to abort in the master branch once this is pulled and merged into master.