jayvdb created this task. jayvdb added a subscriber: jayvdb. jayvdb added projects: pywikibot-core, Pywikibot-pagegenerators. Herald added subscribers: pywikibot-bugs-list, Aklapper.
TASK DESCRIPTION There are several cases where both site and generator are arguments. Either checks need to assert that the generated pages site is the same as the argument site, or the site obtained from the generator's first page using a peek operation. In the case of NamespaceFilterPageGenerator, the site must be extracted from generator's pages, as the site is used before the generator. A peek operation would allow the namespace resolve to occur once, however the other (much more complex) approach is to attempt to resolve the namespaces for each page, if the site is different from the previous page. TASK DETAIL https://phabricator.wikimedia.org/T104653 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: Aklapper, jayvdb, pywikibot-bugs-list, Malyacko, P.Copp _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
