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

Remove XStream from Image Atlas Generation #6505

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

rjhancock
Copy link
Collaborator

  • 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.

@@ -0,0 +1,85 @@
/*
* Copyright (c) 2024 - The MegaMek Team. All Rights Reserved.
Copy link
Collaborator

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?

Copy link
Collaborator Author

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.

Copy link
Collaborator

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

Copy link
Collaborator Author

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.

Copy link

codecov bot commented Feb 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.03%. Comparing base (b8379d0) to head (7849e84).
Report is 23 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##             master    #6505    +/-   ##
==========================================
  Coverage     29.03%   29.03%            
+ Complexity    15175    15141    -34     
==========================================
  Files          2836     2839     +3     
  Lines        279278   279124   -154     
  Branches      49235    49120   -115     
==========================================
- Hits          81087    81044    -43     
+ Misses       192816   192714   -102     
+ Partials       5375     5366     -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants