-
-
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
can't start julia from non-directory #12671
Comments
What do you suggest? Should we check for this and give a better error? |
Can we avoid having LLVM throw this exception? Why does LLVM need the path? Perhaps this could be fixed upstream. |
there's no need to block startup. just error if you try to access it:
|
Agreed. Does this still happen when llvm assertions are disabled? |
Just tested with an old nightly: no. (for reference, on LLVM 3.3: hhttps://github.com/llvm-mirror/llvm/blob/bec3ce0cb50895d9b41a78938b079672e6999e15/lib/Support/Unix/Path.inc#L252-L258) |
Looks like this may have been fixed in recent LLVM versions. |
use mktempdir instead of tempname because of #9053 Cygwin lets you do this but win32 doesn't
use mktempdir instead of tempname because of #9053 Cygwin lets you do this but win32 doesn't
This may have regressed, see #17998. |
The text was updated successfully, but these errors were encountered: