wikimedia / pywikibot-core (master)
Build #3535 has errored.
2 hours, 9 minutes, and 15 seconds
Loic Dachary eec60b8 Changeset →
  WikidataSPARQLPageGenerator should not always remove duplicates

get_items creates a set from the results, to avoid duplicates. It has
the unfortunate side effect of shuffling the results of all queries,
including those with an ORDER BY.

The result_type argument is added to allow the caller to change the
default set() to a list() to preserve order and duplicates.

Bug: T141348
Change-Id: I19873439e82f1a74797d1d2b2ac253086b38721e

Want to know about upcoming build environment updates?

Would you like to stay up-to-date with the upcoming Travis CI build environment updates? We set up a mailing list for you! Sign up here.

Would you like to test your private code?

Travis CI for Private Projects could be your new best friend!