Skip to content

Fix SpawnAndDeleteAllEntities#932

Merged
VMSolidus merged 3 commits intoSimple-Station:masterfrom
VMSolidus:fix-spawn-and-delete-entities
Sep 19, 2024
Merged

Fix SpawnAndDeleteAllEntities#932
VMSolidus merged 3 commits intoSimple-Station:masterfrom
VMSolidus:fix-spawn-and-delete-entities

Conversation

@VMSolidus
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member Author

I figured it out.

image

@ShadesMars ShadesMars 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
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