Alad Wenter
Alad Wenter
For the stdin issue, see #29
Could you rebase this?
Why? In the vast majority of cases this is a bad idea, even with pacman.
Ugh, this diff is hard to look at. Consider making gradual changes ....
What is this "postinstaller" thing? Looks like a duplicate. Also, how does this add actual functionality? It's better to have a reusable tool than the kitchen sink.
if [[ foo || bar ]] is pretty ugly though. Perhaps you could use variables instead, and check for their values.
This isn't optimal, it leaves the UID == 0 code in runasroot(), and doesn't warn the user when running as root.
Yay guzzles AUR resources. The issue is two-fold: rate-limiting on the RPC and rate-limiting on `git` operations. For the former, `yay`'s `provides` heuristic causes an excessive amount of requests to...
Some benchmarks (using `AUR_QUERY_RPC=https://server.moson.rocks/rpc`). The old `jq` based scripts also have `AUR_QUERY_PARALLEL=1` set. * Search request (4172 results) ``` Benchmark 1: aur search -q au >/dev/null # jq Time (mean...
With additional tests available for `aur-repo-parse` and `aur-format`, it makes sense to run these in `ci.yml` as well. The regression tests (apart from the long-running `issue/085`) could be included as...