Releasing 5.0.0 today, maybe with FFA.sort()
Nick Wellnhofer
wellnhofer at aevum.de
Fri Jan 18 11:54:17 UTC 2013
On Jan 17, 2013, at 18:59 , mlb-parrot at corefiling.co.uk wrote:
> On 15/01/13 22:42, Nick Wellnhofer wrote:
>> On another note, the line "ASSERT_ARGS(auxcmpfunc)" is useless. auxcmpfunc will always be non-null.
>
> that's checking the arguments to auxcmpfunc() are non-null, not the value of auxcmpfunc itself (which, as you correctly point out, will be non-null). see the surroundings of src/pmc/fixedintegerarray.pmc:26.
Oh, I completely forgot how ASSERT_ARGS works.
Nick
More information about the parrot-dev
mailing list