Build Update for wikimedia/pywikibot-core -------------------------------------
Build: #3535 Status: Errored
Duration: 2 hours, 9 minutes, and 15 seconds Commit: eec60b8 (master) Author: Loic Dachary Message: 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
View the changeset: https://github.com/wikimedia/pywikibot-core/compare/6c9766a28cdc...eec60b841...
View the full build log and details: https://travis-ci.org/wikimedia/pywikibot-core/builds/148245602
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
pywikibot-commits@lists.wikimedia.org