https://bugzilla.wikimedia.org/show_bug.cgi?id=44782

--- Comment #4 from Liangent <[email protected]> ---
(In reply to comment #3)
> The method in question is totally unusable.
> 
> To be safely usable, you would have to be able to set the continue parameter.
> However, the caller is not given where the query left off, so would be unable
> to issue a valid continue.
> 
> At best the method could be used for getting the first X articles out of a
> category.

That function declares it just returns a TitleArray, which is just an Iterator.

If someone is interested, an iterator returning Titles spanning multiple
continued queries may be written, and can be used here.

(Unluckily Title::getLinksFrom() and friends return an array of Titles, so they
can't benefit from this)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to