This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 141
Fix updateChildren re-rentrancy issue #301
Merged
ZoteTheMighty
merged 17 commits into
Roblox:master
from
ConorGriffin37:updateChildrenReEntracyIssue
May 25, 2021
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
3224ec0
New test
ConorGriffin37 1c80565
Try fix test
ConorGriffin37 1ce1ea6
Now fix test maybe
ConorGriffin37 ae9ac85
Try fix test again
ConorGriffin37 edf631f
ChildAdded might work instead
ConorGriffin37 1b1fe5f
remove test
ConorGriffin37 f98f1ed
remove event
ConorGriffin37 7ea5eeb
actually a test can be added
ConorGriffin37 72863ab
coroutine in test
ConorGriffin37 c365120
Add new better fix
ConorGriffin37 047fb44
remove old fix
ConorGriffin37 27b2174
Merge branch 'master' into updateChildrenReEntracyIssue
ConorGriffin37 945dd57
Add temp config and changelog entry
ConorGriffin37 d251a1b
set config to false
ConorGriffin37 4b69643
add config.scoped
ConorGriffin37 3a12252
Set parent in replaceVirtualNode too
ConorGriffin37 1422c09
Mention config in changelog
ConorGriffin37 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is it possible that we we want to to add this in
replaceVirtualNode
too?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.
Yeah, I think we do. Since we also set depth there that makes sense.