-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Workflow]Fix Marking when it must contains more than one tokens #53865
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
Conversation
lyrixx
commented
Feb 8, 2024
•
edited
Loading
edited
Q | A |
---|---|
Branch? | 5.4 |
Bug fix? | yes |
New feature? | no |
Deprecations? | no |
Issues | Fix #53179 |
License | MIT |
0a86f50
to
b660342
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the word "partial" means nothing to the reader i think (it doesn't to me at least) :)
b660342
to
2fbad29
Compare
I updated the PR. Now it's a bugfix, and not a new feature |
2fbad29
to
5433e42
Compare
b2f1dd0
to
175a20b
Compare
175a20b
to
b06fce1
Compare
b06fce1
to
02b54a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reading the code and the linked issue, I don't think this should have been merged as a bugfix.
} | ||
|
||
public function unmark(string $place) | ||
public function unmark(string $place, int $nbToken = 1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change is a BC break for child classes overriding the method with extra parameter(s). It should rather be done the smooth way on 7.1
* 5.4: Revert "bug #53865 [Workflow]Fix Marking when it must contains more than one tokens (lyrixx)"
* 6.4: Revert "bug #53865 [Workflow]Fix Marking when it must contains more than one tokens (lyrixx)"
* 7.0: Revert "bug #53865 [Workflow]Fix Marking when it must contains more than one tokens (lyrixx)"
Sorry for this mistake. the PR was open for a long period, so I thought it was okay. I have reverted the merge, and I'll open a new PR against 7.1 ASAP |