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

Move cluster maintenance utilities from binary to library code #3229

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

nazar-pc
Copy link
Member

@nazar-pc nazar-pc commented Nov 12, 2024

Previous attempt was painful, but now with #3213 and not exposing farm index generic from maintenance functions this is easy. We can make FarmIndex there generic in the future if someone needs more than 2^16 farms per controller.

The changes here are all trivial.

Will help adding cluster support into Space Acres or similar software.

Code contributor checklist:

Copy link
Member

@shamil-gadelshin shamil-gadelshin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will help adding cluster support into Space Acres or similar software.

Why do we need "adding cluster support into Space Acres"? Isn't it a simplified desktop app?

@nazar-pc nazar-pc added this pull request to the merge queue Nov 12, 2024
@nazar-pc
Copy link
Member Author

It is and we may never do that, just an example of situation where it would be helpful to have code reuse

Merged via the queue into main with commit 1811979 Nov 12, 2024
8 checks passed
@nazar-pc nazar-pc deleted the move-cluster-maintenance-code branch November 12, 2024 12:41
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