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

[ProperitesChanged] Fix deserialization #4996

Merged
merged 5 commits into from
Dec 20, 2017
Merged

[ProperitesChanged] Fix deserialization #4996

merged 5 commits into from
Dec 20, 2017

Conversation

sorvell
Copy link
Contributor

@sorvell sorvell commented Dec 15, 2017

Fixes #4995.
Fixes #5002.

A change merged with the basic-element caused the type argument to _deserializeValue to be called as a function to determine the deserialized output. This was an unintended breaking change from master and is reverted here. For example, the basic-element change regressed using a class constructor as a property type.

A change merged with the `basic-element` caused the `type` argument to `_deserializeValue` to be called as a function to determine the deserialized output. This was an unintended breaking change from master and is reverted here. For example, the `basic-element` change regressed using a class constructor as a property type.
Copy link
Member

@kevinpschaaf kevinpschaaf left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@TimvdLippe TimvdLippe left a comment

Choose a reason for hiding this comment

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

LGTM. I have restarted the build as there were test timeouts

@TimvdLippe
Copy link
Contributor

After restarting tests are still timing out in Firefox, so some more updates are necessary apparently.

@dfreedm
Copy link
Member

dfreedm commented Dec 20, 2017

Back down to the still bad, but consistent, Safari timeouts.

@dfreedm dfreedm merged commit 2719a9d into master Dec 20, 2017
@dfreedm dfreedm deleted the fix-deserialize branch December 20, 2017 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants