Cristian Le

Results 1273 comments of Cristian Le

> @LecrisUT Do you request this PR to include the root user check? Deferred, I trust your judgement on whether it is relevant to have an override for the interactive...

Sorry I have been caught up a bit and didn't get around to work on this. I'll try to do it this weekend. The main todo for this: - [x]...

Ok, I have completely reworked how `dist-git-extract`: - `dist-git-extract` always copies all files specified in the glob pattern, preserving the folder structure. - `dist-git-remove-fmf-root` is ambiguous where/how to remove the...

The issue, yes, but the approach, no. To refresh on the original issue, you cannot specify where the tmt root is relative to the `dist-git`, leading to the need of...

> The main problem is the ambiguity in `--path` which can be used as workaround to try local changes as opposed to `--url`. Oh, interesting point. Indeed that's an interesting...

> One big canned worm to decide first. Assuming `url` can be used to point to remote dist-git plan: Can we have plan using multiple dist-git configs? Sounds good, but...

Is this PR still a thing? Do you need help with it?

Primarily the issue is when iteracting with other modules that generate a `pathlib.Path`, e.g. `importlib.resources`. If at any point in the path construction chain there is a different `pathlib.Path` or...

Yeah, the OOP interface is much neater, and backports for stdlib can be quite tricky, since you cannot rely on `isinstance` since you have to check for both backport and...