1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 04:51:57 +03:00
Commit Graph

13274 Commits

Author SHA1 Message Date
Rick Winfrey
3f1ceeed8b Update return statement assignments to accept empty return statements 2017-06-12 10:35:31 -07:00
Rick Winfrey
843e975cf5 Merge branch 'master' into python-conditional-expressions 2017-06-12 10:06:12 -07:00
Timothy Clem
b7ef75ee0e Merge pull request #1156 from github/license-checker
Check licenses of dependent projects in CI
2017-06-12 07:59:15 -07:00
Timothy Clem
1bb97fcff2 Merge branch 'master' into license-checker 2017-06-12 07:49:49 -07:00
Timothy Clem
29755391d1 Merge pull request #1155 from github/updating-stack-ghc
Document how to update stuff for CI/deployment
2017-06-12 07:49:35 -07:00
Timothy Clem
4a5cb82815 Merge branch 'master' into updating-stack-ghc 2017-06-12 07:32:39 -07:00
Rob Rix
46e482e0a5 Merge pull request #1150 from github/union-unity
Union unity
2017-06-12 09:13:05 -04:00
Rick Winfrey
baa4c1d1fe Function definition tree does not always contain expressionStatement subtree 2017-06-09 16:10:06 -07:00
Rick Winfrey
e379cb64de Assign class definitions 2017-06-09 15:39:30 -07:00
Rick Winfrey
eb4c87313f Combine async functiond and function definitions into single assignment 2017-06-09 14:27:15 -07:00
Rick Winfrey
55816f3127 Assign function definitions 2017-06-09 12:03:54 -07:00
Rick Winfrey
f5e91ef793 🔥 unused parameters assignment 2017-06-09 11:35:38 -07:00
Rick Winfrey
e601c3e071 Assign async function definitions 2017-06-09 11:33:14 -07:00
Rick Winfrey
333ea95648 Add TypedIdentifier constructor
This may not be necessary in the long term, but I've added this to help model typed parameters in Python.
2017-06-09 11:33:00 -07:00
Rick Winfrey
e9fbded9e8 Make TOC renderer aware of type function field 2017-06-09 11:31:42 -07:00
Rick Winfrey
cf87c11d2c Python lambdas don't define a type for the lambda expression 2017-06-09 11:31:27 -07:00
Rick Winfrey
e444194044 Add type field to Function 2017-06-09 11:30:04 -07:00
Rick Winfrey
4e3b25e5aa Fix comment 2017-06-09 11:26:22 -07:00
Rick Winfrey
f0eabfb1fa Whitespace 2017-06-08 16:47:47 -07:00
Rick Winfrey
938987b2ed 📝 todo for assigning while else clauses 2017-06-08 16:47:38 -07:00
Rick Winfrey
508ead4cbb Assign try statements 2017-06-08 16:47:25 -07:00
Rick Winfrey
ab67d72bef Assign except clauses 2017-06-08 16:46:57 -07:00
Rick Winfrey
5e4c46165a Assign finally statements 2017-06-08 16:46:03 -07:00
Rob Rix
1f41532837 Merge branch 'master' into union-unity 2017-06-08 18:27:31 -04:00
Rick Winfrey
c1b25cdcaf 🔥 comments 2017-06-08 15:26:54 -07:00
Rick Winfrey
db416cfeb8 Assign while statements - no else 2017-06-08 14:31:57 -07:00
Rick Winfrey
567414396c Assign for statements (no else) 2017-06-08 14:25:47 -07:00
Rick Winfrey
59d117ad40 Merge pull request #1143 from github/python-test-fixtures
Python test fixtures
2017-06-08 13:08:15 -07:00
Rick Winfrey
db0e7f80f0 Merge branch 'master' into python-test-fixtures 2017-06-08 13:05:23 -07:00
Timothy Clem
0fc63cab83 Merge pull request #1152 from github/oh-javascript
JavaScript as a distinct language, but uses TypeScript parser
2017-06-08 12:52:46 -07:00
Timothy Clem
1c2ee1880c Merge branch 'master' into oh-javascript 2017-06-08 11:48:56 -07:00
Rick Winfrey
a595ca5b9f Merge branch 'master' into python-test-fixtures 2017-06-08 11:37:38 -07:00
Rick Winfrey
1dbe97087c Merge pull request #1147 from github/python-simple-statements
Assign Python simple statements
2017-06-08 11:37:25 -07:00
Rick Winfrey
fcedaa1ece Merge branch 'master' into python-test-fixtures 2017-06-08 11:19:33 -07:00
Rick Winfrey
550df8f150 Add newline 2017-06-08 11:17:42 -07:00
Rick Winfrey
d5b90ba483 🔥 redundant parens 2017-06-08 11:16:01 -07:00
Timothy Clem
d5793fc78d JavaScript as a distinct language, but uses TypeScript parser 2017-06-08 11:14:40 -07:00
Rick Winfrey
f059aec454 Update newlines 2017-06-08 11:07:43 -07:00
Rick Winfrey
828011cd1d Merge branch 'master' into python-simple-statements 2017-06-08 10:51:39 -07:00
Rick Winfrey
7ee4f2f3e0 🔥 redundant parens 2017-06-08 10:22:40 -07:00
Rob Rix
15f7f81b54 InUnion -> :< 2017-06-08 13:18:44 -04:00
Rick Winfrey
e4f2fa1f32 Assign raise statements as Throw, with single list node 2017-06-08 10:17:34 -07:00
Rick Winfrey
8c611c1078 Assign exec statement as Call 2017-06-08 10:17:02 -07:00
Rob Rix
cf1bded457 Merge branch 'master' into union-unity 2017-06-08 13:13:59 -04:00
Rob Rix
2147fbe7d8 Merge pull request #1151 from github/markdown-table-of-contents
Markdown table of contents
2017-06-08 13:13:44 -04:00
Rob Rix
711b2f3609 Render Markdown tables of contents. 2017-06-08 12:49:53 -04:00
Rob Rix
5ae5ecd98d Re-export markupSectionAlgebra from Renderer. 2017-06-08 12:48:06 -04:00
Rob Rix
35202f9502 Spacing. 2017-06-08 12:46:48 -04:00
Rob Rix
bb1cad8555 Define an algebra for a markup table of contents with section headings. 2017-06-08 12:42:39 -04:00
Rob Rix
152c1e9530 Use the while combinator to define section assignment. 2017-06-08 12:32:47 -04:00