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

Clearer instructions for polyfillUUID #8664

Closed
wants to merge 2 commits into from
Closed

Conversation

Techn1x
Copy link

@Techn1x Techn1x commented Jul 3, 2023

Description

Clearer instructions for polyfillUUID.

The need to install embroider/macros has tripped me up at least 3 times now (When I go to update a repo's ember-data version, I keep forgetting what I did to make it work on a previous repo months prior). Not to mention, the first time I encountered it it took me a long while to figure out why the config entry wasn't doing anything.

Notes for the release

activate this polyfill;
* install `@embroider/macros` if not already installed
* install `@ember-data/store` if not already installed
* add this to your ember-cli-build.js file:
Copy link
Contributor

Choose a reason for hiding this comment

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

we should align the config to the others so that we don't have to make folks do this. For all the other configs we just copy-forward into the appropriate packages from the emberData config, including setting up macros configs when needed.

Copy link
Author

Choose a reason for hiding this comment

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

is that something likely to happen soon? Is it worth not having clear instructions until then?

Copy link
Contributor

Choose a reason for hiding this comment

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

Open an issue its something I'll get done for 4.12.x + 5.2+

Copy link
Author

Choose a reason for hiding this comment

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

Thanks a bunch - done #8675

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

Successfully merging this pull request may close these issues.

2 participants