-
Right now, testing relies on me doing manual tests. It would be a lot better to have automated tests verified by Travis / GitHub Actions or similar.
There should be two kinds of tests:
- [x] E2E t…
-
**Is your feature request related to a problem? Please describe.**
Currently, if-elseif-else fragment nodes are all generated as `unstable`. This means that any content inside these conditionals will…
-
Take the `pointersStream` (#64) and return a stream of changes in the angle between two pointers.
Calculating the angle between two points should be basic trig. Then, you're just diffing adjacent …
-
Create profiling tests and record results.
I will edit this post with added tests.
# ProfilingTest_01 - bars only
Test file: https://github.com/BHoM/BHoM_Engine/blob/Diffing_Engine-initialImp…
-
Hi @tonyarnold , I'm playing with different diffing algorithms, and want to give them some benchmarks https://github.com/onmyway133/DeepDiff#among-different-frameworks. When comparing `Differ` on some…
-
The server and some of the diffing algorithms support configuration via environment variables. We’ve listed them all out with some explanation in [`.env.example`](https://github.com/edgi-govdata-archi…
-
APIView rely on the JSON token file and currently it is an array of tokens where a token is created by language parser for each literal, definition, type, annotation, link, warning, method signature, …
-
Oil from the Rust team has made the `ui_test` crate, which is an extracted version of Rustc's `compiletest` crate, it makes it easy to set up and diff ui tests like the ones in `should_succeed` and ev…
-
GNU diff and others have some internal heuristics to bail if there are too many changes. There are basically two optimizations:
* Discard lines which are completely distinct between two files: this…
-
Firstly, great library and idea. It's refreshing to see more alternatives to the VDOM.
I'm very interested to see how this benchmarks against the [incremental-dom approach](https://github.com/googl…