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

Apply NRT to osu.Game.Beatmaps.Formats namespace #24568

Merged
merged 2 commits into from
Aug 21, 2023
Merged

Conversation

peppy
Copy link
Member

@peppy peppy commented Aug 16, 2023

Just applied in passing.

@bdach bdach changed the title Apply NRT to osu.Game.Betamaps.Formats namespace Apply NRT to osu.Game.Beatmaps.Formats namespace Aug 19, 2023
@@ -13,7 +11,7 @@ public interface IHasComboColours
/// <summary>
/// Retrieves the list of combo colours for presentation only.
/// </summary>
IReadOnlyList<Color4> ComboColours { get; }
IReadOnlyList<Color4>? ComboColours { get; }
Copy link
Collaborator

Choose a reason for hiding this comment

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

This one's kinda painful, but can't be easily eliminated, so I'm looking away for the time being...

The long term answer to this is probably interface separation or something like that.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, right now it's there with reason so I didn't touch it.

@bdach bdach enabled auto-merge August 21, 2023 06:17
@bdach bdach disabled auto-merge August 21, 2023 07:07
@bdach bdach merged commit 489fd4f into ppy:master Aug 21, 2023
11 of 15 checks passed
@peppy peppy deleted the formats-nrt branch August 21, 2023 08:32
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.

2 participants