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

project build freeze in v1.14.0 #112

Open
matouskral opened this issue Jun 9, 2016 · 4 comments
Open

project build freeze in v1.14.0 #112

matouskral opened this issue Jun 9, 2016 · 4 comments

Comments

@matouskral
Copy link

With new version of ember-cli-coffeescript (1.14.0) when I rewrite route.js file into coffee and then I tried to build app, building process freezes or was in infinite loop. No error or another message it just keeps building. I tried that on new clean project on ember 2.4.2 just with ember-cli-coffescript installed. I switched to older version ember-cli-coffescript@1.13.2 and now it works pretty good. So I guess there is some bug in new version.

@joankaradimov
Copy link

I am experiencing the same issue on Windows. My colleagues are on Linux and they have no such problems.

@kimroen
Copy link
Owner

kimroen commented Jun 13, 2016

Hi, sorry about the trouble. It seems likely that this change is what made it stop working: #104. If anyone wants to investigate this, I would appreciate that very much.

If @kralicek-m is also on Windows, then that's probably a good place to start looking.

@matouskral
Copy link
Author

Yes, I had that issue also on windows 10.

@JoelWAnna
Copy link

JoelWAnna commented Jun 21, 2016

this is caused by joliss/broccoli-coffee@502d431#diff-168726dbe96b3ce427e7fedce31bb0bcR31

I submitted a workaround PR to broccoli-coffee
joliss/broccoli-coffee#16

The hang is a in mkdirp, because windows returns ENOENT when you have invalid characters in a path, causing mkdirp to go into an infinite loop

There is a PR pending from ages ago https://github.com/substack/node-mkdirp/pull/74/commits
issues https://github.com/substack/node-mkdirp/issues/70 https://github.com/substack/node-mkdirp/issues/66

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants