Add DocxodusEngine as a second comparison engine #19
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
XmlPowerToolsEngine, wrapping Docxodus — a modernized .NET 8.0 fork of Open-XML-PowerTools with better move detectionBaseEngineclass with all shared binary extraction and subprocess logic; both engines are thin 3-line subclasses settingDIST_DIR_NAME,BIN_DIR_NAME, andBINARY_BASE_NAMEbuild_differ.pyinto a reusablebuild_engine()function called for both engines (also fixes pre-existing bug wherewin-arm64was compiled but never compressed)Test plan
test_openxml_differ.pypasses (backward compatibility)test_docxodus_engine.pypasses (Docxodus integration)test_engine_contract.pypasses (parametrized contract tests over both engines)hatch buildproduces wheel with both sets of binaries