Skip to content

Conversation

@vdusek
Copy link
Contributor

@vdusek vdusek commented Nov 11, 2025

Closes: #674

@github-actions github-actions bot added this to the 127th sprint - Tooling team milestone Nov 11, 2025
@github-actions github-actions bot added t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics. labels Nov 11, 2025
@vdusek vdusek requested a review from Pijukatel November 11, 2025 10:31
@vdusek vdusek force-pushed the fix-actor-is-any-instance-initialized branch from a9eb29f to a46e612 Compare November 11, 2025 10:37
@vdusek vdusek marked this pull request as ready for review November 11, 2025 10:37
Copy link
Contributor

@Pijukatel Pijukatel left a comment

Choose a reason for hiding this comment

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

Please look at the __init__ method, there are three different ways that should be doing the same thing in our context.

self._is_any_instance_initialized
self._is_initialized
_ActorType._is_any_instance_initialized

It would be best to have just one.

@vdusek vdusek requested a review from Pijukatel November 12, 2025 08:58
@vdusek vdusek merged commit b2355cf into master Nov 12, 2025
21 checks passed
@vdusek vdusek deleted the fix-actor-is-any-instance-initialized branch November 12, 2025 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Field Actor_is_any_instance_initialized is not reset correctly after exiting Actor context

3 participants