1
1
mirror of https://github.com/github/semantic.git synced 2025-01-04 21:47:07 +03:00
Commit Graph

16813 Commits

Author SHA1 Message Date
Rick Winfrey
a52fd8de2a Update label statements tests 2017-10-31 17:18:33 -07:00
Rick Winfrey
9d97e84ae6 Assign label statements 2017-10-31 17:10:27 -07:00
Rick Winfrey
6ce21449d0 Add Label constructor 2017-10-31 17:10:10 -07:00
Rick Winfrey
60d52118a8 Update selector expressions tests 2017-10-31 16:59:01 -07:00
Rick Winfrey
3572eef3f5 Assign selector expressions 2017-10-31 16:56:59 -07:00
Rick Winfrey
22bede548b Update rune literal tests 2017-10-31 16:46:06 -07:00
Rick Winfrey
2373aa1a62 Assign rune literals 2017-10-31 16:45:55 -07:00
Rick Winfrey
cca7590d37 Add RuneLiteral constructor 2017-10-31 16:45:45 -07:00
Rick Winfrey
6bd1ca1683 Update field name 2017-10-31 16:45:34 -07:00
Rick Winfrey
d48f2253e5 Use newtype 2017-10-31 16:28:59 -07:00
Rick Winfrey
8164e9b2de Update for-statement tests 2017-10-31 16:14:55 -07:00
Rick Winfrey
adc0d4cfe9 Assign for statements 👻 👺 2017-10-31 15:22:03 -07:00
Rick Winfrey
c55ce3243e Add additional for range clause examples 2017-10-31 15:21:26 -07:00
Rick Winfrey
6774730e48 Assign continue statements 2017-10-31 14:02:21 -07:00
Rick Winfrey
41df9b3144 Update assignment float literals tests 2017-10-31 11:48:03 -07:00
Rick Winfrey
081b7f5ed8 Assign float literals 2017-10-31 11:42:32 -07:00
Rick Winfrey
32cb5eed56 Update constructors tests 2017-10-31 11:38:38 -07:00
Rick Winfrey
a7c57ea756 Assign aliased identifiers 2017-10-31 11:37:01 -07:00
Rick Winfrey
596fa7097b Update channel test fixtures 2017-10-31 11:21:34 -07:00
Rick Winfrey
4c3a9c3214 Update order to correctly assign chan<- <-chan types 2017-10-31 11:18:51 -07:00
Rick Winfrey
2e79bb6542 Update case / switch statement tests 2017-10-31 10:33:37 -07:00
Rick Winfrey
bd9721f677 Enhance Go switch test fixture 2017-10-30 17:50:57 -07:00
Rick Winfrey
dbb454eb08 Not all break statements have labels 2017-10-30 17:50:39 -07:00
Rick Winfrey
328e6f69cf Assign fall through statements 2017-10-30 17:50:25 -07:00
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
Rick Winfrey
460dd54c33 Merge branch 'master' into go-assignment 2017-10-30 15:02:01 -07:00
Rick Winfrey
f949980f55 Add Language.Go.Syntax to cabal file 2017-10-30 14:08:50 -07: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
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
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