-
Notifications
You must be signed in to change notification settings - Fork 110
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
Honor datalad.runtime.use-patool if set regardless of OS (was Windows only) #6033
Conversation
Previously, windows was a declared special case in which the flag was effectively ignored. This is confusing, and may be unjustified even. Fixes datalad#5044
Codecov Report
@@ Coverage Diff @@
## maint #6033 +/- ##
==========================================
- Coverage 90.19% 87.26% -2.93%
==========================================
Files 315 312 -3
Lines 42165 41037 -1128
==========================================
- Hits 38030 35812 -2218
- Misses 4135 5225 +1090
Continue to review full report at Codecov.
|
and let's push a release with this simple one, we are already at 0.15.1-33-gba32ae216 |
hm, I do not see github actions for release to ever trigger after merging this PR: https://github.com/datalad/datalad/actions/workflows/release.yml so it was not released. @jwodder -- any clue on what have might happened? |
@yarikoptic GitHub Actions was having some problems yesterday; I experienced a run for datalad/git-annex that waited forever and never started. |
ah, odd ... I was told that yesterday for some reason many services (not just github) were experiencing issues. I wonder what was the "Common denominator" ;) cool, so let's just try with some other PR merge to |
Previously, windows was a declared special case in which the flag was
effectively ignored. This is confusing, and may be unjustified even.
Fixes #5044