Lulu

Results 352 comments of Lulu

wWth clickup i get validity check fails with path paru and makepkg.

The issue may be that trizen doesn't handle the fragment/query part like it should.

I already said the issue is trizen not handling the fragment part. Nothing to do with https.

You can probably just edit the pkgbuild's desc or groups and add that as meta data.

https://gitlab.archlinux.org/pacman/pacman/-/tree/morganamilo/notes

This is quite annoying. Sources are downloaded on the host. Makepkg doesn't even check deps when running `makepkg --verifysource`. A solution to this would involve installing all package deps to...

paru depends on git so it's not really come up as git covers 99% of this issue.

Paru doesn't use any spwawn's or spawn blocking. The only real use for async is selecting and joining network reqests.

Not sure if that's more of a reson. Right now it's all multi layerd. The join is ran on a futures that use select internally. Also async_trait is only used...

Mock is it's on feature so the dependency is behind that. The feature gates could possibly be changed to `cfg(test)` and moving async_trait to dev deps. Not sure if that's...