1
1
mirror of https://github.com/github/semantic.git synced 2024-12-03 00:16:52 +03:00
Commit Graph

16071 Commits

Author SHA1 Message Date
joshvera
22b8b7cac2 Fail instead of die 2017-09-20 14:59:09 -04:00
joshvera
d789eb2b18 Add computed property names 2017-09-20 14:13:15 -04:00
joshvera
9ac6e68220 ++haskell-tree-sitter 2017-09-20 13:55:02 -04:00
joshvera
8a6ed607e4 Parse ArrayPattern 2017-09-20 13:30:40 -04:00
joshvera
302202e08a expression is a term 2017-09-20 13:23:50 -04:00
joshvera
6fb2b9c65b Alternate to parseError in assignment 2017-09-20 13:23:41 -04:00
joshvera
9014266707 bump switch statement tests 2017-09-20 13:17:25 -04:00
joshvera
e857aa3fe1 simplify switchCase 2017-09-20 13:10:07 -04:00
joshvera
0e8e9d17ba use term anywhere we use many or some 2017-09-20 13:08:01 -04:00
joshvera
b6b828a3e8 Parse comments in objects and arrays 2017-09-20 12:48:38 -04:00
joshvera
337f084fce postContextualize class body statements 2017-09-20 12:26:43 -04:00
Josh Vera
a351b53678 Merge pull request #1346 from github/custom-snapshot
Custom snapshot
2017-09-20 11:04:15 -04:00
joshvera
80dddc23c5 Add tests for jsx elements 2017-09-19 19:27:14 -04:00
joshvera
47bf89a667 Parse jsxExpression within jsxElements 2017-09-19 19:17:35 -04:00
joshvera
f28eb49203 ++haskell-tree-sitter 2017-09-19 19:14:51 -04:00
joshvera
c5e3ca246f Update function and async-function specs in python 2017-09-19 17:32:51 -04:00
joshvera
3d1f075cfc postContextualize object comments 2017-09-19 17:23:05 -04:00
Rob Rix
a84fe3af4c Extract the algorithm evaluator. 2017-09-19 17:13:22 -04:00
Rob Rix
35aa83fb7a 🔥 a bunch of Eq1 constraints. 2017-09-19 17:13:01 -04:00
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