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

Cannot use Ember beta / canary easily. #545

Open
rwjblue opened this issue May 3, 2017 · 2 comments
Open

Cannot use Ember beta / canary easily. #545

rwjblue opened this issue May 3, 2017 · 2 comments

Comments

@rwjblue
Copy link
Member

rwjblue commented May 3, 2017

When choosing canary / beta / release as the Ember version for a newly created twiddle, an error is displayed. This started once #532 was deployed. The work around is to move ember-data out of addons and into dependencies (in the twiddle.json).

As of #532 ember-data is now consumed as an addon. This leverages the addon builder backend to build the addon for the specific Ember version. Unfortunately, the addon builder does not currently support building for the various Ember release channels.

I have taken a crack at working on that in joostdevries/twiddle-backend#27, but really need @joostdevries' and @Gaurav0's advice there to ensure we aren't shooting ourselves in the foot.

@Gaurav0
Copy link
Contributor

Gaurav0 commented Jan 31, 2018

My large concern is that these can't be cached, and we don't have any kind of fingerprinting in the backend.

@urbany
Copy link

urbany commented Jul 27, 2018

Since this has been open for such a long time without a solution and is a common problem that doesn't even have any visual feedback to the user, what do you think about removing the options that do not work from the user interface?

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