1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00
Commit Graph

12377 Commits

Author SHA1 Message Date
Rob Rix
64074faa4c Merge branch 'master' into unaligned-json-diff-rendering 2017-05-17 13:21:10 -04:00
Rob Rix
00e3728fb4 Merge pull request #1122 from github/🔥-javascript
🔥 javascript
2017-05-17 13:20:35 -04:00
Rob Rix
64551e1327 Merge branch 'master' into 🔥-javascript 2017-05-17 13:17:29 -04:00
Rob Rix
31153c8590 Merge pull request #1119 from github/🔥-summaries
🔥 summaries
2017-05-17 13:15:59 -04:00
Rob Rix
7d919e6da2 Merge branch 'master' into 🔥-summaries 2017-05-17 13:07:13 -04:00
Rob Rix
d31c0c2ce0 Merge pull request #1121 from github/🔥-style-css
🔥 the split renderer’s CSS.
2017-05-17 13:07:02 -04:00
Rob Rix
9e6a40fa49 Merge branch 'master' into 🔥-style-css 2017-05-17 13:05:42 -04:00
Rob Rix
44d3e18032 Merge pull request #1120 from github/🔥-weekly-notes
🔥 weekly notes
2017-05-17 13:05:24 -04:00
Rob Rix
681d0c8bce 🔥 the JavaScript language. 2017-05-17 12:54:37 -04:00
Rob Rix
501cd45d87 🔥 the javascript package. 2017-05-17 12:53:06 -04:00
Rob Rix
2b3d52db0c Don’t link against the javascript package. 2017-05-17 12:52:13 -04:00
Rob Rix
85d26bb120 JavaScript parses as TypeScript. 2017-05-17 12:50:30 -04:00
Rob Rix
68a422b25a 🔥 Language.JavaScript. 2017-05-17 12:48:43 -04:00
Rob Rix
9bcac496cd 🔥 the split renderer’s CSS. 2017-05-17 12:40:58 -04:00
Rob Rix
0a3fd4075e 🔥 the old weekly notes. 2017-05-17 12:38:21 -04:00
Rob Rix
14ddc04dd6 🔥 summaryText. 2017-05-17 12:34:49 -04:00
Rob Rix
d7cb9d2893 Clarify the usage for ToC. 2017-05-17 12:32:49 -04:00
Rob Rix
7f72974e27 🔥 the summary renderer. 2017-05-17 12:32:17 -04:00
Rob Rix
187f7b5300 Correct the JSON diff renderer fixtures. 2017-05-16 15:04:31 -04:00
Rob Rix
149778e1a8 Merge branch 'master' into unaligned-json-diff-rendering 2017-05-16 14:49:46 -04:00
Rob Rix
18cecf4303 🔥 some more extensions. 2017-05-16 13:28:34 -04:00
Rob Rix
23e04cdf60 Sort the extensions. 2017-05-16 13:27:46 -04:00
Rob Rix
9fffd18260 🔥 a couple of redundant extensions. 2017-05-16 13:27:26 -04:00
Rick Winfrey
9793809b7f Merge pull request #1117 from github/assigning-blame
Assigning blame
2017-05-16 10:15:33 -07:00
Rob Rix
036e472aab 🔥 NumberedLine. 2017-05-16 13:07:55 -04:00
Rob Rix
cbf17cdc22 Clean up the definition of toJSON for Both. 2017-05-16 13:07:21 -04:00
Rob Rix
e6a8ce8bd6 Define toEncoding for Both. 2017-05-16 13:06:32 -04:00
Rob Rix
6b60a572f5 🔥 the ToJSON instance for Join These. 2017-05-16 12:43:12 -04:00
Rob Rix
cb9ec9e65e Render diffs to JSON w/o aligning. 2017-05-16 12:42:50 -04:00
Rob Rix
4ae3abd83b Provide call stacks for empty & <|> assignments. 2017-05-16 11:42:47 -04:00
Rob Rix
69bf06195a Pretty-print call stacks with errors. 2017-05-16 11:42:07 -04:00
Rob Rix
49e9baf29f Carry call stacks in errors. 2017-05-16 11:40:43 -04:00
Rob Rix
4ee40a4a61 Use the API to freeze call stacks. 2017-05-16 11:40:30 -04:00
Rob Rix
d8d9856f39 Carry call stacks through running assignments. 2017-05-16 11:39:55 -04:00
Rob Rix
5a54516b9f Freeze the call stack in the smart constructors. 2017-05-16 11:23:21 -04:00
Rob Rix
f002ce8080 Give call stacks to the Assignment terms and smart constructors. 2017-05-16 11:20:19 -04:00
Rob Rix
66053a3c47 Give call stacks to all of the Ruby assignments. 2017-05-16 11:18:01 -04:00
Rob Rix
1cd523b9eb Merge pull request #1113 from github/symbol-assignments-produce-locations
Symbol assignments produce locations
2017-05-15 15:07:03 -04:00
Rob Rix
9eb028d37c Merge branch 'master' into symbol-assignments-produce-locations 2017-05-12 17:19:17 -04:00
Rob Rix
1d93e0bacd Merge pull request #1107 from github/generalize-table-of-contents-over-the-syntax-functor
Generalize table of contents over the syntax functor
2017-05-12 17:18:46 -04:00
Rob Rix
e1af9f77a8 📝 identityDecorator. 2017-05-12 16:25:19 -04:00
Rob Rix
0d43cccd6a Define the identity decorator. 2017-05-12 16:24:29 -04:00
Rob Rix
cd1f8d84ba Symbol rules produce the location. 2017-05-12 16:14:44 -04:00
Rob Rix
df74f26b16 Correct an omitted space. 2017-05-12 16:10:11 -04:00
Rob Rix
37b453a110 Define an invert combinator for until/unless. 2017-05-12 16:07:27 -04:00
Rob Rix
421f72c787 Abstract assignment for lists of statements. 2017-05-12 16:03:35 -04:00
Rob Rix
bfaa8dcd59 Assign Ruby with makeTerm and emptyTerm. 2017-05-12 16:00:15 -04:00
Rob Rix
e07e04f894 Define an emptyTerm assignment. 2017-05-12 15:59:27 -04:00
Rob Rix
0f8a75dc2a Define a makeTerm combinator. 2017-05-12 15:45:54 -04:00
Rob Rix
a586762998 Merge branch 'master' into generalize-table-of-contents-over-the-syntax-functor 2017-05-12 12:24:00 -04:00