-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
Backend: EnumMap and Storage Cleanup #3200
Backend: EnumMap and Storage Cleanup #3200
Conversation
Signed-off-by: Empa <[email protected]>
Signed-off-by: Empa <[email protected]>
One or more Detekt Failures were detected:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also object StaticDurations
in TimeUtils can get nuked.
src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.kt
Show resolved
Hide resolved
Signed-off-by: Empa <[email protected]>
One or more Detekt Failures were detected:
|
Signed-off-by: Empa <[email protected]>
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/features/mining/glacitemineshaft/CorpseTracker.kt
Conflicts have been resolved! 🎉 |
One or more Detekt Failures were detected:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code lgtm
What
This PR adds some helper methods for creating new EnumMaps, and also modifies profile and player storage to use them, and change some other stuff in it as well.
Changelog Technical Details