-
Notifications
You must be signed in to change notification settings - Fork 291
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
Planetary Conditions Enums #5203
Planetary Conditions Enums #5203
Conversation
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.
I have a few comments. Also, I suggest placing features in a common package, i.e. to use a package called planetaryconditions in common and having PlanetaryConditions.java and the enums in there. I know that we have all manner of groupings but this seems a sensible way to do it with the (possible) advantage of allowing a low visibility of classes
The CI fails at cache rebuilding. Did you give this a test? (delete the unit cache and rebuild). Might be the test itself has a problem |
there was an issue with one of the units that has been fixed a few days ago. |
MegaMek/mekhq#3834 requires this to be merged
convert the int constants to enums