-
Notifications
You must be signed in to change notification settings - Fork 81
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
Shell commands to git in build.jl don't work on Windows #129
Comments
@kdayday can you provide more detail? All out build tests are passing in the CI, so it is likely your local git. |
@kdayday can you tell us which git commands? |
Yep, sorry, here's more info. It appears that using "run()" or accessing the shell through ";" doesn't work on Windows the way you'd expect for something called a "shell", discussed here: Two leads:
The general point being, these "run()" calls may be breakable across platforms, at least that's what it looks like for a newbie like me. In this specific case, maybe the question is whether and how to include the test data. |
Thanks for the detailed information. The build.jl just downloads a data git repository, if you don't need to run tests or examples you can comment it out and bypass it for now. We'll add a more portable fix soon. |
@kdheepak I can't reproduce the error in my windows machine. Seems that this can be fixed of the user has PoweShell |
I think this will not be an issue if git bash, powershell or windows
subsystem for linux is used. But that will be a small percent of people.
I'll add a fix for Windows CMD.
…On Fri, Dec 21, 2018, 5:29 PM Jose Daniel Lara ***@***.*** wrote:
@kdheepak <https://github.com/kdheepak> I can't reproduce the error in my
windows machine. Seems that this can be fixed of the user has PoweShell
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#129 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABuqga93unAF861B4_eOb1KbnH5ECn1eks5u7Yr8gaJpZM4ZfJ6c>
.
|
Haven't figured out a direct solution yet.
The text was updated successfully, but these errors were encountered: