Skip to content

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

Open
JoelWAnna wants to merge 1 commit intojoliss:masterfrom
JoelWAnna:windows_hang
Open

Ember cli build was hanging on windows because ", : are invalid characters for the filesystem#16
JoelWAnna wants to merge 1 commit intojoliss:masterfrom
JoelWAnna:windows_hang

Conversation

@JoelWAnna
Copy link
Copy Markdown

@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

Comment thread index.js

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

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
Copy Markdown

@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
Copy Markdown

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