1
1
mirror of https://github.com/github/semantic.git synced 2024-12-30 10:27:45 +03:00
Commit Graph

17016 Commits

Author SHA1 Message Date
Rick Winfrey
fa274a5a41 Assign switch statements 2017-10-30 17:50:16 -07:00
Rick Winfrey
8b9858f312 Add DefaultPattern constructor for Go Syntax 2017-10-30 17:49:18 -07:00
Rick Winfrey
d69b16cc8a Bump haskell-tree-sitter: default case expressions in Go 2017-10-30 16:32:00 -07: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
Rick Winfrey
460dd54c33 Merge branch 'master' into go-assignment 2017-10-30 15:02:01 -07: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
Rick Winfrey
f949980f55 Add Language.Go.Syntax to cabal file 2017-10-30 14:08:50 -07: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
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
Rob Rix
f6ac8e0bbc Compute feature vectors as unlifted doubles. 2017-10-26 19:04:56 -04: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