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

Regression: unable to parallelize plugin #61

Open
chriskrycho opened this issue Jun 17, 2021 · 4 comments
Open

Regression: unable to parallelize plugin #61

chriskrycho opened this issue Jun 17, 2021 · 4 comments

Comments

@chriskrycho
Copy link

As of 0.5.5 (haven't tested against earlier 0.5.x releases), this is once again throwing during build:

[broccoli-persistent-filter:Babel > [Babel: @embroider/macros]: Babel: @embroider/macros] was configured to throwUnlessParallelizable and was unable to parallelize a plugin.

Same issue as #33, but apparently now for @embroider/macros instead. May be a broader issue with @embroider/macros and not specific to this repo?

@chriskrycho
Copy link
Author

Root issue is embroider-build/embroider#671 (HT: @rwjblue) – leaving this open until that's resolved and we can bump this to a version which includes the fix.

@rwjblue
Copy link
Collaborator

rwjblue commented Jun 17, 2021

This is likely caused by @embroider/macros. I reported an issue with parallelization over in embroider-build/embroider#671.

We need to get to the bottom of it, because we need folks to view the macros as the path forward for classic / embroider interop.

@rwjblue
Copy link
Collaborator

rwjblue commented Jun 17, 2021

Steps to reproduce:

gh repo clone tildeio/ember-element-helper
cd ember-element-helper
yarn
THROW_UNLESS_PARALLELIZABLE=1 ember b

The issue was introduced in 0.5.0 by #34.

@NullVoxPopuli
Copy link
Collaborator

is this still an issue? can we close?

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

No branches or pull requests

3 participants