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

Fix package.json preprocessor dependencies not being included in the registry. #703

Conversation

jakecraige
Copy link
Member

No description provided.

@stefanpenner
Copy link
Contributor

re-running the failed test

this looks great, thanks!

@@ -9,12 +10,15 @@ describe('Plugin Loader', function() {

beforeEach(function() {
pkg = {
dependencies: {
'broccoli-emblem': 'latest'
Copy link
Member

Choose a reason for hiding this comment

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

Is this used in the test? I could be missing it, but looks like it is added, but not used for an assertion...

Copy link
Member Author

Choose a reason for hiding this comment

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

I think you're right. I don't think it actually is

On Monday, May 12, 2014, Robert Jackson notifications@github.com wrote:

In tests/unit/preprocessors/registry-test.js:

@@ -9,12 +10,15 @@ describe('Plugin Loader', function() {

beforeEach(function() {
pkg = {

  •  dependencies: {
    
  •    'broccoli-emblem': 'latest'
    

Is this used in the test? I could be missing it, but looks like it is
added, but not used for an assertion...


Reply to this email directly or view it on GitHubhttps://github.com//pull/703/files#r12563450
.

Thanks,

Jake Craige
Poetic Systems
675 Bering Dr. Suite 725
Houston, TX 77057
(281) 531-4060 - Office

Copy link
Contributor

Choose a reason for hiding this comment

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

can this be ammended? Would love to merge

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

I kinda figured you would keep this, and just add an assertion to confirm emblem is found.

Copy link
Member Author

Choose a reason for hiding this comment

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

@rjackson updated. that does make more sense, lol

@rwjblue
Copy link
Member

rwjblue commented May 13, 2014

Can you add a CHANGELOG entry, and squash?

@rwjblue
Copy link
Member

rwjblue commented May 13, 2014

(looks great, BTW)

@jakecraige
Copy link
Member Author

@rjackson all done. and thanks!

@jakecraige jakecraige changed the title merge preprocessor dependencies into devDependencies, closes #702 Fix package.json preprocessor dependencies not being included in the registry. May 13, 2014
rwjblue added a commit that referenced this pull request May 13, 2014
…ncies-and-dependencies

Fix package.json preprocessor dependencies not being included in the registry.
@rwjblue rwjblue merged commit ce1ffc7 into ember-cli:master May 13, 2014
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.

None yet

3 participants