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

Ember cli build was hanging on windows because ", : are invalid characters for the filesystem #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JoelWAnna
Copy link

@JoelWAnna JoelWAnna commented Jun 21, 2016

doesn't seem that mkdirp will merge the fix to the root cause of this (windows returning ENOENT for mkdir(folderName) when folder name is invalid)
https://github.com/substack/node-mkdirp/pull/74

@@ -27,7 +27,7 @@ CoffeeScriptFilter.prototype.baseDir = function() {

CoffeeScriptFilter.prototype.optionsHash = function() {
if (!this._optionsHash) {
this._optionsHash = stringify(this.options);

Choose a reason for hiding this comment

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

i think this should be handled in async-disk-cache via some non-lossy encoding.

Copy link

@kimroen kimroen Feb 1, 2017

Choose a reason for hiding this comment

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

@stefanpenner Would you mind being a bit more clear? Are you suggesting this isn't a workaround you would want to merge into broccoli-coffee? If so, this pull request should probably be closed.

Copy link

Choose a reason for hiding this comment

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

Now that this has been handled in async-disk-cache, we could probably resolve this issue by upgrading:

stefanpenner/async-disk-cache#42

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.

3 participants