You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: crosscheck the handoff docs against the tree they describe
HANDOFF and the roadmap had drifted from what is actually there:
- the test count was 552; it is 574. `tox -e docs` doctests all of doc/,
not just doc/example/ -- so basics.rst is verified, while test_debug.rst
and test_ssh_fileserver.rst have no doctests and nothing checks them.
- `execnet info` answers six keys, not five, and "version" is spelled
"execnet". Its `protocols` list has no reader anywhere and omits
`share`, so a Windows remote understates itself -- recorded under
roadmap item 1, which is where that payload gets settled.
- the file map was missing _trace.py, _gevent_support.py and __main__.py.
- roadmap section 5 "Stale wording" was itself stale: the ExecModel
docstring and _shim.REMOVED_IN were both fixed already. Same for the
changelog, which is renumbered to 3.0.
Elsewhere: the README still advertised zero-install bootstrapping and
eventlet, which 3.0 reversed and killed respectively; and the deselect in
xdist-known-failures.txt justified itself with a launch command
(`python -m execnet._trio_worker`) that is not the launch contract, in the
file a maintainer reads to judge whether the deselect still holds.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments