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

Deserialize nested arrays in the parallel API correctly #148

Merged
merged 1 commit into from
Aug 4, 2018

Conversation

dfreeman
Copy link
Contributor

@dfreeman dfreeman commented Aug 4, 2018

@rwjblue Ran into this while fixing tests on the babel-7 branch of ember-cli-babel, now that it raises an exception if anything isn't parallelizable. Without this change, callbacks passed as plugin options won't be deserialized correctly, since they wind up in a nested array like:

plugins: [
  ['foo-bar', { callback }]
]

It looks like the tests on this branch aren't super happy, though...

@rwjblue
Copy link
Member

rwjblue commented Aug 4, 2018

Ya, the tests aren’t happy before either.

Can you double check if a similar fix is needed on master?

@rwjblue rwjblue merged commit 95e2d73 into babel:babel-7 Aug 4, 2018
@dfreeman dfreeman deleted the deserialize-nested-arrays branch August 4, 2018 21:47
@rwjblue
Copy link
Member

rwjblue commented Aug 4, 2018

/cc @stefanpenner

@Turbo87 Turbo87 added the bug label Dec 6, 2018
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.

3 participants