1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00
Commit Graph

8999 Commits

Author SHA1 Message Date
Rick Winfrey
9a3fccc1e1 Update tests 2016-10-07 15:58:51 -05:00
Rick Winfrey
4453cd1ad9 Move javascript diff summary JSON test case files 2016-10-07 10:26:45 -05:00
Rick Winfrey
bbe8b00b34 ++javascript 2016-10-07 10:21:14 -05:00
Rick Winfrey
3e23076ecc Merge branch 'master' into import-export-syntax 2016-10-07 10:20:11 -05:00
Rick Winfrey
f01460d6c9 Export is Identifiable 2016-10-06 18:40:00 -05:00
Rick Winfrey
7b24a6ba22 Add Import and Export render cases 2016-10-06 18:21:59 -05:00
Rick Winfrey
f85ee8991a Properly identify export identifiers from export expressions 2016-10-06 18:19:54 -05:00
Timothy Clem
5bd777bda3 Merge pull request #865 from github/latest-tree-sitter
Update to latest tree-sitter and parsers
2016-10-06 15:38:58 -07:00
Timothy Clem
da90b74044 New parsing of function params 2016-10-06 15:20:05 -07:00
Rick Winfrey
7d8988ce21 Some exports have identifiers 2016-10-06 16:03:06 -05:00
Rick Winfrey
818daf1968 Make Import Syntax an identifier and a list 2016-10-06 15:47:29 -05:00
Rick Winfrey
3ca3d9f035 Add Diff Summary support for Export Syntax 2016-10-06 15:46:59 -05:00
Rick Winfrey
6199444e91 Handle Import Syntax Diff Summaries 2016-10-06 15:19:39 -05:00
Rick Winfrey
63ca53b828 Add Import Syntax 2016-10-06 15:19:11 -05:00
Rick Winfrey
e10b6f1144 Handle "import_statement" to JavaScript.hs 2016-10-06 15:19:01 -05:00
Rick Winfrey
9783aa4b30 Add Import / Export Categories 2016-10-06 15:18:09 -05:00
Timothy Clem
a4820f51e8 Bump to tree-sitter-parsers merge commit 2016-10-06 13:09:40 -07:00
Timothy Clem
3d7c8cf67d Fix anonymous function parsing and summarizing 2016-10-06 12:05:10 -07:00
Timothy Clem
fde17ce24b Parens are now included in arguments 2016-10-06 11:42:35 -07:00
Timothy Clem
976b299071 Fix quoted strings 2016-10-06 11:42:21 -07:00
Timothy Clem
fa2f13ab74 Update to latest tree-sitter and parsers 2016-10-06 11:07:40 -07:00
Josh Vera
db2e3cf236 Merge pull request #864 from github/project-reorg
Project reorg and rename binary to semantic-diff
2016-10-06 12:54:16 -04:00
Timothy Clem
68b1cfac64 And the repo path is slightly different 2016-10-06 09:04:03 -07:00
Timothy Clem
1bdd67e5fa Alphabetize while we're at it 2016-10-06 09:03:06 -07:00
Timothy Clem
02853cc422 Path still not quite right 2016-10-06 09:02:38 -07:00
Timothy Clem
47731b3faa Bring back the right path here 2016-10-06 08:56:27 -07:00
Timothy Clem
6e8c2eb724 Not sure why tree-sitter-parsers got updated here 2016-10-06 08:52:14 -07:00
Timothy Clem
e8e9dfdcd8 Minor version bump 2016-10-06 08:45:48 -07:00
Timothy Clem
068481b35b Merge remote-tracking branch 'origin/master' into project-reorg 2016-10-06 08:45:04 -07:00
Timothy Clem
56b59ac1f1 Prune build-depends 2016-10-05 18:47:47 -07:00
Timothy Clem
d0ecd267de Update references to semantic-git-diff in docs 2016-10-05 17:31:55 -07:00
Timothy Clem
f004a5c3db New path for test corpus 2016-10-05 17:16:59 -07:00
Timothy Clem
2af64a9c15 Only one thing to build now 2016-10-05 17:16:08 -07:00
Timothy Clem
9a91bb0c88 Rename executable semantic-diff 2016-10-05 16:33:26 -07:00
Timothy Clem
6cbfa91475 Try out moving project around 2016-10-05 16:17:46 -07:00
Rick Winfrey
910064990d Merge pull request #862 from github/pretty-print-not-pretty-diff
Pretty print not pretty ansi-print
2016-10-05 17:05:10 -05:00
Rick Winfrey
bba5e5cc62 Merge branch 'master' into pretty-print-not-pretty-diff 2016-10-05 15:34:54 -05:00
Josh Vera
39f3fcb2af Merge pull request #860 from github/bump-tree-sitter-parsers
Set a default encoding to utf8 and bump tree sitter parsers
2016-10-05 12:58:37 -04:00
joshvera
904b0de8b1 Merge remote-tracking branch 'origin/master' into bump-tree-sitter-parsers 2016-10-05 12:53:59 -04:00
Josh Vera
36705561dd Merge pull request #806 from github/rws-large-diffs
Compute smaller diffs in RWS with an SES pass
2016-10-05 12:51:04 -04:00
joshvera
5adf2f6954 Write annotatable in terms of pattern matching on Syntax and not Category 2016-10-05 12:31:07 -04:00
joshvera
4f41619c8e Merge remote-tracking branch 'origin/master' into rws-large-diffs 2016-10-05 12:17:29 -04:00
Josh Vera
eb18f085e9 Merge pull request #858 from github/annotate-nested-parent-contexts
Annotate nested parent contexts
2016-10-05 12:05:38 -04:00
Josh Vera
590fd0d295 Merge branch 'master' into annotate-nested-parent-contexts 2016-10-05 11:59:41 -04:00
joshvera
07b7b7598e Rename prependSummary to appendSummary and update tests 2016-10-05 11:56:42 -04:00
joshvera
0fb363f59e Append parent annotation 2016-10-05 11:55:41 -04:00
joshvera
3dcf54bd82 Tweak parentContexts function to output something like Replaced the 'arg4' identifier with the 'arg2' identifier in the console.log(arg2) method call of the 'child' function 2016-10-05 11:41:28 -04:00
joshvera
d7a96e0af7 Remove redundant brackets 2016-10-05 11:38:09 -04:00
joshvera
fbee0ac890 Use utf8 instead of utf8_bom 2016-10-04 15:32:29 -04:00
joshvera
5ce4a304c2 Lookup LANG and set a default if it's Nothing 2016-10-04 15:22:50 -04:00