-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport of #3459 to PHPUnit 6.5.x #3486
Backport of #3459 to PHPUnit 6.5.x #3486
Conversation
Crazy Ivan that you are, you should have noticed that this branch has conflicts that must be resolved ;-) On a slightly more serious note, though, the |
Well now I'm just annoyed. Fine. Put a bunch of TLAMs in tubes 3 to 6 and take us up to periscope depth. #coldwaters |
Well, Sir, I was just thinking that perhaps there's another possibility we might consider. @epdenouden might be trying to remove a defect. |
I do intend to fix it... if I managed to understand what's going on. :-) Damnit! It's a such simple fix, what did I do, why is programming computers so difficult. |
Codecov Report
@@ Coverage Diff @@
## 6.5 #3486 +/- ##
=========================================
Coverage 80.14% 80.14%
Complexity 2854 2854
=========================================
Files 105 105
Lines 7529 7529
=========================================
Hits 6034 6034
Misses 1495 1495
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## 6.5 #3486 +/- ##
=========================================
Coverage 80.14% 80.14%
Complexity 2854 2854
=========================================
Files 105 105
Lines 7529 7529
=========================================
Hits 6034 6034
Misses 1495 1495
Continue to review full report at Codecov.
|
@sebastianbergmann This was more a case of Hostile Waters with the code collisions. After retracing my steps and rebasing on the |
Out of curiosity , as this is not first time a bug is backported. Maybe let's have the policy to always send bugfixes against lowest maintained branch, on which bug exists? |
Awesome @sebastianbergmann , thanks ;) |
@keradus Thanks for bringing this up, I wasn't completely sure. Myself I prefer to target the oldest supported version out there as companies often run on older-and-proven stuff. As long as the older version has the basic infrastructure in place for the feature or bugfix to be included. (e.g. buffering printer does require the execution ordering helpers) |
@keradus Also, have there been any recent changes that you'd explicitly like to see included in pre-8 versions? |
no, i was talking about policy in general how to treat bugfix releases, not about concrete bug. |
That's how I understood it. Since you (obviously :-) noticed a few backports going on, I thought you also might have a specific wish for some fix to go into an older version. Just checking. |
less backports = less time wasted on it. just that ;) |
ONE MERGE ONLY |
The fix for #3459 didn't help out @MaxSem who originally reported it: wikimedia/mediawiki@9c51746
As I'd like to support both Wikimedia and their security unit testing, I have manually backported and tested the fix, just this once. ;-)
It's just the
@requires
regex and its tests. Why Github says it cannot merge automatically, no idea. It works just fine when I try it: