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

Fix Ref reification #462

Merged
merged 2 commits into from
Aug 5, 2021
Merged

Fix Ref reification #462

merged 2 commits into from
Aug 5, 2021

Conversation

kennethloeffler
Copy link
Member

@kennethloeffler kennethloeffler commented Aug 5, 2021

The reconciler's reify function was still using the old value format for Refs, causing Ref properties to fail to sync. This PR also updates the ApiValue type to use the new value format (this caused problems when type checking was enabled).

Copy link
Contributor

@LPGhatguy LPGhatguy left a comment

Choose a reason for hiding this comment

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

LGTM

@LPGhatguy LPGhatguy merged commit e1f9eae into rojo-rbx:master Aug 5, 2021
@kennethloeffler kennethloeffler deleted the fix-reify-ref-value-access branch August 5, 2021 16:55
Dekkonot pushed a commit to UpliftGames/rojo that referenced this pull request Jan 11, 2024
* Update ApiValue type to use new value format

* Use new value format for Ref reification
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