1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 04:11:48 +03:00
Commit Graph

10163 Commits

Author SHA1 Message Date
Rob Rix
0f0e65043e Give up and disable AlignmentSpec. 2017-02-09 16:45:11 -05:00
Rob Rix
eeddc8640e Try to get AlignmentSpec to use Text. 2017-02-09 16:45:04 -05:00
Rob Rix
70185f4695 Source wraps Text instead of Vector. 2017-02-09 16:33:47 -05:00
Rob Rix
fe22126059 Pre-slice the source. 2017-02-09 16:33:33 -05:00
Timothy Clem
6c1eb73c74 Merge pull request #988 from github/empty-lang
Set LANG to utf8 if it's the empty string
2017-02-08 15:32:37 -08:00
joshvera
30029f3640 no tabs 2017-02-08 18:28:43 -05:00
joshvera
7df0f0ab6e Set LANG to utf8 if it's the empty string 2017-02-08 18:23:10 -05:00
Josh Vera
6cf8def01f Merge pull request #986 from github/fix-go-method-receiver
Fix ordering of go Method shape in termAssignment
2017-02-08 11:51:25 -05:00
Timothy Clem
1bde86531e Fix ordering of go Method shape in termAssignment 2017-02-08 08:43:04 -08:00
Josh Vera
ad23047c91 Merge pull request #984 from github/one-more-tree-sitter-ruby-bump
++tree-sitter-ruby
2017-02-08 11:01:49 -05:00
Timothy Clem
660104e874 ++tree-sitter-ruby 2017-02-08 07:53:44 -08:00
Rob Rix
33e533cf29 Merge pull request #982 from github/update-ruby
Bump tree-sitter-ruby
2017-02-08 07:27:47 -05:00
Timothy Clem
047bcfcbcb ++tree-sitter-ruby 2017-02-07 15:59:12 -08:00
Timothy Clem
340975336f Merge pull request #981 from github/method-declaration-receiver
Add receiver to shape of Method
2017-02-07 15:48:56 -08:00
Timothy Clem
ded960356a Remove S.MemberAccess case entirely since it's now handled above 2017-02-07 15:20:27 -08:00
Timothy Clem
d2d2e2113f Remove left over new_ruby.json 2017-02-07 14:53:49 -08:00
Timothy Clem
1675e0b4ee Update go diff summaries tests 2017-02-07 14:53:36 -08:00
Timothy Clem
2f230a485e Add receiver to Syntax.Method 2017-02-07 14:53:15 -08:00
Timothy Clem
bea1a841f8 Merge pull request #979 from github/fix-singleton-method-toc-summaries
Handle termAssignment for Ruby singleton method defs
2017-02-07 13:00:49 -08:00
Timothy Clem
f6dd81df71 Merge branch 'master' into fix-singleton-method-toc-summaries 2017-02-07 12:56:51 -08:00
Timothy Clem
85afbd6df4 Handle termAssignment for Ruby singleton method defs 2017-02-07 11:59:18 -08:00
Rob Rix
bd1e43b867 Merge pull request #953 from github/go-parser-fixes
Go parser fixes
2017-02-07 12:38:45 -05:00
joshvera
0535e54a42 update tests 2017-02-07 11:37:47 -05:00
joshvera
7553619356 Merge remote-tracking branch 'origin/master' into go-parser-fixes 2017-02-07 10:51:15 -05:00
Josh Vera
c59e1e1dd7 Merge pull request #976 from github/bump-tree-sitter-go
++tree-sitter-go for empty statements
2017-02-06 19:58:41 -05:00
joshvera
401b0186f5 ++tree-sitter 2017-02-06 19:57:03 -05:00
Josh Vera
14870af846 Merge branch 'master' into bump-tree-sitter-go 2017-02-06 19:26:30 -05:00
joshvera
91d0250d60 ++tree-sitter-go for semicolons 2017-02-06 19:22:28 -05:00
Josh Vera
b940658134 Merge pull request #974 from github/bump-comment-parsing
Bump go and javascript for comment parsing
2017-02-06 17:56:04 -05:00
Josh Vera
40a5cac969 Merge branch 'master' into bump-comment-parsing 2017-02-06 17:54:26 -05:00
Rick Winfrey
73605f8f1c Merge pull request #968 from github/ci-profile-improvements
Report differences and suggest new ratchet values for CI profiling
2017-02-06 14:53:23 -08:00
joshvera
de3af2ac7e Bump tree-sitter-javascript for jsx and comments 2017-02-06 17:43:52 -05:00
joshvera
a269edeb7c bump tree-sitter-go 2017-02-06 17:43:10 -05:00
Rob Rix
049fe559b3 Merge branch 'master' into ci-profile-improvements 2017-02-06 12:45:43 -05:00
Rob Rix
3a7c2a33e5 Merge pull request #965 from github/feature-vector-optimizations
Feature vector optimizations
2017-02-06 12:44:46 -05:00
Rick Winfrey
1c7233de55 Merge branch 'master' into ci-profile-improvements 2017-02-06 09:18:19 -08:00
Rob Rix
61c236b6ef Merge branch 'master' into feature-vector-optimizations 2017-02-06 12:18:14 -05:00
Josh Vera
75215d56ad Merge pull request #969 from github/tweak-gc-flags
Tweak gc flags
2017-02-06 12:15:38 -05:00
Josh Vera
d894727f04 Merge branch 'master' into tweak-gc-flags 2017-02-06 12:12:03 -05:00
Rob Rix
b388891736 Bump the integration tests. 2017-02-06 10:44:04 -05:00
Rob Rix
c734ddb7aa 🔥 a redundant import. 2017-02-06 10:18:07 -05:00
Rob Rix
6dc92ffadb Merge branch 'master' into feature-vector-optimizations 2017-02-06 10:10:11 -05:00
joshvera
0f2995a5bd Add -A4m and -n2m GC flags
Sets the allocation area size to 4Mb and divides the allocation areas into chunks of 2mb. During execution, when a process exhausts its current chunk, it is given another chunk from the pool until the pool is exhausted, at which point a collection is triggered. This allows the processors to make better use of available allocation area, even when cores allocate at different rates.
2017-02-03 17:45:57 -05:00
joshvera
9809e5a999 Revert "Add -A4M -n2m to rtsopts"
This reverts commit bd8a8efeadcfae3f098f97a1bf6c9357555f05cb.
2017-02-03 17:31:24 -05:00
Rob Rix
78c67ed11b Bump the integration tests for the new RNG. 2017-02-03 17:08:40 -05:00
joshvera
d8d732c1a2 Add -A4M -n2m to rtsopts 2017-02-03 17:06:59 -05:00
joshvera
f9400943a4 Move -fprof-auto to ghc-prof-options
Inserting cost centers can prevent inlining, so remove it from ghc-options
2017-02-03 16:53:16 -05:00
Rob Rix
466c39f920 🔥 the dependency on QuickCheck. 2017-02-03 16:23:49 -05:00
Rob Rix
31ce2e0734 Merge branch 'feature-vector-optimizations' of https://github.com/github/semantic-diff into feature-vector-optimizations 2017-02-03 15:57:12 -05:00
Rob Rix
7e1bd55c64 Generate an empty array. 2017-02-03 15:57:05 -05:00