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
joshvera
1bff390a85
Change var to assignment
2016-10-18 14:52:48 -04:00
joshvera
f262eb8b4e
Add go.json generator and var.json
2016-10-18 14:49:45 -04:00
joshvera
ec00e4b0c3
Add go test submodule
2016-10-18 14:49:29 -04:00
joshvera
90a36c6a40
Add more cases
2016-10-17 17:15:07 -04:00
joshvera
9d81396317
construct Go terms with its termConstructor
2016-10-17 15:51:53 -04:00
joshvera
c4182ae85c
Stub out Go termConstructor
2016-10-17 15:50:25 -04:00
joshvera
2f0419e652
Add categoryForGoName
2016-10-17 15:45:08 -04:00
joshvera
72b43a1a05
Add Language.Go module
2016-10-17 15:39:25 -04:00
joshvera
10b071cf54
++tree-sitter-parsers
2016-10-17 15:33:17 -04:00
joshvera
422bec56c3
Map go suffixes to go tree-sitter parser
2016-10-17 15:32:14 -04:00
joshvera
339122dc87
Add Go to Language module
2016-10-17 15:30:55 -04:00
joshvera
f3c76576e0
++tree-sitter-parsers
2016-10-17 15:29:42 -04:00
joshvera
c4e8ebe889
++tree-sitter-parsers
2016-10-17 15:25:44 -04:00
Rick Winfrey
2893e373f1
Merge pull request #887 from github/weekly
...
Add weekly notes
2016-10-14 18:19:17 -05:00
joshvera
d83efce2e0
add weekly
2016-10-14 17:46:41 -04:00
Josh Vera
4ac29b566a
Merge pull request #880 from github/improve-memory-usage
...
Improve memory usage
2016-10-14 12:37:03 -04:00
joshvera
1ec96efd63
bump tests
2016-10-14 12:19:31 -04:00
joshvera
3839a8605a
Bump tests
2016-10-14 12:12:38 -04:00
Rhett Garber
5b218de0a3
Merge pull request #883 from github/rhettg-jessie
...
Upload the same build for multiple distros
2016-10-13 16:17:05 -07:00
Rhett Garber
808f1a2093
Auto-merged master into rhettg-jessie on deployment
2016-10-13 16:05:26 -07:00
Rick Winfrey
9189556b31
Merge pull request #882 from github/improve-anonymous-funs
...
Improve anonymous funs
2016-10-13 18:00:30 -05:00
Rick Winfrey
0262cb0879
Merge branch 'master' into improve-anonymous-funs
2016-10-13 17:56:39 -05:00
Rhett Garber
656d8b06ae
Auto-merged master into rhettg-jessie on deployment
2016-10-13 15:48:16 -07:00
Rick Winfrey
13429a632d
Merge pull request #878 from github/if-else-if
...
Support else-if JavaScript clauses
2016-10-13 17:14:01 -05:00
joshvera
ca129b2449
bump tests
2016-10-13 18:02:14 -04:00
Rick Winfrey
383573aa3d
Merge branch 'master' into if-else-if
2016-10-13 17:01:23 -05:00
joshvera
dbf8fe2385
one line
2016-10-13 17:58:23 -04:00
joshvera
4f978b7586
No quotes around anonymous functions
2016-10-13 17:58:17 -04:00
Rick Winfrey
80ebddae5c
Bump tests
2016-10-13 16:44:36 -05:00
Rick Winfrey
5cc26fcc34
Remove BranchInfo for If Syntaxes
...
Although this allowed us to report a list of summary statements for
each if / else-if condition, we don’t append parent contexts to
Patches. Because we lose that parent context, it makes replacement
summary statements devoid of context. Taking a step back, @joshvera and
I decided to leave if summary statements as they are now, but revisit
this when we explore rollups. Although diff summary statements do not
include else-if clauses now in Syntax If accurately. So we have the
info, but as it stands, a long list of summary statements for each
else-if clause we determined to be less helpful, but will set us up for
success when we add rollups.
2016-10-13 16:42:49 -05:00
joshvera
98627b74b7
Merge remote-tracking branch 'origin/master' into improve-anonymous-funs
2016-10-13 17:39:42 -04:00
Rick Winfrey
59a2531889
Update toElseIf so we don't drop the elseClause for non If syntax clauses
2016-10-13 16:33:57 -05:00
Josh Vera
9f9dc4feab
Merge branch 'master' into improve-memory-usage
2016-10-13 16:21:11 -04:00
joshvera
63eca5f45b
use Label type synonym and unpack strict fields in RWS
2016-10-13 16:19:53 -04:00
joshvera
b5ff4178e9
scope to getLabel
2016-10-13 16:16:50 -04:00
Rick Winfrey
a80cb67b89
Extract toLeafInfo function
2016-10-13 12:36:18 -05:00
Rick Winfrey
62db2939f8
Clean and retain elseClause for If statements that are not If statements
2016-10-13 12:34:48 -05:00
joshvera
be1ca766c1
Quote anonymous and brace exports
2016-10-13 12:56:27 -04:00
joshvera
73b947f71b
Update tests
2016-10-13 12:08:44 -04:00
joshvera
5aff238787
Enclose export statements in braces
2016-10-13 12:08:33 -04:00
joshvera
2f6414097c
Enclose anonymous functions in quotes and add category back in toLeafInfos
2016-10-13 12:08:22 -04:00
joshvera
af938b87f4
Omit a function call's arguments if it's arguments match the underlying anonymous function's arguments
2016-10-13 11:57:10 -04:00
joshvera
30c9fd8f5f
Remove trailing 'function' text from AnonymousFunction toTermName output
2016-10-13 11:56:49 -04:00
Timothy Clem
ea28f0d8b0
Merge pull request #879 from github/hide-comments-in-summaries
...
Hide comments in summaries
2016-10-13 08:51:16 -07:00
Timothy Clem
148aa3024b
Bring back Commented, even if it isn't used yet
2016-10-13 08:37:44 -07:00
Timothy Clem
d9288f7e78
Note what HideInfo is used for
2016-10-13 08:37:29 -07:00