[python-committers] 4 weeks with the new workflow: what needs changing?
Alex Gaynor
alex.gaynor at gmail.com
Tue Mar 14 17:09:17 EDT 2017
More information about the python-committers mailing list
Tue Mar 14 17:09:17 EDT 2017
- Previous message (by thread): [python-committers] 4 weeks with the new workflow: what needs changing?
- Next message (by thread): [python-committers] 4 weeks with the new workflow: what needs changing?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If most patches (by LOC) don't require domain knowledge to commit, I guess they probably don't need domain knowledge to review. Alex On Tue, Mar 14, 2017 at 5:07 PM, Brett Cannon <brett at python.org> wrote: > > > On Mon, 13 Mar 2017 at 10:04 Donald Stufft <donald at stufft.io> wrote: > >> >> On Mar 13, 2017, at 11:54 AM, Barry Warsaw <barry at python.org> wrote: >> >> I actually kind of like the idea of a mentionbot, but the current >> implementation has some problems. Rather than calculating who should be >> mentioned based on TIL (touched it last), it would be nicer if this got >> closer >> to solving Raymond's comment. If the domain expert could be notified >> when PRs >> touch stuff they care about, that might be better. The mentionbot could >> then >> be opt-in for folks who want to see more detail. >> >> >> >> So mention-bot supports that, it just needs configured >> > > Specifically, if you look at https://github.com/facebook/mention-bot and > note the alwaysNotifyForPaths option. The problem is what happens to the > experts file? If we end up managing both that file and the mentionbot > confis separately then it leads to a bifurcation of where we track that > info. At that point we have to either consider something to use to easily > update one based on the other (e.g. pull in the experts file and use it to > update the mentionbot config), or we come up with our own solution to the > problem. > > >> . I suspect though that it’s touched-it-last mentioning will get better >> once we get more people with commits under their actual name. >> > > As I think Antoine pointed out, if people are doing fixes that don't > require domain knowledge then that can skew the results (whether that will > skew that much I don't know). > > -Brett > > _______________________________________________ > python-committers mailing list > python-committers at python.org > https://mail.python.org/mailman/listinfo/python-committers > Code of Conduct: https://www.python.org/psf/codeofconduct/ > -- "I disapprove of what you say, but I will defend to the death your right to say it." -- Evelyn Beatrice Hall (summarizing Voltaire) "The people's good is the highest law." -- Cicero GPG Key fingerprint: D1B3 ADC0 E023 8CA6 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-committers/attachments/20170314/d0fdc247/attachment-0001.html>
- Previous message (by thread): [python-committers] 4 weeks with the new workflow: what needs changing?
- Next message (by thread): [python-committers] 4 weeks with the new workflow: what needs changing?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the python-committers mailing list