<arigato>
I don't know, but it warns us that it won't work from April 2019
<arigato>
so maybe it doesn't actually work *now*
<arigato>
the warning is about needing to update the webhooks
<arigato>
maybe bitbucket also updated their webhooks and eventually killed the old ones?
<arigato>
no, it seems to be readthedocs.org: if I go manually to the url "http://readthedocs.org/build/484" as configured in bitbucket, I get "This API endpoint is deprecated" and nothing seems to start
* arigato
updates the whole thing to the new-fangled webhooks
<arigato>
maybe done?
* mattip
in a meeting
Garen has quit [Read error: Connection reset by peer]
Garen has joined #pypy
kenaan has joined #pypy
<kenaan>
arigo default 0d9f689ae8c7 /pypy/doc/interpreter.rst: Change to test the readthedocs integration hooks
<arigato>
seems to work---at least readthedocs is triggered
<tos9>
cool! (random comments in case they're useful?)
<tos9>
what does "Set reverse-debugger active by default." mean?
<tos9>
Is reverse-debugger a build flag or whatever they're called, and that line means to say "revdb is now enabled by default on pypy builds that are built on pypy.org"?
<tos9>
(If so that sounds like a bigger deal than that line makes it?)
<arigato>
unsure what this line means?
dustinm has quit [Quit: Leaving]
<tos9>
I mean I know what revdb is, but I'm not sure what that changelog entry is meaning to say changed
<tos9>
I *guess* it means to say that you don't need to download a special build of pypy to use revdb now
<tos9>
But if that's what it means to say I'd have thought that was a bigger deal than just being hidden in that changelog that few people will read :)
<arigato>
no, you still need a special build of pypy to use revdb
dustinm has joined #pypy
<tos9>
Oh, OK then I guess I *don't* know what that line means then
<arigato>
same here :-)
<tos9>
hahaha ah ok, then I feel less bad
<tos9>
it's in the changelog though :P
<tos9>
also, the other thing I "learned" from reading this is I guess cppyy is back to being recommended again?
<tos9>
did I miss when that changed again or is that new
<arigato>
ah yes, I think it means only that you don't need to check out a special branch in the pypy repo
<tos9>
arigato: ah
<mattip>
suggested rewording or edits willingly accepted
<arigato>
so it should always be up-to-date, and translatable from the same as the snapshot that we distribute as source for the v7.0.0 release
<tos9>
mattip: probably writing out that whole thing is the best thing IMO, it's easy to misunderstand
<tos9>
mattip: i.e. "The revdb branch has been merged to the default branch, so it should always be up-to-date, and translatable from the same as the snapshot that we distribute as source for the v7.0.0 release. A special pypy build is however still required to run it."
<mattip>
.. or maybe just kill the line, the change has more meaning for our dev process than for end users
<tos9>
Or that :)
* arigato
copies that
<tos9>
"Use subprocess to avoid shell injection in shutil module"
<tos9>
this line is also a bit scary
<tos9>
Is there a CVE for that, and/or is CPython vulnerable
<mattip>
that is a backport of a cpython bugfix, so we should quote the relevant cpython issue/fix
oberstet has quit [Remote host closed the connection]
<kenaan>
arigo default 1cabe8ae73e8 /pypy/doc/release-v7.0.0.rst: Expand like about revdb