-
Notifications
You must be signed in to change notification settings - Fork 67
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
Refactor RegionFile
to use BinaryReader
and BinaryWriter
#1159
Refactor RegionFile
to use BinaryReader
and BinaryWriter
#1159
Conversation
RegionFile
to use BinaryReader
RegionFile
to use BinaryReader
and BinaryWriter
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.
Just to be sure, before I merge this:
Did you test if it still works when loading an existing world?
I have checked it, twice, and honestly I am not sure. At first it was segfaulting while opening a world second time in one session, but after clean build it doesn't do that anymore, I don't see any obvious mistake in code either. |
Ok, then maybe try a few more times just to be sure. |
Did that, no reproduction anymore, I hope its for good 😝 |
We really should just have some CI testing :( But that's not really going to happen before #1097 |
Related to: #1156