Michael Hanke
Michael Hanke
Thanks for the pointer. This now makes clear what is being executed. I am posting the example of my usecase below (slightly formatted for better readability). ``` ARCH="x86_64" CODSPEED_ENV="runner" PATH="/tmp/codspeed_introspected_node:...
I can confirm that this change makes the previously failing test in `datalad-dataverse` pass again. Thank you!
Yes, this is true. An effort is in progress to have the command be replaced in https://github.com/datalad/datalad-next The change detection is already drafted with the `next-status` command. Right now, it...
I guess it is OK to fail for 3.7. `datasalad` declares compatibility with 3.8+ only. The oldest Python version with support.
If https://github.com/datalad/datalad-next/pull/729 turns green, the motivation for this PR is gone. Each `CommandError` can stay as is, and datalad-next and downstream code can run with `datasalad` without having to wait...
Adopting the new implementation would end the era of reporting a CommandError as an empty string in tracebacks etc AFAICR.
I just found this issue after trying to get any heudiconv container to work. Docker newer than v26 appears to be broken due to issues with the adapter in datalad-container....
https://hub.datalad.org/datalad/dlcmd now has this: https://github.com/user-attachments/assets/190c5173-8fcf-428a-9721-a1054b39c221
Added label as bare mode handling is preoccupied by direct mode corner cases.