Skip to content

fix(test): removed favicon, was breaking re-init unit test - #79

Closed
Brocco wants to merge 1 commit into
angular:masterfrom
Brocco:issue-75-build-error
Closed

fix(test): removed favicon, was breaking re-init unit test#79
Brocco wants to merge 1 commit into
angular:masterfrom
Brocco:issue-75-build-error

Conversation

@Brocco

Copy link
Copy Markdown
Contributor

fixes#75

Apparently the binary nature of the favicon.ico file was causing an issue when templates were being processed.

@cironunes

Copy link
Copy Markdown
Member

Thanks for the PR. This should fix #75

@BroccoBrocco closed this Nov 28, 2015
@Brocco

Copy link
Copy Markdown
ContributorAuthor

This is also fixed in PR #80

@BroccoBrocco reopened this Nov 28, 2015
@cironunes

Copy link
Copy Markdown
Member

@IgorMinar is it safe to just remove the favicon.ico or do you think that we'll need to fix the test to live with the favicon?

@IgorMinar

Copy link
Copy Markdown
Contributor

we should keep the favicon because otherwise everyone we'll see annoying http 404 errors in devtools. let's fix the tests

@Brocco

Copy link
Copy Markdown
ContributorAuthor

@IgorMinar by fixing the tests, I believe this will be a fix in the ember-cli repo. I have to trace back through but I believe it is choking when trying to do a file compare of the binary files. The test that is failing is when it is attempting to re-init.

@IgorMinar

Copy link
Copy Markdown
Contributor

so how about we merge this in to make the build green again, file a separate issue in this repo to readd the favicon and fix the actual issue in ember-cli? once the issue is fixed there we can readd the icon back.

@cironunes

Copy link
Copy Markdown
Member

@IgorMinar good one.

@Brocco

Copy link
Copy Markdown
ContributorAuthor

@IgorMinar I think that's a good compromise for now. There is a related issue already created for the ember-cli (ember-cli/ember-cli#4876)

@IgorMinar

Copy link
Copy Markdown
Contributor

Could we delete the icon in from our test just before reinit?
On Mon, Nov 30, 2015 at 5:25 PM Mike Brocchi notifications@github.com
wrote:

@IgorMinarhttps://github.com/IgorMinar I think that's a good
compromise for now. There is a related issue already created for the
ember-cli (ember-cli/ember-cli#4876
ember-cli/ember-cli#4876)


Reply to this email directly or view it on GitHub
#79 (comment).

@Brocco
Broccoforce-pushed the issue-75-build-error branch from a799255 to ff237fbCompareDecember 1, 2015 02:18
@Brocco

Copy link
Copy Markdown
ContributorAuthor

@IgorMinar good call on "deleting", I was able to utilize the Blueprint.ignoredFiles array to ignore the favicon file for the unit test. Branch is updated with that change.

@cironunes

Copy link
Copy Markdown
Member

Nice! I think that now we are good to merge it and have the ci green.

@IgorMinar

Copy link
Copy Markdown
Contributor

Can you add a comment there explaining what we are doing with the favicon?
Just link back to this PR.

Otherwise lgtm
On Tue, Dec 1, 2015 at 5:54 AM Ciro Nunes notifications@github.com wrote:

Nice! I think that now we are good to merge it and have the ci green.


Reply to this email directly or view it on GitHub
#79 (comment).

@cironunes

Copy link
Copy Markdown
Member

Added the comment as @IgorMinar requested and landed as 87bfa14.

Thanks for the PR, @Brocco!

@Brocco

Copy link
Copy Markdown
ContributorAuthor

@cironunes glad to assist

@Brocco
Brocco deleted the issue-75-build-error branch December 10, 2015 15:37
@angular-automatic-lock-bot

Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-botangular-automatic-lock-botBot locked and limited conversation to collaborators Sep 9, 2019
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix CLI build

3 participants

@Brocco@cironunes@IgorMinar