-
-
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
move dirname.c
from flisp/ to support/
#15031
Conversation
I haven't been maintaining the Windows.mk nmake files, I don't think they work. If we switch to cmake (or add it as an option) we can get rid of them. For now the easiest way to test against msvc is turning appveyor on for your fork and rebasing this branch: https://github.com/tkelman/julia/tree/tk/avmsvc Note that the msvc llvm binaries are still against llvm 3.3. I don't have msvc on my new system yet, and upstream doesn't believe in including static libraries in their windows binary installer. |
Ok, thanks. I will interpret that as "if this passes normal CI we can merge it" :) |
No, not quite. "If https://ci.appveyor.com/project/tkelman/julia/build/1.0.737 gets to bootstrap we can merge it." Which it didn't |
This is a general utility and not specifically part of flisp.
1bb8337
to
7455a81
Compare
Ack, ok, I think I see my mistake there. |
Good call, cuz I didn't. If https://ci.appveyor.com/project/tkelman/julia/build/1.0.738 gets to bootstrap, then ok to merge. edit: 👍 |
AV failure is #14991 |
move `dirname.c` from flisp/ to support/
ref 6d6ad0b07b86a10a13d5d7a1eab90b599988f496, this file used to be under src/flisp until JuliaLang/julia#15031 so contrib/add_license_to_files.jl was missing it [av skip]
This is a general utility and not specifically part of flisp.
Need to make sure this works on windows and MSVC (to the extent possible).