fastdiff icon indicating copy to clipboard operation
fastdiff copied to clipboard

A fast native implementation of diff algorithm with a pure Python fallback

Results 7 fastdiff issues
Sort by recently updated
recently updated
newest added

`testfixtures` seems to have a wider scope and more flags/options - https://github.com/simplistix/testfixtures - https://testfixtures.readthedocs.io/en/latest/comparing.html#mapping-comparison-objects Perhaps either for inspiration, collaboration, etc.

Would it be possible to have a new patch release of the Python version which includes #6?

Bumps [pip](https://github.com/pypa/pip) from 18.1 to 21.1. Changelog Sourced from pip's changelog. 21.1 (2021-04-24) Process Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between...

dependencies

https://github.com/pytest-dev/pytest-runner/#deprecation-notice This cause `snapshottest` install failure on my machine without proxy because dependencies in `setup_requires` not using configured pip index mirror.

When trying to install `fastdiff` as a dependency for `snapshottest`, I get the following error: ``` Collecting wasmer; python_version >= "3.5" and platform_machine == "x86_64" and sys_platform == "linux" (from...

Over on [this build](https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=50658&view=logs&jobId=1bf226d3-0e2f-52d8-fa93-7d9e633347b3&taskId=ec8d466d-e3b4-5115-4f06-222398f91e6c&lineStart=576&lineEnd=596&colStart=1&colEnd=1) of the [conda-forge feedstock](https://github.com/conda-forge/fastdiff-feedstock/pull/1) for `fastdiff`, I've come upon: ```py ============================= test session starts ============================== platform linux -- Python 3.7.3, pytest-3.10.1, py-1.8.0, pluggy-0.12.0 benchmark: 3.0.0 (defaults:...

Bumps [wheel](https://github.com/pypa/wheel) from 0.32.1 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies