-
Notifications
You must be signed in to change notification settings - Fork 113
replace cower search and json parsing code with jq #702
Comments
Moving this new feature from 5.0 milestone to 4.8? |
That 4.8 milestone is quite theoretical - don't know if that will be done at all. |
Since |
I think that is a nice idea, you kill two birds with one stone. I suppose some extra work on this issue too. |
Yes. I don't have the time to work on this right now, but if |
Well, I'll be curious on how you guys implement it. I couldn't |
I'm actually doing a 180 degree turn here, and dropping this idea. See #708. |
Pacaur uses some internal crappy, ugly but working (and suprisingly robust) json parser code - mostly because I didn't want to use jshon and associated deps and that it has some shortcoming.
However,
jq
in[community]
is a nice alternative with very little footprint. It is also becoming a somewhat standard in the AUR ecosystem (used by asp, aurutils, ...).Also, nowadays cower is used mainly for its powerful search feature, which could probably be replicated using
jq
. Consider replacing the current code with some jq calls.The text was updated successfully, but these errors were encountered: