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 SpawnAndDeleteAllEntities #932

Merged

Conversation

VMSolidus
Copy link
Member

Description

After doing an archaological exploration of the fucking SpawnAndDeleteAllEntities test fail, I eventually tracked down the bug to an issue where InternalEncryptionKeySpawner is randomly being handed a Null EntityUid which was Null Forgiven to make the compiler shut up. The actual EntityUid factually cannot be null during ordinary operation, except for the dumbass race condition provided by TestSpawnAndDeleteAllEntities.

@github-actions github-actions bot added the Changes: C# Changes any cs files label Sep 19, 2024
@VMSolidus
Copy link
Member Author

image

This is complete horseshit. How can I leave a mark for the compiler to not list Warning CS8073 by the way?

@VMSolidus
Copy link
Member Author

I figured it out.

image

@FoxxoTrystan FoxxoTrystan added Priority: 1-Urgent Must be resolved immediately Size: 5-Very Small For especially small issues/PRs labels Sep 19, 2024
@VMSolidus VMSolidus merged commit d6dd2ea into Simple-Station:master Sep 19, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: C# Changes any cs files Priority: 1-Urgent Must be resolved immediately Size: 5-Very Small For especially small issues/PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants