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

Always add content after parentheses in extended category #392

Merged
merged 3 commits into from
Jan 19, 2021

Conversation

wooferzfg
Copy link
Member

I'm not sure if I'm missing an edge case with this fix, but this should only impact situations where has_pushed is false, which only happens when no additional information is added to the extended category name.

Fix #391

@wooferzfg wooferzfg requested a review from CryZe January 18, 2021 02:21
@CryZe
Copy link
Collaborator

CryZe commented Jan 18, 2021

I'd like to see some tests here.

@CryZe
Copy link
Collaborator

CryZe commented Jan 19, 2021

Uhm what

@wooferzfg
Copy link
Member Author

Not sure what's going on here:
error: failed to select a version for the requirement hashbrown = "^0.10.0"

@CryZe
Copy link
Collaborator

CryZe commented Jan 19, 2021

They yanked the new major version that they released. It probably had a major bug. But lmao, that's an oversight on cargo's implementation imo. Yanking a whole major version range shouldn't be possible.

@CryZe
Copy link
Collaborator

CryZe commented Jan 19, 2021

@wooferzfg Can you basically revert #394 as part of this?

@CryZe
Copy link
Collaborator

CryZe commented Jan 19, 2021

Seems like this is the cause: rust-lang/hashbrown#225

@CryZe CryZe added bug There is a bug. enhancement An improvement for livesplit-core. labels Jan 19, 2021
@CryZe CryZe added this to the v0.12 milestone Jan 19, 2021
@CryZe CryZe merged commit d263170 into LiveSplit:master Jan 19, 2021
@wooferzfg wooferzfg deleted the fix-extended-category branch January 19, 2021 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug There is a bug. enhancement An improvement for livesplit-core.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Closing parenthesis doesn't work for category name
2 participants