Results 1791 comments of Sebastian Thiel

Thanks for collecting everything we figured out thus far, @EliahKagan , and great to see @sunshowers chiming in, too! > Although I believe no signal--in the usual POSIX-related sense--is being...

> It might be worth installing a Ctrl-C handler in these tests, that just waits a few seconds before terminating or something. Even though I don't know why exactly it...

Thanks a lot for surfacing this problem. Thus far I just tried to solve it quickly, without having a full understanding of it which seems to be required for correctness....

I think I copied it from the Git for Windows implementation, but also wanted to say that as part of this research this may be scrutinised. Maybe it's not always...

Thanks a lot for the write-up! I also agree that using the latest `gix-path` in `gix-testtools` is very beneficial. Indeed it would be great if the `gix-testtools` issue in conjunction...

> > The key to a fix is testing, and I guess one would have to setup a (mock-)registry to actually publish things into, to truly be sure. > >...

> However, as can be seen on CI, this does not make the failure go away. This is great! That means the Rust side of things *should* be fully deterministic....

Thanks for letting us know, @c33s. Previously it might not have been clear that the AI-related code would have to be shipped in a plugin to be entirely unavailable unless...

This sounds like a very nice feature to have, and one that wouldn't affect anyone who didn't opt in to. Yes, a PR would definitely be welcome.

This seems to be [the code handling the rewrites](https://github.com/git/git/blob/5b97a56fa0e7d580dc8865b73107407c9b3f0eff/remote.c#L42-L67) in Git - maybe from there it becomes clear how it can be used more generally? Maybe it's the [the code...