[improve-it] Parsing NG archive and sorting by post-count
Andrej Mitrovic
andrej.mitrovich at gmail.com
Tue Mar 15 15:50:47 PDT 2011
On 3/15/11, Andrej Mitrovic <andrej.mitrovich at gmail.com> wrote:
>
>>
>> I suggest to replace this:
>> sortedKeys.sort;
>>
>> With:
>> sortedKeys.sort();
>>
>
> Yes, I prefer it that way too.
Correction: DMD complains about having parentheses, in fact it's an error:
ngparser.d(28): Error: undefined identifier module ngparser.sort
So I've had to remove them. And again that's that uninformative error
message which I don't like.
More information about the Digitalmars-d-learn
mailing list