-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
readcsv locks file in windows #4664
Comments
|
same bug post on julia-user |
Is it a Windows only issue? Works fine in OSX with the latest master. Does calling |
I'd worked around it using Using
@tanmaykm yes, it works fine in OSX. This is a windows only problem. |
We should probably add a |
This is essentially an issue with the windows file system being pretty awful. Mac and linux don't have that problem. |
To be clear, the Mac filesystem is awful too, just in different ways :-P |
The Mac filesystem is case insensitive by choice (e.g. forced by Adobe), it isn't a fundamental limitation in the OS :-P |
True, but that's not the only issue with HFS+. |
It appears that node/libuv has fixed this issue, if we were using libuv files: |
Just ran into this. It would be nice to fix it. Should we make |
Being able to manually force a Windows mmap functionality is generally buggy in a number of packages aside from use in |
I think it is best not to use |
Now that we have a function |
Closing and restarting the Julia REPL allows us to write once again
The behaviour is correct on MacOSX (a build a couple of days old)
The text was updated successfully, but these errors were encountered: