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

Fix broken star rating on Random mod #30021

Merged
merged 3 commits into from
Oct 7, 2024

Conversation

bdach
Copy link
Collaborator

@bdach bdach commented Sep 27, 2024

  • Pending diffcalc sheet generation & inspection of results

RFC. Closes #29729.

PRing as draft to run sheets first. Passes tests locally though, for better or for worse.

Diff slightly adjusted from what was in the thread to avoid linq allocs.

@bdach
Copy link
Collaborator Author

bdach commented Sep 27, 2024

To examine the effects of this change relative to master:

!diffcalc

@bdach
Copy link
Collaborator Author

bdach commented Sep 27, 2024

To compare against the last known-good revision:

!diffcalc
OSU_A=e6c0056

I believe there have been no meaningful diffcalc changes since then, so in theory this sheet should be empty.

Copy link

github-actions bot commented Sep 27, 2024

Copy link

github-actions bot commented Sep 27, 2024

@MaxOhn MaxOhn mentioned this pull request Sep 27, 2024
5 tasks
@bdach
Copy link
Collaborator Author

bdach commented Sep 30, 2024

Well, empty sheets is good, so undrafting...

@bdach bdach marked this pull request as ready for review September 30, 2024 07:34
@smoogipoo smoogipoo merged commit b977a18 into ppy:master Oct 7, 2024
11 of 13 checks passed
@bdach bdach deleted the fix-random-mod-broken-sr branch October 7, 2024 06:00
bdach added a commit to bdach/osu that referenced this pull request Oct 14, 2024
As touched on in
ppy#30237 (comment), these
types of maneouvers are no longer required after
ppy#30021 - although as it turns out on
closer inspection, these things being there still *did not actually
break anything*, because the `slider.Path` mutation at the end of
`modifySlider()` causes `updateNestedPositions()` to be called
eventually anyway. So this is at mostly a code quality upgrade.
bdach added a commit to bdach/osu that referenced this pull request Oct 14, 2024
As touched on in
ppy#30237 (comment), these
types of maneouvers are no longer required after
ppy#30021 - although as it turns out on
closer inspection, these things being there still *did not actually
break anything*, because the `slider.Path` mutation at the end of
`modifySlider()` causes `updateNestedPositions()` to be called
eventually anyway. So this is at mostly a code quality upgrade.
bdach added a commit to bdach/osu that referenced this pull request Oct 14, 2024
As touched on in
ppy#30237 (comment), these
types of maneouvers are no longer required after
ppy#30021 - although as it turns out on
closer inspection, these things being there still *did not actually
break anything*, because the `slider.Path` mutation at the end of
`modifySlider()` causes `updateNestedPositions()` to be called
eventually anyway. So this is at mostly a code quality upgrade.
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.

Random mod - broken difficulty calculation
2 participants