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 7 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 28.54%. Comparing base (2220f96) to head (7004bf6).
Report is 2 commits behind head on master.

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