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

Sync stable->main #1723

Merged
merged 10 commits into from
Dec 13, 2023
Merged

Sync stable->main #1723

merged 10 commits into from
Dec 13, 2023

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Dec 13, 2023

No description provided.

mike-engel and others added 10 commits December 13, 2023 15:41
Fix branch elimination for `macroDependencySatisfies`
In ember-source 5.6 (now in beta), we refactored the way Ember and its test-only pieces find each other to no longer be dependent on the AMD loader.

But this mean it's no longer sufficient to `define()` *and not evaluate* the `ember-testing` package in order to install the test support. It must actually get evaluted first.

Note that this bug does not manifest on embroider `main`, because there implicit-test-modules are eagerly evaluated. This is only a problem on stable, when using `staticEmberSource: true`.
Always load ember-testing package eagerly
@ef4 ef4 added the internal label Dec 13, 2023
@ef4 ef4 merged commit 7619120 into main Dec 13, 2023
201 checks passed
@ef4 ef4 deleted the sync branch December 13, 2023 19:18
@github-actions github-actions bot mentioned this pull request Dec 14, 2023
@github-actions github-actions bot mentioned this pull request Apr 4, 2024
@github-actions github-actions bot mentioned this pull request Apr 15, 2024
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.

None yet

3 participants