[Pywikipedia-bugs] [Maniphest] [Updated] T200955: Update pywikibot queries for MCR

2018-08-21 Thread JeanFred
JeanFred added a parent task: T202378: Erfgoedbot bot runs triggers lots of 'rvslots' API warnings. TASK DETAILhttps://phabricator.wikimedia.org/T200955EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Dalba, JeanFredCc: MarcoAurelio, alanajjar, Jar,

[Pywikipedia-bugs] [Maniphest] [Declined] T113450: pywikibot-touch.py needs to operate in bot mode

2018-08-21 Thread zhuyifei1999
zhuyifei1999 closed this task as "Declined".zhuyifei1999 added a comment. In T113450#4513357, @JAnD wrote: I am afraid, this is not because bot is broken, but because database is broken. File a bug against #mediawiki-database. Pywikibot itself has nothing to do with this.TASK

[Pywikipedia-bugs] [Maniphest] [Updated] T113450: pywikibot-touch.py needs to operate in bot mode

2018-08-21 Thread matej_suchanek
matej_suchanek removed a project: Patch-For-Review.matej_suchanek added a comment. > python -c "import this" | grep pass Errors should never pass silently. rPWBC456fd62f5a83: touch.py: allow botflag tagging from cli is wrong.TASK DETAILhttps://phabricator.wikimedia.org/T113450EMAIL

[Pywikipedia-bugs] [Maniphest] [Updated] T199615: filter_unique leaks memory

2018-08-21 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T199615EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Dalba, gerritbotCc: gerritbot, zhuyifei1999, Xqt, Aklapper, matej_suchanek, pywikibot-bugs-list, Gaboe420,

[Pywikipedia-bugs] [Maniphest] [Commented On] T199615: filter_unique leaks memory

2018-08-21 Thread gerritbot
gerritbot added a comment. Change 454198 had a related patch set uploaded (by Dalba; owner: dalba): [pywikibot/core@master] pagegenerators.py: Avoid applying two uniquifying filters https://gerrit.wikimedia.org/r/454198TASK DETAILhttps://phabricator.wikimedia.org/T199615EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T199615: filter_unique leaks memory

2018-08-21 Thread Dalba
Dalba added a comment. In T199615#4511856, @matej_suchanek wrote: Another problem I can see is that filter_unique (inside GenFact it is self._filter_unique) is used twice: it's provided to RecentChangesPageGenerator (line 821) and also used for dupfiltergen = self._filter_unique(gensList) (line