Skip to content
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

Typo on Controller Learning wizard resolved #11160

Merged
merged 1 commit into from
Dec 30, 2022
Merged

Conversation

Bilsteen
Copy link
Contributor

No description provided.

@ronso0
Copy link
Member

ronso0 commented Dec 28, 2022

Thanks for this fix.
It seems the 2.3 branch is also affected. Could you please rebase your branch onto upstream 2.3 (discard all unrelated commits from main branch) and force-push?

@github-actions github-actions bot added the skins label Dec 29, 2022
@Bilsteen Bilsteen changed the base branch from main to 2.3 December 29, 2022 04:43
@Bilsteen
Copy link
Contributor Author

Correct me if I am wrong, what i have done is rebased my branch onto the upstream 2.3 branch. Since the 2.3 branch is behind in commits from main, discarded those commits and then forced the branch to 2.3.

@Swiftb0y
Copy link
Member

Unfortunately your rebasing resulted in merge conflicts and instead of fixing them, you just committed them, resulting in duplicte code and syntax issues from git's markup. Please take another look at your sourcefile and make sure to commit the correct content, then amend the commit and force push.

@Bilsteen Bilsteen closed this Dec 29, 2022
@Bilsteen Bilsteen deleted the bilal branch December 29, 2022 16:34
@ronso0
Copy link
Member

ronso0 commented Dec 29, 2022

@Bilsteen you don't need to close a PR if there are issues. With git there are always methods to resolve them.
In the very worst case you reset your local branch, set upstream correctly (on top of 2.3 in this case) and git cherry-pick your commit. Then force-push.

@Bilsteen
Copy link
Contributor Author

@ronso0 I apologize for my mistakes. Actually I was trying to undo the mistakes i made as pointed out by @Swiftb0y , for which i deleted my branch. I am still new to git and figuring stuff out . But i assure you I will make it right.

@Bilsteen Bilsteen restored the bilal branch December 29, 2022 17:27
@Bilsteen Bilsteen reopened this Dec 29, 2022
@Swiftb0y
Copy link
Member

No worries, just make sure the file looks right and mixxx compiles, then git add src/controllers/controlpickermenu.cpp, git commit --amend and git push --force.

Copy link
Member

@ronso0 ronso0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, you made it ; )

@ronso0
Copy link
Member

ronso0 commented Dec 29, 2022

Btw:
Since this is your first contribution we need you to sign the contributor agreement and thereby allows Mixxx to include your changes.

Please comment here when you filled the form and also let us know which name should appear in the contributor list.

@Bilsteen
Copy link
Contributor Author

Btw: Since this is your first contribution we need you to sign the contributor agreement and thereby allows Mixxx to include your changes.

Please comment here when you filled the form and also let us know which name should appear in the contributor list.

Thanks for helping me throughout the way and yes I have filled the form.

@ronso0 ronso0 merged commit e9ca8d8 into mixxxdj:2.3 Dec 30, 2022
@ronso0 ronso0 linked an issue Jan 1, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo on Controller Learning Wizard
3 participants