-
Notifications
You must be signed in to change notification settings - Fork 293
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
Remove XStream from Image Atlas Generation #6505
base: master
Are you sure you want to change the base?
Remove XStream from Image Atlas Generation #6505
Conversation
rjhancock
commented
Feb 6, 2025
- Removes the libraries from the CreateImageAtlas utility that relate to XStream.
- Adds 2 utility classes for storing data about the image atlases.
- Adjusts classes to ensure fewest code changes needed (converting from new classes to Map<String, String> and back as needed).
- Removes some additional Gradle warnings.
Updated Libraries
Fix Gradle Warnings
@@ -0,0 +1,85 @@ | |||
/* | |||
* Copyright (c) 2024 - The MegaMek Team. All Rights Reserved. |
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.
Should this be 2025 now?
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.
Yes it should. It's also 1130 at night and I've been up since 6a.
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.
No criticism intended. Just spotted it while I was failing to sleep :D
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.
lol I took none. I get you on it several times, I expect the same in return when I miss something.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6505 +/- ##
============================================
- Coverage 28.55% 28.54% -0.01%
- Complexity 14464 14465 +1
============================================
Files 2815 2817 +2
Lines 277309 277362 +53
Branches 48973 48975 +2
============================================
- Hits 79173 79172 -1
- Misses 193435 193490 +55
+ Partials 4701 4700 -1 ☔ View full report in Codecov by Sentry. |