-
Notifications
You must be signed in to change notification settings - Fork 88
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
enable slim on windows #1571
base: main
Are you sure you want to change the base?
enable slim on windows #1571
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1571 +/- ##
==========================================
- Coverage 99.83% 99.77% -0.07%
==========================================
Files 130 130
Lines 4354 4359 +5
Branches 597 596 -1
==========================================
+ Hits 4347 4349 +2
- Misses 3 5 +2
- Partials 4 5 +1 ☔ View full report in Codecov by Sentry. |
Hm - getting errors like
|
Uh-oh, and errors like this, which looks like a SLiM bug:
|
Okay, there are Issues with temporary files on Windows. In the tests there's various ways to deal with temporary files, but it's unclear what's going on because sometimes the github logs don't show us all the output (e.g. "slim exited with code 3" but not showing us the error). To debug I've got a minimal but not-minimal-enough test set-up in #1574. Also for some reason conda cacheing seems to not be working. |
Note: to make sure you see the full output from the tests (since the "Details" link tends to cut it off):
|
Another note: we have in
|
The logfile issue looks to be a SLiM bug: MesserLab/SLiM#452 maybe |
There seems to be some kind of issue with the temporary file code? (Note: this code was already changed from previously to deal with Windows not really doing temporary files in a reasonable or consistent way...) |
Hopefully it is this simple!