joshvera
|
f4ba3847ba
|
BranchInfos have ErrorInfos if their branches have ErrorInfos
|
2016-08-25 12:09:44 -04:00 |
|
joshvera
|
7c394ff6dd
|
Union the inner maps
|
2016-08-24 17:07:43 -04:00 |
|
joshvera
|
b290e49000
|
Don't include keys if no changes or errors
|
2016-08-24 15:46:50 -04:00 |
|
joshvera
|
6026d03205
|
Remove redundant imports
|
2016-08-24 15:37:55 -04:00 |
|
joshvera
|
17da45b320
|
Moved isBranchInfo to DiffSummary
|
2016-08-24 15:28:10 -04:00 |
|
joshvera
|
e58438f4d9
|
Return a Map Text [Map Text [Text]] from summaries
|
2016-08-24 15:27:54 -04:00 |
|
joshvera
|
e49c202241
|
Return a list of Either Error Text from diffSummaries
|
2016-08-24 15:27:18 -04:00 |
|
joshvera
|
d4d00ddc92
|
expand toSummaryKey cases
|
2016-08-24 14:30:29 -04:00 |
|
joshvera
|
cdb03dbf52
|
Revert ToJSON instance for Cost
|
2016-08-24 14:23:08 -04:00 |
|
joshvera
|
b8ebb10436
|
docs
|
2016-08-24 14:21:12 -04:00 |
|
joshvera
|
4cb26bb082
|
Docs for concatOutputs
|
2016-08-24 14:16:01 -04:00 |
|
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 |
|