Conversation
|
This patch should go into 3.4 branch first. We will merge changes from 3.4 into master regularly (weekly/bi-weekly). So, please:
Note: no need to re-open PR, apply changes "inplace". |
|
Hi,
I tried to rebase the PR. It's unclear to me why, but the number of commits
following this change jumped to 2,401, instead of 2 in my original PR.
Thanks,
Yaniv Hollander
…On Mon, Sep 20, 2021 at 1:48 AM Alexander Smorkalov < ***@***.***> wrote:
This patch should go
<https://github.com/opencv/opencv/wiki/How_to_contribute#faq> into 3.4
branch <https://github.com/opencv/opencv/wiki/Branches> first. We will
merge changes from 3.4 into master regularly (weekly/bi-weekly).
So, please:
- change "base" branch of this PR: master => 3.4 (use "Edit" button
near PR title)
- rebase your commits from master onto 3.4 branch. For example:
git rebase -i --onto upstream/3.4 upstream/master
(check list of your commits, save and quit (Esc + "wq" + Enter)
where upstream is configured by following this GitHub guide
<https://help.github.com/articles/configuring-a-remote-for-a-fork/>
and fetched (git fetch upstream).
- push rebased commits into source branch of your fork (with --force
option)
Note: no need to re-open PR, apply changes "inplace".
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#20721 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFBXOE5PX6DK2FEEYDPVSRTUC3DLJANCNFSM5EK66SVQ>
.
--
Yaniv Hollander
***@***.***
|
|
Reordering functions declarations affects bindings generated code. Need to properly validate that. |
|
@YanivHollander Friendly reminder. 2k+ commits in PR say that you have not done actual rebase in git, but just changed target branch in the PR. |
|
There is no conflict-free rebase for this patch. It should be backported separately (after this is reviewed and merged - see above). |
|
Hi @asmaloney and @alalek, |
|
(Yaniv: You meant to @asmorkalov not me...) |
alalek
left a comment
There was a problem hiding this comment.
Thank you for contribution 👍
- Validated Python bindings generatied code (docstrings are changed only)
Doc fixes * Update imgproc.hpp * Update imgproc.hpp
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.