-
Notifications
You must be signed in to change notification settings - Fork 5
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
Errors with dub test --build=x86 on Windows #15
Comments
Travis doesn't support Windows, but there's an AppVeyor setup: https://github.com/libmir/numir/blob/master/appveyor.yml |
Ah, I see the issue. They're only testing x64, not x86. |
@wilzbach I have updated the title and first post to reflect this. |
@ShigekiKarita I'm getting an error about opening a file in rb mode.
|
@jmh530 Have you generated |
@ShigekiKarita I had not. Unittests pass after generating the file. It might make sense to have this command included in the dub.json for the unittest configuration on Windows, or something like that. At a minimum, you could include a check that the file is available and give a specific error that it needs to be generated or something. Also, this introduces a dependency on having python installed. |
Thanks for your advice. I will fix unittests to skip tests if |
I think that is a good idea. I was just thinking about it today.
Another possible addition is to insert a code to generate the file on
Windows if it is not there and you can call python.
…On Wed, Oct 18, 2017 at 9:43 PM Shigeki Karita ***@***.***> wrote:
Thanks for your advice. I will fix unittests to skip tests if *.npy does
not found.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AMJWyg5macqgxLzLlvcG9S0XydarLtX0ks5stqlGgaJpZM4PmhFt>
.
|
On my Windows machine, I am getting errors running
dub test --build=x86
(the default isdub test
, just making things clear) on the io.d module. This is not showing up in the Appveyor results, perhaps because it is not being testing (not entirely sure).The text was updated successfully, but these errors were encountered: