1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 04:41:47 +03:00
Commit Graph

8666 Commits

Author SHA1 Message Date
joshvera
a93dbe1537 s/diffSummaries'/diffToDiffSummaries 2016-08-24 14:15:55 -04:00
joshvera
ec7bd00cca Remove unused import 2016-08-24 14:07:52 -04:00
joshvera
8d98d8564b indentation 2016-08-24 14:07:30 -04:00
joshvera
4d1b4dc073 Move concatJSON and concatSummaries into concatOutputs 2016-08-24 14:07:00 -04:00
joshvera
ceb664710b Remove redundant constraints 2016-08-24 14:00:34 -04:00
joshvera
439724e430 Don't infix isPrefixOf 2016-08-24 13:59:34 -04:00
Rick Winfrey
0d389bdad4 Don't specially treat FunctionCall syntaxes when constructing DiffInfos. Allow them to be treated as default LeafInfo instances. 2016-08-24 12:20:08 -05:00
Rick Winfrey
a213a5844f Show children term names for function calls when constructing diff summary statements 2016-08-24 12:18:57 -05:00
Rick Winfrey
e855ae6fde Extract the args of a function call when constructing FunctionCall syntaxes 2016-08-24 12:18:14 -05:00
joshvera
d4f931e318 formatting 2016-08-23 18:35:35 -04:00
joshvera
341b0af86e Remove unused langauge extensions 2016-08-23 18:33:57 -04:00
joshvera
67f58324c8 Remove unordered-containers 2016-08-23 18:33:37 -04:00
joshvera
9b886306ea Partition based off new error prefix 2016-08-23 18:18:36 -04:00
joshvera
96b2107b87 Merge remote-tracking branch 'origin/master' into api-changes 2016-08-23 14:54:47 -04:00
Josh Vera
f2a1c422d0 Merge pull request #745 from github/empty-statements
Bump tree-sitter-javascript to support empty statements
2016-08-23 14:21:24 -04:00
Rob Rix
5cbbfa552a Merge branch 'master' into empty-statements 2016-08-23 10:49:06 -04:00
Josh Vera
fc0ecda5a0 Merge pull request #758 from github/assignment-statements
Prevent "anonymous" function identifier in assignment diff summary statements
2016-08-22 20:28:17 -04:00
Rick Winfrey
1207347658 Add JSON renderer case for AnonymousFunction 2016-08-22 18:58:56 -05:00
Rick Winfrey
ec5114c2e3 Update remaining DiffSummary cases for AnonymousFunction and Function 2016-08-22 18:58:37 -05:00
Rick Winfrey
b69b03e546 Function Syntaxes are no longer maybe ids 2016-08-22 18:58:17 -05:00
Rick Winfrey
526591935b Add toTermName case for AnonymousFunction 2016-08-22 18:58:02 -05:00
Rick Winfrey
02e145d362 🔥 conditionals with hardcoded strings! 2016-08-22 18:57:29 -05:00
Rick Winfrey
985d8c6189 Construct AnonymousFunction and Function Syntaxes 2016-08-22 18:56:47 -05:00
Rick Winfrey
5cf03924f9 Function id no longer a Maybe 2016-08-22 18:56:20 -05:00
Rick Winfrey
b4c05feb63 Add AnonymousFunction Syntax constructor 2016-08-22 18:55:54 -05:00
Rick Winfrey
8a61e57eed Make style names consistent (should use '_' instead of '-') 2016-08-22 18:55:34 -05:00
Rick Winfrey
2374cb8548 Remove overlapping CommaOperator case 2016-08-22 18:55:12 -05:00
Rick Winfrey
0823be3519 Conditionally omit a function name when an assignment occurs within an anonymous function closure. 2016-08-22 18:22:04 -05:00
joshvera
38fd0431f7 Fix semantic-git-diff-tests 2016-08-22 17:56:48 -04:00
joshvera
e018849279 Merge remote-tracking branch 'origin/master' into empty-statements 2016-08-22 16:48:23 -04:00
Rick Winfrey
43b70b0d3e Merge pull request #737 from github/change-summary-errors
Change summary errors
2016-08-22 14:25:19 -05:00
joshvera
795fce2073 s/Error/Diff Summary Error 2016-08-22 13:51:21 -04:00
Josh Vera
709996ab8e Merge branch 'master' into empty-statements 2016-08-22 12:55:59 -04:00
Josh Vera
83e4499638 Merge branch 'master' into change-summary-errors 2016-08-22 12:55:46 -04:00
Josh Vera
74c7a7f6bc Merge pull request #748 from github/08-22-weekly
2016-08-22 weekly meeting notes
2016-08-22 12:55:36 -04:00
Rick Winfrey
bcb1090868 Merge branch 'master' into 08-22-weekly 2016-08-22 11:13:06 -05:00
Rick Winfrey
8c6fe30a08 Merge branch 'master' into 08-22-weekly 2016-08-22 10:33:28 -05:00
Rick Winfrey
54c6fbf59e Add 2016-08-22 weekly meeting notes 2016-08-22 10:32:48 -05:00
joshvera
917431c873 Merge remote-tracking branch 'origin/master' into change-summary-errors 2016-08-22 11:20:30 -04:00
joshvera
60e555a083 Merge remote-tracking branch 'origin/master' into api-changes 2016-08-22 11:20:18 -04:00
Timothy Clem
1243614b30 Merge pull request #732 from github/benchmark-stats
Send benchmark stats to statsd
2016-08-22 08:11:39 -07:00
joshvera
1fc7712f7e Merge remote-tracking branch 'origin/benchmark-stats' into change-summary-errors 2016-08-22 10:42:03 -04:00
joshvera
5aef25e612 Merge remote-tracking branch 'origin/master' into change-summary-errors 2016-08-22 10:36:14 -04:00
joshvera
3b33c6860f Update some test diffs 2016-08-22 10:33:42 -04:00
joshvera
9064e5f047 Fix up semantic-diff-tests 2016-08-22 10:33:26 -04:00
joshvera
24af60c80f Remove uses of HashMap for rendering 2016-08-22 10:33:11 -04:00
joshvera
e551c60e91 Remove redundant imports 2016-08-22 10:32:43 -04:00
joshvera
9443a7a141 Remove duplicate ToJSON instance 2016-08-22 10:32:33 -04:00
joshvera
4cf93207d8 Remove ToJSON (Record fields) constraint 2016-08-22 10:32:24 -04:00
joshvera
58535489e8 Remove redundant imports 2016-08-22 10:32:09 -04:00