1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 17:05:33 +03:00
Commit Graph

16793 Commits

Author SHA1 Message Date
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
Timothy Clem
5a619b7387 s/language_id/language 2017-10-26 16:02:11 -07:00
Timothy Clem
c3551b6368 Fallback to syntaxParser for TagsTermRenderer 2017-10-26 15:57:58 -07:00
Timothy Clem
807c213892 Allowing reading .go and .py for readBlobsFromDir 2017-10-26 15:57:33 -07:00
Rob Rix
845bf233d2 Simplify unitVector.go. 2017-10-26 18:04:26 -04:00
Rob Rix
3054543e88 Merge branch 'master' into faster-feature-vector-computation 2017-10-26 17:55:56 -04:00
Rob Rix
444912de5c Bump effects to inline apply & friends. 2017-10-26 17:51:19 -04:00
Rob Rix
81cc4b1860 Generate only _d_ components. 2017-10-26 16:43:44 -04:00
Rob Rix
db8d592120 Make unitVector strict in both its arguments. 2017-10-26 16:41:05 -04:00
Josh Vera
fead580244 Merge pull request #1415 from github/faster-assignment-compilation
Faster assignment compilation
2017-10-26 16:00:47 -04:00
Rob Rix
02f60e07e1 Compute the components circularly. 2017-10-26 15:19:53 -04:00
Rob Rix
9f832783da Compute the sum at the same time as the components. 2017-10-26 15:17:31 -04:00
Rob Rix
a7f5db2507 🔥 MonadRandom. 2017-10-26 13:57:08 -04:00
Rob Rix
b8234804af Merge branch 'fix-permutation-diffs' into faster-feature-vector-computation 2017-10-26 13:54:33 -04:00
Rob Rix
b800d8c477 Bump effects for faster-compiling membership constraints. 2017-10-26 11:33:42 -04:00
Rob Rix
ca74710392 Revert "🔥 the HasCallStack constraint in TypeScript assignment."
This reverts commit 886d14b1b83e9fea8655ffcce762ce594262a100.
2017-10-26 11:30:27 -04:00
Rob Rix
0f75f7d817 Revert "Don’t build call stacks."
This reverts commit cba54ef4b0915297a7e8805801ea17136e3f8bbe.
2017-10-26 11:30:19 -04:00