rafasc

Results 4 issues of rafasc

Initially this PR removed aur-vercmp-devel and introduced documentation changes that were biased towards a repo-based workflow for vcs packages. Since these are actually two actions, the removal was split into...

documentation

While working on ed58869 I noted that `amount.truncate()` is not rounding towards zero. E.g. -1.2 being truncated to -2 instead of -1. The rounding "error" seems originate from `stream_out_mpq`, but...

git-bug supports fetching from multiple repositories but once bugs are fetched they all go inside the same bag: `.git/refs/bugs/`. This makes it impossible to keep bugs from different sources separate....

kind/feature
priority/important-longterm
triage/accepted
area/git

This is part of an attempt to improve crunchy's performance. This PR focuses on improving the mangled password checks by using concurrency to speed up the search. ``` $ benchstat...