[aur-dev] [PATCH] Fixed a couple more lingering JSON bugs

eliott eliott at cactuswax.net
Tue Feb 19 12:11:44 EST 2008


On 2/19/08, Loui <louipc.ist at gmail.com> wrote:
> This patch applies to the current testing branch that includes Simo's
> patches to JSON.
> Now you can properly retrieve package info by name.
>
> I have this little script for testing. Yarr.
>
> #!/bin/sh
>
> wget http://aur.archlinux.org/rpc.php?type=$1\&arg=$2 -O rpc.tmp && less rpc.tmp
>
> exit 0

Your patch adds a needless string concatenation operation, for the
sole sake of a line break.
Not a good idea. String concatenation adds up, peformance wise.




More information about the aur-dev mailing list