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

[BUGFIX] Prevent addon-import blueprint from generating if entity name is undefined #3846

Merged
merged 2 commits into from
May 12, 2015

Conversation

trabus
Copy link
Contributor

@trabus trabus commented Apr 8, 2015

Fixes #3831 by preventing addon-import blueprint from generating if entity name is undefined.

When running ember install:addon ember-cli-foo the following silent error was being triggered:

The `ember generate` command requires an entity name to be specified. For more details, use `ember help`.

This PR fixes the silent error, but #3831 may require further work to solve any further root cause.

@stefanpenner
Copy link
Contributor

i suspect this needs a test of its own.

@trabus trabus force-pushed the addon-import-blueprint-normalize branch from 180d93c to 9b27715 Compare May 7, 2015 17:01
@trabus trabus added the bug label May 7, 2015
@knownasilya
Copy link
Contributor

What's the status on this?

@trabus
Copy link
Contributor Author

trabus commented May 8, 2015

It's ready to go, just needs a quick review. I've been rebasing along with the attempts to get appveyor passing.

abuiles added a commit that referenced this pull request May 12, 2015
[BUGFIX] Prevent addon-import blueprint from generating if entity name is undefined
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.

Treat main blueprint as special case / replace with addon hook
5 participants