1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 20:31:55 +03:00
Commit Graph

9038 Commits

Author SHA1 Message Date
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
joshvera
f1a1c759b0 Fix some test errors 2016-10-06 14:20:58 -04:00
Timothy Clem
fa2f13ab74 Update to latest tree-sitter and parsers 2016-10-06 11:07:40 -07:00
joshvera
ecf34e5d6e Output source spans to JSON 2016-10-06 13:12:40 -04: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
joshvera
7121ec7fe0 more imports 🔪 2016-10-05 17:46:00 -04:00
joshvera
3def8b0954 Remove SourceSpan imports 2016-10-05 17:45:24 -04:00
joshvera
b7df878c4b Update specs 2016-10-05 17:41:00 -04:00
joshvera
224aba6c1f Expose SourceSpan/SourcePos from Info 2016-10-05 17:40:49 -04:00
joshvera
7ba5607cc8 Add source spans to terms 2016-10-05 17:27:45 -04: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
Timothy Clem
a266b80912 Set stdout encoding to utf8 2016-10-04 12:02:40 -07:00
joshvera
086723acd5 Use putStrLn when no output is given 2016-10-04 13:16:38 -04:00
joshvera
954dfbd3bb ++tree-sitter-parsers for async/await and import statements 2016-10-04 12:49:09 -04:00
Rick Winfrey
397bc04ad5 Limit to one existing parentAnnotation 2016-10-04 11:07:58 -05:00
joshvera
7eb58dfcd9 Merge remote-tracking branch 'origin/master' into rws-large-diffs 2016-10-03 19:25:40 -04:00
joshvera
1f52815f9c Merge 'origin/master' into rws-large-diffs 2016-10-03 19:02:36 -04:00
joshvera
e53f83ea6a Alternate through both sides of the diff when in diffToDiffSummaries annotateWithCategory function 2016-10-03 18:55:04 -04:00
Rick Winfrey
c6cf6fab4a Add missing cases for new Module Syntax constructor 2016-10-03 17:37:50 -05:00
Rick Winfrey
11ee91c430 Add Module Category to list of Annotatable categories 2016-10-03 17:21:19 -05:00
Rick Winfrey
6422f19170 Add Module Category 2016-10-03 17:18:09 -05:00
Rick Winfrey
af1a952348 Add Module syntax 2016-10-03 17:17:03 -05:00