1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00
Commit Graph

16809 Commits

Author SHA1 Message Date
Ayman Nadeem
c872eda552 use classIdentifier to signal equivalence 2017-10-31 14:52:04 -07:00
Ayman Nadeem
4fea5c7c43 introduce failing test for class addition, modification and removal 2017-10-31 11:17:56 -07:00
Ayman Nadeem
be1b7d6cb0 Merge branch 'master' into class-toc 2017-10-31 10:30:44 -07:00
joshvera
3bd559f2c4 Assign statement identifiers 2017-10-31 12:54:16 -04:00
joshvera
573fbbc517 Assign default types in type parameters 2017-10-31 12:22:38 -04:00
joshvera
f78772cf9c Assign abstract method signatures 2017-10-31 11:54:45 -04:00
joshvera
7a1d49dd02 ++haskell-tree-sitter 2017-10-31 11:45:10 -04:00
joshvera
5922f4db99 update class tests 2017-10-31 11:05:51 -04:00
joshvera
562d493ccf Change ExtendsClause to manyTerm (typeReference <|> expression) 2017-10-31 10:41:55 -04:00
joshvera
06f2b2e0df ++haskell-tree-sitter 2017-10-30 18:39:15 -04:00
joshvera
6c7a8f84f9 ++haskell-tree-sitter 2017-10-30 18:12:00 -04:00
joshvera
197da5e758 update class tests 2017-10-30 17:52:15 -04:00
joshvera
76430193ca use children when parsing abstract class 2017-10-30 17:30:44 -04:00
joshvera
44b3d54f1a Allow sequence expressions in various places 2017-10-30 16:06:44 -04:00
joshvera
c0146e4278 Fix definition of ExtendsClause 2017-10-30 12:05:32 -04:00
joshvera
1c5cf5629e Make first union field optional 2017-10-30 11:39:49 -04:00
joshvera
3faa74e5b2 ++haskell-tree-sitter 2017-10-30 11:38:25 -04:00
joshvera
0a935efc77 Ignore EnumBody in enumDeclaration 2017-10-27 17:23:16 -04:00
joshvera
cd4612c512 Factor out term 2017-10-27 17:11:09 -04:00
joshvera
c2ec71e13d TypeParameters are optional 2017-10-27 17:11:03 -04:00
joshvera
2d82c969ba Distinguish comment matching between terms and many 2017-10-27 16:32:24 -04:00
Rob Rix
001bf34fff Merge pull request #1416 from github/faster-feature-vector-computation
Faster feature vector computation
2017-10-27 16:16:07 -04:00
Rob Rix
368e50f7f2 📝 FeatureVector. 2017-10-27 16:05:27 -04:00
Timothy Clem
ee80ee6d38 No need to have summaryTermText on TOCSummary now 2017-10-27 11:37:05 -07:00
Timothy Clem
1c701f9775 Merge remote-tracking branch 'origin/master' into generate-tags-with-context 2017-10-27 11:33:09 -07:00
Timothy Clem
957448518d Pass language around for easy use later 2017-10-27 11:16:05 -07:00
Timothy Clem
050734c40c s/JSONSummary/TOCSummary 2017-10-27 11:15:46 -07:00
Timothy Clem
6ad5700116 Refactor renderToTags to not go through JSONSummary 2017-10-27 10:18:21 -07:00
Rob Rix
74c534a08f Merge branch 'master' into faster-feature-vector-computation 2017-10-27 12:34:37 -04:00
Rob Rix
8c081af5ed Merge pull request #1414 from github/fix-permutation-diffs
Fix permutation diffs
2017-10-27 12:33:59 -04:00
Rob Rix
c1ff17c6dd Merge branch 'fix-permutation-diffs' into faster-feature-vector-computation 2017-10-27 10:50:18 -04:00
Rob Rix
975a663f1b Merge branch 'master' into fix-permutation-diffs 2017-10-27 10:38:38 -04:00
Rob Rix
a23f4f53a4 Indent/align a bunch of things. 2017-10-27 10:35:21 -04:00
Rob Rix
5b3bd6470b Align the last randomDouble line. 2017-10-27 10:32:29 -04:00
Rob Rix
f55ac2cd37 🔥 the type signature for addSubtermVector. 2017-10-27 10:27:30 -04:00
Rob Rix
66b9f45bee Write collect as a lambda. 2017-10-27 10:26:40 -04:00
Rob Rix
d42c33ca5b Reindent collect & addSubtermVector. 2017-10-27 10:26:10 -04:00
Rob Rix
2ed2b65cd0 Factor pqGramDecorator out of featureVectorDecorator. 2017-10-27 10:24:37 -04:00
Rob Rix
3c0adf66c5 Move FeatureVector into its own module. 2017-10-27 10:21:33 -04:00
Rob Rix
e16b7a9440 Give a type annotation for collect. 2017-10-27 10:21:21 -04:00
Rob Rix
328ef66a09 Don’t export the FeatureVector constructor. 2017-10-27 10:21:14 -04:00
Rob Rix
fbc39aad08 Stub in a feature vector module. 2017-10-27 09:48:46 -04:00
joshvera
8d17fdf617 factor module' statements into statements 2017-10-26 20:17:14 -04:00
Rob Rix
d50731552c 🔥 the test of dimensionality. 2017-10-26 19:45:23 -04:00
Rob Rix
80d8fa14d5 🔥 the d parameter. 2017-10-26 19:45:00 -04:00
Rob Rix
a6bf8c74b6 🔥 component. 2017-10-26 19:43:44 -04:00
joshvera
2bf0891e1e Fix indexSignature and contextualize comments 2017-10-26 19:38:39 -04:00
joshvera
29707193c0 Merge remote-tracking branch 'origin/master' into typescript-fixes 2017-10-26 19:37:36 -04:00
Timothy Clem
5a112a7943 Minor code cleanup 2017-10-26 16:23:32 -07:00
Rob Rix
f6ac8e0bbc Compute feature vectors as unlifted doubles. 2017-10-26 19:04:56 -04:00