<div dir="auto">This will make review turnout quicker, since I can potentially review and view the output from anywhere (phone while on a beach) instead of waiting until I'm back home, open a computer, and then verify the output myself.</div><br><div class="gmail_quote"><div dir="ltr">On Sun, Nov 4, 2018, 7:56 AM Steven D'Aprano <<a href="mailto:steve@pearwood.info">steve@pearwood.info</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sun, Nov 04, 2018 at 04:12:39PM +0100, Stephane Wirtel wrote:<br>
<br>
> My workflow is the following steps:<br>
> <br>
> git wpr XYZ<br>
> cd ../cpython-XYZ<br>
> ./configure --prefix=$PWD-build --with-pydebug --silent<br>
> make -j 4 -s<br>
> make PYTHON=../python -C Doc/ venv<br>
> make -C Doc/ check suspicious html serve<br>
> <br>
> and run the browser on <a href="http://localhost:8000/" rel="noreferrer noreferrer" target="_blank">http://localhost:8000/</a> and check the result.<br>
> <br>
> <br>
> 1. Because I am a dev I can do it easily<br>
> 2. If you are not a dev, you have to learn a new step (download sources,<br>
> compile sources, compile doc and check the result)<br>
<br>
If I am making doc patches, shouldn't I be doing that *before* I <br>
submit the PR? How else will I know that my changes haven't broken the <br>
docs?<br>
<br>
So surely I need to learn those steps regardless?<br>
<br>
(Not a rhetorical question.)<br>
<br>
<br>
> I think this feature would be really useful for the contributors, the<br>
> reviewers and you, the core-dev.<br>
<br>
Sure. But the usefulness has to be weighed against the extra complexity, <br>
the extra "one more thing that can break and needs to be maintained", <br>
and the risk of abuse.<br>
<br>
I have no opinion on whether the pluses outweigh the minuses.<br>
<br>
<br>
-- <br>
Steve<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank" rel="noreferrer">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/mariatta%40python.org" rel="noreferrer noreferrer" target="_blank">https://mail.python.org/mailman/options/python-dev/mariatta%40python.org</a><br>
</blockquote></div>