1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00
Commit Graph

8485 Commits

Author SHA1 Message Date
joshvera
c297aef9ac ++tree-sitter-parsers for async/await and import statements 2016-08-26 14:50:59 -04:00
Timothy Clem
5e0ce1d9dd Merge pull request #785 from github/statically-link-icu-on-osx
Statically link icu on osx
2016-08-26 08:03:20 -07:00
Timothy Clem
dcce287467 Merge branch 'master' into statically-link-icu-on-osx 2016-08-26 08:00:50 -07:00
Timothy Clem
24cb9f8d94 No more os(darwin) specific options 2016-08-25 15:54:55 -07:00
Josh Vera
46cf012488 Merge pull request #782 from github/simpler-tool-builds
Simple builds for both the tools
2016-08-25 15:11:45 -04:00
Rob Rix
0f1c8f4e4c Merge branch 'master' into simpler-tool-builds 2016-08-25 15:01:15 -04:00
Josh Vera
108a527acb Merge pull request #779 from github/print-stack-version-on-bootstrap
Print the stack version on bootstrap.
2016-08-25 15:00:38 -04:00
Rob Rix
9e74cf9924 Merge branch 'master' into print-stack-version-on-bootstrap 2016-08-25 14:27:45 -04:00
Rob Rix
5ee3d197da Merge pull request #755 from github/api-changes
API Changes to --summary output
2016-08-25 14:26:01 -04:00
joshvera
499f5da329 Export isBranchInfo and clean up some warnings 2016-08-25 12:22:58 -04:00
joshvera
a701de4b58 isErrorInfo/hasErrorInfo 2016-08-25 12:12:01 -04:00
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
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