Rob Rix
|
52921e8767
|
Give an alternative definition of nearestUnmapped based on lists of unmapped terms.
|
2017-10-23 15:43:02 -04:00 |
|
Rob Rix
|
c1fe9d588c
|
Move the filter back into findNearestNeighbourTo.
|
2017-10-23 15:32:09 -04:00 |
|
Rob Rix
|
9108620607
|
🔥 redundant parens.
|
2017-10-23 15:29:12 -04:00 |
|
Rob Rix
|
dda974e4c5
|
Express nearAndComparableTo without reference to the keys.
|
2017-10-23 15:25:55 -04:00 |
|
Rob Rix
|
919862a1a2
|
editDistanceUpTo does not need to be computed on pure insertions/deletions.
|
2017-10-23 15:04:44 -04:00 |
|
Rob Rix
|
bd3e1d35ba
|
The minimum index is the first index.
|
2017-10-23 14:57:44 -04:00 |
|
Rob Rix
|
c7bf64213d
|
Simplify the selection of the minimum term index.
|
2017-10-23 14:57:01 -04:00 |
|
Rob Rix
|
1dcc904639
|
Define deleteRemaining in terms of insertMapped.
|
2017-10-23 14:45:11 -04:00 |
|
Rob Rix
|
6bd44acdda
|
Chain the high-level flow.
|
2017-10-23 14:37:11 -04:00 |
|
Rob Rix
|
76cfa737e1
|
Represent MappedDiff as These of pairs rather than pairs of Theses.
|
2017-10-23 14:14:10 -04:00 |
|
Rob Rix
|
3729189aad
|
Restore defaultMoveBound & interpret it as the number of places following the previous index.
|
2017-10-23 13:35:00 -04:00 |
|
Rob Rix
|
1b432d9cba
|
Inline the definition of isInMoveBounds.
|
2017-10-23 13:27:01 -04:00 |
|
Rob Rix
|
f721f287b0
|
Extract a function for the nearby/comparability filter.
|
2017-10-23 12:40:46 -04:00 |
|
Rob Rix
|
e9f7e7e09e
|
Don’t pass the comparability relation to nearestUnmapped.
|
2017-10-23 12:23:12 -04:00 |
|
Rob Rix
|
8cd4c596bd
|
🔥 editDistanceIfComparable.
|
2017-10-23 12:22:14 -04:00 |
|
Rob Rix
|
598901b8da
|
🔥 the comparability test for the approximate edit distance computation.
|
2017-10-23 12:22:00 -04:00 |
|
Rob Rix
|
b41fa03a3e
|
🔥 a redundant comparability check.
|
2017-10-23 12:20:55 -04:00 |
|
Rob Rix
|
0fb84d5ff3
|
Filter the sets of candidates by comparability.
|
2017-10-23 12:20:22 -04:00 |
|
Rob Rix
|
3462892131
|
🔥 redundant imports.
|
2017-10-23 11:59:19 -04:00 |
|
Rob Rix
|
3351c60859
|
Move the permutation tests into InterpreterSpec.
|
2017-10-23 11:58:52 -04:00 |
|
Rob Rix
|
6200a00b6e
|
Rename the identity diff property.
|
2017-10-23 11:58:43 -04:00 |
|
Rob Rix
|
46e2b5fb15
|
Rename the interpreter spec.
|
2017-10-23 11:58:31 -04:00 |
|
Rob Rix
|
a23d60dc09
|
🔥 a redundant test that equal terms produce identity diffs.
|
2017-10-23 11:57:36 -04:00 |
|
Rob Rix
|
1652dc1147
|
🔥 redundant tests of the lossless property.
|
2017-10-23 11:55:44 -04:00 |
|
Rob Rix
|
9c1dce7ab9
|
🔥 the Context/Empty Listable instances.
|
2017-10-23 11:53:42 -04:00 |
|
Rob Rix
|
c0d833f361
|
🔥 the Context/Empty tests of the Mergeable laws.
|
2017-10-23 11:53:36 -04:00 |
|
Rob Rix
|
16b86bb9a2
|
beforeTerm/afterTerm can handle substructural diffs.
|
2017-10-23 11:10:53 -04:00 |
|
Rob Rix
|
293731e71b
|
Define the Mergeable instance for NonEmpty recursively.
This prevents failure in the first element precluding success later on.
|
2017-10-23 10:58:13 -04:00 |
|
Rob Rix
|
6a0321c401
|
Test the Mergeable laws against a Union.
|
2017-10-23 10:40:33 -04:00 |
|
Rob Rix
|
8245e337ce
|
Define a Listable instance for Union.
|
2017-10-23 10:36:53 -04:00 |
|
Rob Rix
|
395678bcb3
|
Test the Mergeable laws against Context & Empty.
|
2017-10-23 10:32:48 -04:00 |
|
Rob Rix
|
0184f57713
|
Define Listable instances for Context & Empty.
|
2017-10-23 10:32:32 -04:00 |
|
Rob Rix
|
662eb608a7
|
Align the beforeTerm/afterTerm definitions.
|
2017-10-23 10:28:59 -04:00 |
|
Rob Rix
|
b0fdc0e607
|
🔥 mergeMaybe.
|
2017-10-23 10:27:03 -04:00 |
|
Rob Rix
|
e8101cd735
|
Correct how we show the tail of records.
|
2017-10-23 10:14:41 -04:00 |
|
Rob Rix
|
dd33e479ea
|
Don’t parenthesize Nil.
|
2017-10-23 10:14:21 -04:00 |
|
Rob Rix
|
a4a4074a22
|
Re-enable the pending tests.
|
2017-10-23 09:40:06 -04:00 |
|
Rob Rix
|
22538876ea
|
Explicitly list the exports from Data.Diff.
|
2017-10-23 09:39:08 -04:00 |
|
Rob Rix
|
8fbdd8e6c3
|
🔥 diffSum.
|
2017-10-23 09:39:00 -04:00 |
|
Rob Rix
|
02d5bc1518
|
🔥 diffCost.
|
2017-10-23 09:38:22 -04:00 |
|
Rob Rix
|
08eedd23cc
|
Measure the length of diffPatches instead of using diffCost.
|
2017-10-23 09:37:47 -04:00 |
|
Rob Rix
|
bb5e061aac
|
List the imports from Data.Mergeable explicitly.
|
2017-10-23 09:37:25 -04:00 |
|
joshvera
|
2f26a09905
|
fix tests
|
2017-10-19 21:32:27 -04:00 |
|
joshvera
|
930d505128
|
Subtract length of the start of range2 to (max (end range1) (end range2))
|
2017-10-19 21:32:18 -04:00 |
|
joshvera
|
bd1fc11726
|
Strip whitespace from text
|
2017-10-19 20:54:54 -04:00 |
|
joshvera
|
3ce0f49e4a
|
extract the function/method line from the source and keep it in a tag
|
2017-10-19 20:51:09 -04:00 |
|
joshvera
|
ab1e773dac
|
Add subtract range
|
2017-10-19 20:50:34 -04:00 |
|
joshvera
|
fed5ac2b6f
|
Generate a list of tag hash maps
|
2017-10-18 18:35:02 -04:00 |
|
joshvera
|
7837927a34
|
Pass blobs to the tags command from a handle
|
2017-10-18 18:11:48 -04:00 |
|
joshvera
|
67e27e966f
|
Handle errors in typescript assignment
|
2017-10-18 10:43:24 -04:00 |
|