falconindy / auracle

A flexible command line client for Arch Linux's User Repository
MIT License
238 stars 26 forks source link

Buildorder fails for r-grain #107

Closed JAicewizard closed 1 month ago

JAicewizard commented 1 month ago

running auracle buildorder r-grain gives the following output: error: INVALID_ARGUMENT: No request type/data specified.

This is error is very similar to #106, but not fixed by that PR. I tried using that branch, and a fresh auracle-git compile from the AUR, to confirm it is indeed not fixed by that.

I currently do not have time to debug this ATM, many PRs that need to be merged and reviews to be done, hence I opened this issue instead of another PR.

falconindy commented 1 month ago

Maybe a case where all the deps are already fetched into the package cache so we try to build an InfoRequest without any args.

falconindy commented 1 month ago

I've got a fix, just trying to come up with a test that doesn't involve adding a brazillion packages...

JAicewizard commented 1 month ago

Yup, very nice :) it works!