1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 18:23:44 +03:00
Commit Graph

13421 Commits

Author SHA1 Message Date
Timothy Clem
f8ba1d203b Add Range back in 2017-06-19 07:52:17 -06:00
Timothy Clem
e7e1898c66 Add conditional 2017-06-19 07:49:57 -06:00
Timothy Clem
0285cf4939 Merge remote-tracking branch 'origin/master' into ruby-assignment 2017-06-16 15:55:06 -06:00
Timothy Clem
054e8a07f8 Sort out some literals and if/until 2017-06-16 15:52:47 -06:00
Timothy Clem
ef9886972d Two version of empty 2017-06-16 15:52:11 -06:00
Josh Vera
f0103cae10 Merge pull request #1170 from github/log-errors-to-stderr
Log errors to stderr
2017-06-16 17:06:07 -04:00
Josh Vera
6a38e8ed12 Merge branch 'master' into log-errors-to-stderr 2017-06-16 16:55:10 -04:00
joshvera
83394e4dae remove double logging 2017-06-16 16:47:29 -04:00
joshvera
4c409f8364 export withSGRCode 2017-06-16 16:45:54 -04:00
Rob Rix
4c3dd20015 Merge pull request #1169 from github/table-of-blobtents
Table of blobtents
2017-06-16 16:14:13 -04:00
Rob Rix
6201ed099b Merge branch 'master' into table-of-blobtents 2017-06-16 16:08:59 -04:00
Rob Rix
5250ce8e0c Merge pull request #1171 from github/cibuild-without-the-local-path
🔥 the local PATH
2017-06-16 16:08:38 -04:00
joshvera
c866596955 print colorized errors to stderr if attached to a tty 2017-06-16 15:56:14 -04:00
Rob Rix
c63621c903 Merge branch 'master' into table-of-blobtents 2017-06-16 15:46:00 -04:00
Rob Rix
748f5f4865 Merge branch 'master' into cibuild-without-the-local-path 2017-06-16 15:32:24 -04:00
Rob Rix
0c8b186b53 Merge pull request #1165 from github/single-method-generically-derived-typeclasses
Single method generically derived typeclasses
2017-06-16 15:31:00 -04:00
joshvera
8d103fe844 Revert "Remove color highlighting and move other instances of putStrLn error to stderr"
This reverts commit 22d62ed464441ba0abb53f23f9d357df03ef9f52.
2017-06-16 14:55:47 -04:00
Timothy Clem
e29a17b26b while and break 2017-06-16 12:39:56 -06:00
Timothy Clem
7a7c04debc Rework identifiers and literals 2017-06-16 12:39:49 -06:00
Timothy Clem
ccc1146656 Call it scope entry/exit instead 2017-06-16 12:38:52 -06:00
Timothy Clem
f761f62f8a Empty statement 2017-06-16 11:57:13 -06:00
Timothy Clem
a68bf4ee97 These don't work yet, comment them out 2017-06-16 11:57:02 -06:00
joshvera
b3e14926a1 Remove import 2017-06-16 13:50:12 -04:00
joshvera
ff0cbca96e Remove color highlighting and move other instances of putStrLn error to stderr 2017-06-16 13:49:26 -04:00
Timothy Clem
c20495eaad Add test fixtures for alias and undef 2017-06-16 11:30:36 -06:00
joshvera
225a40fc7d Log errors to stderr 2017-06-16 13:30:25 -04:00
Timothy Clem
7083499ad4 Build up from scratch a bit 2017-06-16 11:30:17 -06:00
Timothy Clem
37d6bef898 Add Undef statement 2017-06-16 11:29:42 -06:00
Rob Rix
1bf7863186 Define recordSummary at the top level. 2017-06-16 13:00:46 -04:00
Rob Rix
fa74d323a9 tableOfContentsBy employs termTableOfContentsBy. 2017-06-16 12:57:23 -04:00
Rob Rix
ccf9d914e2 Add a fixture for a parse tree ToC. 2017-06-16 12:55:13 -04:00
Rob Rix
16850df877 🔥 some redundant imports. 2017-06-16 12:52:29 -04:00
Rob Rix
7ebaccbf1b Test runDiff w/o Listable. 2017-06-16 12:51:42 -04:00
Rob Rix
44673d62d1 Test runParse w/o Listable. 2017-06-16 12:47:47 -04:00
Rob Rix
ab460649f6 Fix the tests. 2017-06-16 12:46:52 -04:00
Rob Rix
b91d1754c7 Add a --toc flag for blobs. 2017-06-16 12:32:52 -04:00
Rob Rix
26d1b600be Render Markdown blobs to ToCs. 2017-06-16 12:32:44 -04:00
Rob Rix
1bdec36140 Render Python blobs to ToCs. 2017-06-16 12:32:39 -04:00
Rob Rix
203d97d126 Define a ToC renderer. 2017-06-16 12:32:26 -04:00
Rob Rix
a9dd289aae Define a ToC rendering function for parse trees. 2017-06-16 12:26:14 -04:00
Rob Rix
87082918a4 Return term ToCs without a wrapping Entry. 2017-06-16 12:25:20 -04:00
Rob Rix
8fdd1bdf0d Define a function computing the table of contents for a term. 2017-06-16 12:21:40 -04:00
Rob Rix
8941b23246 🔥 the ParseArguments' wrappers. 2017-06-16 12:09:22 -04:00
Rob Rix
7c5ba48e2f 🔥 the DiffArguments' wrappers. 2017-06-16 12:06:27 -04:00
Rob Rix
e392ac01da Rename renderToC to renderToCDiff 2017-06-16 12:03:39 -04:00
Rob Rix
8a7f8fcd8c Merge branch 'master' into single-method-generically-derived-typeclasses 2017-06-16 11:16:50 -04:00
Rob Rix
1e0d3e6251 Merge pull request #1168 from github/drop-section-heading-punctuation-from-table-of-contents
Exclude heading punctuation from Markdown ToC
2017-06-16 11:16:39 -04:00
Rob Rix
d0b9bd60ac Merge branch 'master' into single-method-generically-derived-typeclasses 2017-06-16 11:04:11 -04:00
Rob Rix
d4ecb1c501 Merge branch 'master' into drop-section-heading-punctuation-from-table-of-contents 2017-06-16 11:04:01 -04:00
Rob Rix
e11b56127f Take the range of headings’ children instead of the whole heading.
We don’t want to include the ## in a section entry, so we union the ranges of the children (if any).
2017-06-16 10:59:23 -04:00