Julian Ganz
Julian Ganz
@coderkevin Well, with > The repositories don't "belong" to a server, they belong to a person or an organization. you proposed that a repository is rooted not on a server...
Disclaimer: not a maintainer. If you already enumerate different points of incompatibility, maybe it makes sense to split the issue up. It makes much more sense to track the individual...
Well, according to @chyh1990's profile, their last activity was on June 3, 2020. But even before that, the activity was rather sparse. PRs and issues just kept accumulating without any...
Duplicate of #160.
FYI: [git-dit](https://github.com/neithernut/git-dit) allows cross-referencing between issues and from one issue to an arbitrary revision using the parent references of a commit. For accumulating metadata and other mechanics confined to a...
> @yrashk - where is this "SIT" project you (I think?) mention. I've been unable to find it. https://github.com/sit-fyi/sit (also listed on https://dist-bugs.branchable.com/software/ btw.)
Fixes #305.
This change is not yet tested. Also, I'm not sure whether or not the `shrink_failure` function should be integrated into the final `match`. I suspect the primary reason to have...
Sadly, I couldn't reproduce the failure using the reproducer from #285 (because the probability of hitting integer overflows is much higher). Hence, I used the following artificial test-case: ```rust #[derive(Clone,...
Just wanted to note: with these changes, faulty shrinkers which would previously provoke a stack-overflow may now produce endless repetition of a test for a small set of values (e.g....