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

Fixes issues with refs in the plugin. #1005

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cameronpcampbell
Copy link

Changes

  • deferred refs will now be applied after all instances have been reified (reify.lua & applyPatch.lua). fixes Ref property application can fail when pointed-to instances don't yet exist #928

  • If virtualValue is a ref then instead of decoding it to an instance, we change existingValue to be a ref. This is because virtualValue may point to an Instance which doesn't exist yet and therefore decoding it may throw an error. (diff.lua)

…ua). Refs are no longer decoded in diffs (diff.lua).
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.

Ref property application can fail when pointed-to instances don't yet exist
1 participant