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

8150 Commits

Author SHA1 Message Date
Josh Vera
5fd90ff5f6 Merge branch 'master' into summary-contexts 2016-08-08 15:02:43 -04:00
joshvera
0bee997724 fix tests 2016-08-08 14:59:51 -04:00
joshvera
81e42933ce Just keep track of the immediate parent annotation 2016-08-08 14:49:19 -04:00
joshvera
4efa6f6fa5 Add parent annotation to the end of the list 2016-08-08 14:37:51 -04:00
joshvera
11e35ac9c6 Only prepend summaries if the parent term has an identifier 2016-08-08 14:30:55 -04:00
joshvera
d8ff761f40 Add mapPatch 2016-08-08 14:19:47 -04:00
joshvera
51cb8918a9 Prepend (Category, TermName) to DiffSummary.parentAnnotations 2016-08-08 14:06:07 -04:00
joshvera
c191312ece Move instances down and exported types up 2016-08-08 12:21:56 -04:00
Rob Rix
54fac40f80 Merge pull request #678 from github/08-08-2016-weekly-notes
Add 08-08-2016 weekly notes
2016-08-08 11:29:08 -04:00
Rick Winfrey
fa90ab1da6 Add 08-08-2016 weekly notes 2016-08-08 10:26:35 -05:00
Rick Winfrey
2dc4569d88 Merge branch 'master' into auto-generate-test-cases 2016-08-05 17:32:46 -05:00
Rob Rix
1e3225f594 Diff these branches by similarity. 2016-08-05 18:11:34 -04:00
Rob Rix
6543665754 decorateTermWithFeatureVector does not rely on the d parameter. 2016-08-05 18:05:36 -04:00
Rob Rix
e2a8db8487 Start summing from the unit vector. 2016-08-05 18:04:57 -04:00
Rob Rix
0923a950c2 Compute unit vectors separately from feature vectors. 2016-08-05 18:04:07 -04:00
Rob Rix
25f4d2e751 Merge branch 'master' into precompute-p,q-grams
# Conflicts:
#	src/Diffing.hs
#	src/Parser.hs
#	src/TreeSitter.hs
2016-08-05 13:13:36 -04:00
Josh Vera
54b85186d5 Merge pull request #673 from github/algorithm-dsl
Algorithm DSL
2016-08-05 13:01:51 -04:00
Rob Rix
3b1ce5850d 📝 the decorators. 2016-08-05 10:26:16 -04:00
Rob Rix
4c729f5c77 📝 padToSize. 2016-08-05 10:24:11 -04:00
Rob Rix
ebaca5e49a Pad the stems. 2016-08-05 10:22:44 -04:00
Rob Rix
41a32f5ab8 We can do this in ana just as easily. 2016-08-05 10:22:03 -04:00
Rob Rix
984822486b 🔥 some redundant imports. 2016-08-05 10:16:35 -04:00
Rob Rix
b29988a9a5 Fix a non-exhaustive pattern. 2016-08-05 10:16:18 -04:00
Rob Rix
a06dd1dc1e Move the Arbitrary instance over Vector into its own module. 2016-08-05 10:14:53 -04:00
Rob Rix
cd456d1568 🔥 a blank line. 2016-08-05 10:04:23 -04:00
Rob Rix
267f20f048 🔥 the exports list. 2016-08-05 10:03:45 -04:00
Rob Rix
9d62a13fc5 🔥 another errant Typeable constraint. 2016-08-05 10:02:38 -04:00
Rob Rix
28320a64d5 Revert "Derive some Typeable instances."
This reverts commit 687667826cbcdf1337ec167ca01b8f92874bbdf1.
2016-08-05 10:02:11 -04:00
Rob Rix
54d3479f48 🔥 some Typeable constraints. 2016-08-05 10:00:48 -04:00
Rob Rix
995c839f3f Revert "Constrain record fields to be Typeable."
This reverts commit 95fc1cb0ad4c7546450007b09fd690b4c84de1ce.
2016-08-05 09:59:15 -04:00
Rob Rix
a34f9ae3a4 Revert "Add a maybeGetField function over Records."
This reverts commit 41dda71a26dfc2a92fecfdf88d6ab3ad7165d383.
2016-08-05 09:55:02 -04:00
Rob Rix
db4ebefe1e Revert "Add a function to update cons records."
This reverts commit 32e3ffe1915699dfc58de19bccfbf231a2e6dfe4.
2016-08-05 09:52:33 -04:00
Rob Rix
7d94ffe26d Revert "Add a function to update fields."
This reverts commit 1ab7e06cd7b06c9d688c1cea9c0bec2d4d505593.
2016-08-05 09:51:50 -04:00
Rob Rix
a2e6a7c0cb Revert "🔥 a redundant constraint."
This reverts commit b9da8f8c1cf6c7d8db51b56e724cfebb3587ac24.
2016-08-05 09:49:04 -04:00
Rob Rix
d1d0f41939 Revert "📝 updateRCons, updateField, and maybeGetField."
This reverts commit 1ff75a1a12fa4a7b613b484ff9b7259db0662b82.
2016-08-05 09:43:12 -04:00
Rob Rix
46ac7b5630 Revert "Add a function to retrieve the head element of a non-empty record."
This reverts commit 91d55d0e6c7ee324e21943ec06eb3acf213975f1.
2016-08-05 09:33:28 -04:00
Rob Rix
3e85be8740 Generate arbitrary non-empty vectors. 2016-08-05 09:26:21 -04:00
Rob Rix
76a3fea7c2 🔥 the Typeable and Hashable constraints on leaf. 2016-08-05 09:09:08 -04:00
Rob Rix
eb81569599 🔥 the getLabel parameter to rws. 2016-08-05 09:08:17 -04:00
Rob Rix
399c13da78 🔥 p, q, d. 2016-08-05 09:01:04 -04:00
Rob Rix
ed4de9140d Compute RWS by using the existing field. 2016-08-05 09:01:00 -04:00
Rob Rix
9fc9827b34 rws requires a feature vector. 2016-08-04 21:01:54 -04:00
Rob Rix
60c4effabe Diffing annotates terms with their feature vectors. 2016-08-04 20:43:10 -04:00
Rob Rix
74710eefcd 🔥 redundant imports. 2016-08-04 20:42:50 -04:00
Rob Rix
ec548b56d4 Sort the test dependencies alphabetically. 2016-08-04 20:42:39 -04:00
Rob Rix
d26c7834e9 Add a decorator for feature vectors which chains the other decorators together. 2016-08-04 20:37:34 -04:00
Rob Rix
46f4ca93c3 Pad the base at the root. 2016-08-04 20:03:44 -04:00
Rob Rix
ea950d1953 Extract a function to pad a list to a given length. 2016-08-04 20:00:36 -04:00
Rob Rix
03438d2cb7 Extract the setBases function. 2016-08-04 19:57:40 -04:00
Rob Rix
70d1d9b308 🔥 the unused TermDecorator type synonym. 2016-08-04 19:48:59 -04:00