Benjamin Poldrack
Benjamin Poldrack
Re general aspects of `normalize_paths`: Just to be clear about it: The main idea was that a `*Repo` object should interprete relative paths given to its methods as relative to...
Related: (Re-)consider the utility and validity of `datalad/utils.py:is_explicit_path`. This is because: It doesn't seem to be used outside tests, but I do remember, that in iterations of path handling discussions...
FTR: In context of mentioned PR in git-annex-ria-remote I figured that the hanging wasn't during the default fetch `siblings-configure` does, but during `annex-enableremote`. Moreover that annex call seems to refer...
Update: There are (of course) several issues here. However, one thing is pretty clear by now: `SSHConnection`'s `_opened_by_us` doesn't really work, since it can consider only calls to its own...
The second issue regarding my encounter in that RIA PR is not too clear yet. That `enableremote` is supposed to establish a second socket to the same target. It's two...
I think that difference is intended, as `datalad status` is supposed to give a seemless status across subdatasets (if `-d` wasn't specified), whereas `git status` doesn't consider status within a...
Thanks for reporting (and figuring out the problem already)!
Note, that the concept of procedures does come with a dedicated help via `run-procedure --help-proc `. However, that help needs to be configured. So, it seems to me there are...
Ok, so still not ready. Apparently the move to deprecated is still incomplete. datalad-deprecated is trying to import annotate_path stuff from core, that has moved to deprecated. https://github.com/datalad/datalad-deprecated/pull/72
Remaining failures are currently happening everywhere and are clearly unrelated. Looking into this. However, extension tests now pass. I'm gonna go ahead and merge this finally.