1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00
Commit Graph

16152 Commits

Author SHA1 Message Date
joshvera
d0fb557bec Merge remote-tracking branch 'origin/master' into typescript-assignment 2017-09-19 17:04:27 -04:00
Rob Rix
d0e24b6895 Widen equivalence to consider the subjects of context nodes on both side. 2017-09-19 16:43:37 -04:00
Rob Rix
3ee036bb5b Widen equivalence to include context subjects. 2017-09-19 16:41:32 -04:00
Rob Rix
a615788bb7 Rename the type parameters of equivalentTerms. 2017-09-19 16:31:47 -04:00
Rob Rix
328506051a Reformat equivalentTerms. 2017-09-19 16:31:39 -04:00
Rob Rix
2cae764785 Limit the import of Syntax. 2017-09-19 16:25:49 -04:00
Rob Rix
6c36c61727 Sort the imports. 2017-09-19 16:24:38 -04:00
Rob Rix
363de018ba Disallow chaining of substructural diffs. 2017-09-19 16:13:23 -04:00
Rob Rix
44fcc4654f Replace terms local to the failure. 2017-09-19 16:00:00 -04:00
Rob Rix
b9f16e8225 Align the algorithms. 2017-09-19 15:59:26 -04:00
Rob Rix
5588325f36 Interpreting requires a Diffable instance. 2017-09-19 15:41:30 -04:00
Rob Rix
70f16466e9 🔥 algorithmWithTerms. 2017-09-19 15:39:01 -04:00
Rob Rix
6cfc978ad9 Diff Syntax using its Diffable instance. 2017-09-19 15:38:44 -04:00
Rob Rix
e176df2ac9 Diff Syntax linearly as a fallback. 2017-09-19 15:38:31 -04:00
Rob Rix
63b6884e03 Define a Diffable instance for Syntax. 2017-09-19 15:33:11 -04:00
Rob Rix
cd415cea24 🔥 the Traversable constraint on subalgorithmFor. 2017-09-19 15:26:55 -04:00
Rob Rix
7b48711b2d Merge branch 'custom-snapshot' into substructural-diffing 2017-09-19 15:21:29 -04:00
Rob Rix
950055c13c Merge branch 'alternative-algorithms' into substructural-diffing 2017-09-19 15:21:20 -04:00
Rob Rix
ec9ca1dbe8 Move the hackage extra-deps into the snapshot. 2017-09-19 14:56:48 -04:00
Rob Rix
818a657015 Stub in a snapshot based on the same nightly as stack.yaml. 2017-09-19 14:53:39 -04:00
Rob Rix
79d2ebff30 Merge branch 'master' into alternative-algorithms 2017-09-19 14:39:35 -04:00
Timothy Clem
13b85ac828 Merge remote-tracking branch 'origin/master' into ruby-assignment-ftw 2017-09-19 11:31:46 -07:00
Timothy Clem
5d680f5205 Merge pull request #1345 from github/optimized-dedupe
Rewrite dedupe with a Map and single pass on the list
2017-09-19 11:30:01 -07:00
Rob Rix
2972f57fe3 🔥 the substructural Context diffing functions. 2017-09-19 14:26:21 -04:00
Timothy Clem
18d04df588 Sync with master for vendor/effects 2017-09-19 11:22:59 -07:00
Rob Rix
99eebab91e Perform substructural diffing recursively. 2017-09-19 14:21:37 -04:00
Timothy Clem
ee7032edc2 Merge remote-tracking branch 'origin/master' into ruby-assignment-ftw 2017-09-19 11:19:43 -07:00
Rob Rix
7adc1863b6 Merge branch 'master' into alternative-algorithms 2017-09-19 14:16:12 -04:00
Timothy Clem
629ac7c67e Merge branch 'master' into optimized-dedupe 2017-09-19 11:10:39 -07:00
Timothy Clem
5a9f37064b Merge pull request #1343 from github/equal-terms
Equivalent Terms
2017-09-19 11:10:17 -07:00
Rob Rix
6f59e2753e Add a focusing traversal to Diffable. 2017-09-19 14:02:08 -04:00
Rob Rix
f93befa5be Merge branch 'master' into alternative-algorithms 2017-09-19 13:56:36 -04:00
Rob Rix
f0beb9d2ae Merge branch 'master' into optimized-dedupe 2017-09-19 13:54:49 -04:00
Timothy Clem
a0a6b87079 Rewrite dedupe with a Map and single pass on the list 2017-09-19 10:50:03 -07:00
Timothy Clem
0693d9ead2 Merge branch 'master' into equal-terms 2017-09-19 10:49:04 -07:00
Timothy Clem
cbc638a230 Merge pull request #1344 from github/assignment-toc-rendering-improvements
Fixes to assignment powered toc summaries
2017-09-19 10:48:46 -07:00
Timothy Clem
b8ebd83cee Improved docs 2017-09-19 10:29:25 -07:00
Timothy Clem
2a0133f1f4 Match previous rendering of assignment powered toc summaries 2017-09-19 10:12:52 -07:00
Timothy Clem
8d37a879cd Merge branch 'master' into equal-terms 2017-09-19 10:11:48 -07:00
Rob Rix
91972e5db3 Merge branch 'master' into alternative-algorithms 2017-09-19 12:55:04 -04:00
Rob Rix
1fe8d88d07 Merge pull request #1342 from github/relocate-slurp
Relocate slurp
2017-09-19 12:54:01 -04:00
Rob Rix
8938bb371f Define the Diffable instance for Maybe in terms of diffMaybe. 2017-09-19 12:51:25 -04:00
Rob Rix
450b1bf0a2 Define a Diffable instance for Maybe. 2017-09-19 12:49:34 -04:00
Rob Rix
1d60137752 Define a single GDiffable instance for Rec1. 2017-09-19 12:46:40 -04:00
Rob Rix
708dd429e4 Define a Diffable instance for NonEmpty. 2017-09-19 12:46:24 -04:00
Rob Rix
6e29ab8234 Correct the docs for the Diffable instance for []. 2017-09-19 12:46:15 -04:00
Timothy Clem
44d59f4e4d Some updated python fixtures due to eqTerms 2017-09-19 09:37:50 -07:00
Timothy Clem
7107aec6db Add a equivalency check for terms 2017-09-19 09:36:12 -07:00
joshvera
f26c67b3ad Fix parse errors in some go test cases 2017-09-19 12:20:04 -04:00
Rob Rix
978ad3a736 Merge branch 'relocate-slurp' into substructural-diffing 2017-09-19 12:15:11 -04:00