-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
"$" symbol in file names #129
Comments
Holy shit... Team Foundation Server limitations... What will be next? Dots in filenames? Oh, wait... previous issue.
I'll think that can be done. |
It's internal API, but too often I see something like that, so if I'll change this prefix - it will be breaking change for many projects. Makes sense do it only on the next major release. |
Yah, TFS is not my favorite for a number of reasons, and this adds to it, but I'm limited to what we're using at the office. |
I'll change prefix in the next major release, but I have no ideas when it will be. If will be convenient to add enough breaking changes in the near future - instead of next minor release I'll publish the major release in the end of this or in the next month. Otherwise - only in the next year. |
@zloirock Thank you so much for this fix. |
Or maybe at least a pre-release version, that way dependencies that wrongly use your internal modules won't automatically get a breaking change, but those of us who need the change can manually get the pre-release. |
In the modules library, there are many files that start with
$
. When using TFS to manage projects, this is not allowed, as "$" are invalid characters for file names (https://msdn.microsoft.com/en-us/library/aa980550(v=vs.120).aspx#SourceControl).What gives? Is there a reason why these files start with a "$"? This is a significant limitation for those who are using TFS (see stackoverflow issue too: http://stackoverflow.com/questions/32081002/team-foundation-error-with-the-in-the-path).
The text was updated successfully, but these errors were encountered: