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

fix: compilation error due to a function being set as static but acessing instance data #5735

Merged

Conversation

Scoppio
Copy link
Collaborator

@Scoppio Scoppio commented Jan 9, 2025

fix: compilation error due to a function being set as static but acessing instance data

@Scoppio Scoppio requested a review from IllianiCBT January 9, 2025 23:06
@Scoppio Scoppio self-assigned this Jan 9, 2025
@Scoppio Scoppio closed this Jan 9, 2025
@Scoppio
Copy link
Collaborator Author

Scoppio commented Jan 9, 2025

I just realised you already solved the problem by making the property static. I dont know if thats the best way to deal with it.

@codecov-commenter
Copy link

codecov-commenter commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 10.21%. Comparing base (e6d6cda) to head (fd739ba).
Report is 8 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5735      +/-   ##
============================================
+ Coverage     10.19%   10.21%   +0.01%     
- Complexity     6062     6076      +14     
============================================
  Files          1010     1010              
  Lines        139310   139310              
  Branches      20448    20448              
============================================
+ Hits          14204    14231      +27     
+ Misses       123734   123703      -31     
- Partials       1372     1376       +4     

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

@Scoppio Scoppio reopened this Jan 9, 2025
@IllianiCBT
Copy link
Collaborator

I can confirm it was not.

@IllianiCBT IllianiCBT merged commit 69a91ba into MegaMek:master Jan 9, 2025
7 checks passed
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.

3 participants