1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 06:41:45 +03:00
Commit Graph

9208 Commits

Author SHA1 Message Date
joshvera
3b3515ccff match less 2016-10-31 21:19:56 -04:00
joshvera
95037e1b75 Add const declarations 2016-10-31 21:09:57 -04:00
joshvera
917732c48b add const declarations 2016-10-31 19:23:25 -04:00
joshvera
3b3c800193 parse function calls 2016-10-31 18:22:10 -04:00
joshvera
19f42de32c ++tests 2016-10-31 17:29:40 -04:00
joshvera
d4617b8263 Pattern match on identifiers in an identifier_list 2016-10-31 17:28:38 -04:00
joshvera
16e492e705 ++go 2016-10-31 17:24:00 -04:00
joshvera
8403133ad0 Map var declarations and their var specs 2016-10-31 17:23:44 -04:00
joshvera
14271201ab update assignment.json 2016-10-31 17:14:18 -04:00
joshvera
52420da2dd remove go-test repo 2016-10-31 17:13:57 -04:00
joshvera
413e1980c9 Parse imports and function declarations 2016-10-31 15:50:13 -04:00
joshvera
5ca3ad4390 Diff Modules by similarity 2016-10-31 15:49:39 -04:00
joshvera
c97de91fa9 Update Error node category in termConstructor 2016-10-25 11:28:02 -04:00
joshvera
0cf9f823a4 Remove module name 2016-10-21 18:36:32 -04:00
joshvera
03a71b20a5 Map source_file to Module 2016-10-21 18:34:33 -04:00
joshvera
8b8e18c323 Map source_file to Module Syntax 2016-10-21 18:34:22 -04:00
joshvera
2ff2902655 Remove putStrLn 2016-10-21 18:33:19 -04:00
joshvera
a38bc21a44 docs 2016-10-21 18:06:31 -04:00
joshvera
580fa11bd6 Clean up diffFiles 2016-10-21 18:00:04 -04:00
joshvera
3b26a3eaf4 docs 2016-10-21 17:39:13 -04:00
joshvera
94239b4602 Merge remote-tracking branch 'origin/master' into go-parser 2016-10-21 13:53:33 -04:00
Josh Vera
9d00d63e15 Merge pull request #894 from github/move-javascript-repo
Update javascript repo location
2016-10-21 11:34:17 -04:00
Rick Winfrey
416a69e823 Point javascript repo to new location 2016-10-21 10:19:24 -05:00
Josh Vera
457e18e420 Merge pull request #893 from github/improve-imports2
Fix root cause of Import diff summary issues
2016-10-20 18:42:04 -04:00
Rick Winfrey
5be0a11707 Update Import tests 2016-10-20 17:27:30 -05:00
Rick Winfrey
bd9fb81037 Consolidate back to single functions, passing in a function to extract the correct Annotation 2016-10-20 17:19:42 -05:00
Rick Winfrey
85a3864a96 Remove unused function 2016-10-20 16:34:54 -05:00
Rick Winfrey
c91fd3270d Use new afterTerm behavior for all semantic-diff 2016-10-20 16:33:47 -05:00
Rick Winfrey
2f0d04ef0f Use afterTerm' 2016-10-20 16:22:56 -05:00
Rick Winfrey
e68be8e3b8 Take the after annotation when we take the afterTerm 2016-10-20 16:22:45 -05:00
Rick Winfrey
8d7a74c2b2 Remove behavior stripping Indexed nodes 2016-10-20 16:22:29 -05:00
joshvera
859d56f1a2 Add a note to remove Value -> Text function 2016-10-20 13:36:07 -04:00
joshvera
d9aaf5673f indentation 2016-10-20 13:34:04 -04:00
joshvera
5b23dcb039 Use typealias for DiffTerms function 2016-10-20 13:33:58 -04:00
joshvera
a19b5c15bc Update go submodule pin 2016-10-20 12:44:53 -04:00
Josh Vera
15e5f8d611 Merge pull request #886 from github/improve-imports
Improve import diff summary statements
2016-10-20 11:57:55 -04:00
Rick Winfrey
78f778c82b Remove unnecessary import 2016-10-19 18:12:00 -05:00
Rick Winfrey
1a787335b8 Update tests 2016-10-19 18:10:28 -05:00
Rick Winfrey
fe803e94ba Only remove indexed nodes for import statements when the indexed node contains a child indexed node and so on.
This is to make sure for these cases, when we have an indexed node
containing a single indexed node and so on, that we’re capturing the
range of children Leaf or other Syntax other than Indexed nodes. This
is because of an issue that occurs when we construct SyntaxDiff for
import syntaxes specifically for nested indexed statements.
2016-10-19 18:08:16 -05:00
Rick Winfrey
84d2f7ae36 Remove comments 2016-10-19 18:06:34 -05:00
Rick Winfrey
c64056894d Clean up warnings 2016-10-18 16:57:29 -05:00
Rick Winfrey
1f5c73143d ++import.json tests 2016-10-18 16:54:15 -05:00
Rick Winfrey
7ae5ad32f3 Use termNameFromChildren and revmoeIndexedNode helper function for Import SyntaxDiff terms 2016-10-18 16:51:08 -05:00
Rick Winfrey
956fd5ba25 Add removeIndexedNode helper function 2016-10-18 16:50:43 -05:00
Rick Winfrey
e423dfdc2b Add Data.List (concatMap) 2016-10-18 16:50:22 -05:00
joshvera
ca60598764 Map source_file to Category.Program 2016-10-18 17:01:33 -04:00
joshvera
6fbe51b533 Map everything else to Indexed 2016-10-18 17:01:22 -04:00
joshvera
d5532c9299 fix insert assignment test 2016-10-18 16:56:33 -04:00
joshvera
7809618716 Add template syntax support 2016-10-18 16:10:22 -04:00
joshvera
13c615731e Replace output with failing tests 2016-10-18 14:54:54 -04:00