-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Bug] Ember Canary breaks build #20281
Comments
Thanks for the report. @dfreeman saw something similar last week, but it resolved itself. Bizarrely, that config change should have literally zero impact on the generated build, but obviously something is going wrong there. Possibly the issue is this line, which I did not intend to introduce (I was experiment separately). It's possible something in the interaction between Ember CLI's custom handling for the pre-built Ember.js versions we distribute (we avoid re-building it for you) expects ES2017. I'll poke at that tomorrow morning and see. Sorry for the annoyance, and thanks for running builds against Canary so that we catch these things early! |
This is one possible culprit behind #20281. We should, at minimum, only make this change in `target` intentionally, rather than incidentally.
Aha, thank you for the ping @chriskrycho! I still hadn't managed to get our CI compatibility happy again and had just been putting off that work and blaming it on caching issues 😅 |
Resolved by #20283. Thanks again for running against canary, folks! 🚀 |
Believe this configuration is pretty stale and no longer necessary. Resolves ember-try test builds failing with ember-source > 5.0.0. > not ok 1 Chrome 113.0 - [undefined ms] - Global error: Uncaught TypeError: (0 , _emberBabel.extends) is not a function at http://localhost:7357/assets/vendor.js, line 12297 Error output looks similar to emberjs/ember.js/issues/20281 so I'm linking here in case it helps other trace this issue.
🐞 Describe the Bug
I'm a maintainer of ember-promise-modals and all recent pipelines—even ones that do not include any code changes at all—are failing on recent Canary builds.
🔬 Minimal Reproduction
See any runs of our test suite: https://github.com/mainmatter/ember-promise-modals/actions/runs/3534915439/jobs/5932359590
Or:
[email protected]+636e3
CI=true
(note: they pass ifCI=false
! This nearly cost me my sanity)😕 Actual Behavior
Unchanged tests do not complete.
See error log
🤔 Expected Behavior
Canary shouldn't fail my tests.
🌍 Environment
➕ Additional Context
@mansona was mad enough to track down the trigger for this problem to this commit: 4e62cd6 - I have no idea what to do here.
The text was updated successfully, but these errors were encountered: