Skip to content

Fix more parent races #1031

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

Merged
merged 2 commits into from
Jun 4, 2025

Conversation

andrewbranch
Copy link
Member

#970 was incomplete because I misread SetParentsInChildren as not setting the parent if the node already has one.

@andrewbranch andrewbranch requested review from Copilot, jakebailey and gabritto and removed request for Copilot June 4, 2025 00:16
@jakebailey
Copy link
Member

Tests fail, fun

@andrewbranch andrewbranch force-pushed the bug/more-parent-races branch from 38a3f90 to 097e4da Compare June 4, 2025 16:14
@andrewbranch
Copy link
Member Author

The baseline change is actually moving in the right direction—before, module resolution failed completely. Now it succeeds, which reveals another problem that I assume is unrelated to this change. In JSDoc, you’re allowed to refer to values as types (we insert an implicit typeof). It looks like that’s either not working here or not yet been set up at all (cc @sandersn).

@andrewbranch andrewbranch enabled auto-merge June 4, 2025 16:28
@andrewbranch andrewbranch added this pull request to the merge queue Jun 4, 2025
Merged via the queue into microsoft:main with commit fa9414a Jun 4, 2025
23 checks passed
@andrewbranch andrewbranch deleted the bug/more-parent-races branch June 4, 2025 17:52
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