M. Eric Irrgang

Results 29 comments of M. Eric Irrgang

I think I'd be interested in helping out with this, but I think the `asyncio` support should be decoupled from the threading support, as it is in Python. If the...

For a library that is built strictly to support the Python bindings, I decided the most appropriate solution was to build it as a static library and link it into...

@leimao: Like @ax3l says, if you don't _have_ to build a separate shared library, it is easier to avoid it. Not only does it complicate the install, but it also...

I notice that underscores don't contibute much to the matching score. Is this from the scoring heuristic or from the regex? For instance, searching `sphobjinv suggest https://docs.python.org/3/library '__module__' -su` scores...

I realize now that "module", "function", and others use the directive string rather than the cross-reference role string, so I guess I'm observing a missing feature rather than an isolated...

Actually, a static table would be unwieldy, but a table could be derived more easily than I thought by inspecting the `sphinx.domains.Domain` subclasses. At the least, the submodules could be...

I don't think you need to know which version of sphinx produced the `objects.inv` file. If a translation is unavailable, the translation could just be skipped and/or an error/warning could...

To some extent, the plug-in mechanism and the plug-in selection may be decoupled. How would a command-line user select an alternative scoring mechanism? Unless either all detected scorers would be...

Note that the file is generated in several other instances in which versioningit is invoked, such as when building the package, even as an sdist, or (possibly) when using the...

For those with access, see also https://molssiedu.slack.com/archives/C03Q6GCCZ1B/p1659622847027609