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

[MU3] Porting some master changes/PRs to 3.x #6889

Merged
merged 2 commits into from
Nov 19, 2020

Conversation

Jojo-Schmitz
Copy link
Contributor

@vpereverzev
Copy link
Member

vtest failure seems to be expected because of #6442

@vpereverzev vpereverzev merged commit a0f5ce5 into musescore:3.x Nov 19, 2020
@AntonioBL
Copy link
Contributor

Actually, there are differences in the vtests due to this PR also in normal ties case. In principle this should not have happened.
Before:
tie-3-ref

And with this PR:
tie-3-1

@vpereverzev
Copy link
Member

Actually, there are differences in the vtests due to this PR also in normal ties case. In principle this should not have happened.
Before:
tie-3-ref

And with this PR:
tie-3-1

Oh, wow. It's a weird result, we need to fix this or even either revert these particular changes

Copy link
Contributor

@Git-Lior Git-Lior left a comment

Choose a reason for hiding this comment

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

@vpereverzev @AntonioBL I think the problem was caused by this error in porting

by the way @Jojo-Schmitz thank you for creating this PR, saved me some time 👍

tieAbove = notes[i];
else if (compareNotesPos(notes[i], tieAbove) < 0)
tieAbove = notes[i];
else if (noteDiff < 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

if (noteDiff > 0) should close before the else if (noteDiff < 0) block starts

Copy link
Contributor Author

@Jojo-Schmitz Jojo-Schmitz Nov 19, 2020

Choose a reason for hiding this comment

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

I might have removed a couple braces too much I guess...

@vpereverzev
Copy link
Member

@Git-Lior nice to see you around!

Are you able to prepare a quick-fix then?

@Jojo-Schmitz Jojo-Schmitz deleted the master-to-3.x branch November 19, 2020 13:55
Jojo-Schmitz added a commit to Jojo-Schmitz/MuseScore that referenced this pull request Nov 19, 2020
@Jojo-Schmitz
Copy link
Contributor Author

Check #6892

vpereverzev pushed a commit that referenced this pull request Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vtests This PR produces approved changes to vtest results
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants