1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00
Commit Graph

16383 Commits

Author SHA1 Message Date
Timothy Clem
c6d665bd95 Try using to get cmark timings 2017-10-10 12:32:27 -07:00
Timothy Clem
4a995bdec6 Just removing cmark timings for now 2017-10-10 11:24:46 -07:00
Timothy Clem
609212a413 Fix cmark timings 2017-10-10 11:03:04 -07:00
Rob Rix
aed26cdb52 Merge pull request #1393 from github/open-toc-rendering
Open ToC rendering
2017-10-10 12:08:56 -04:00
Rob Rix
a62a91e907 List the languages we’ve switched over explicitly. 2017-10-10 11:59:43 -04:00
Rob Rix
264912d6bf Merge branch 'master' into open-toc-rendering 2017-10-06 17:26:02 -04:00
Jon Ruskin
ffde9b2c06 Merge pull request #1394 from github/stack-ghc-package-paths
Update licensed scripts for stack
2017-10-06 14:24:18 -07:00
Rob Rix
9362c33ada Merge branch 'master' into stack-ghc-package-paths 2017-10-06 16:17:53 -04:00
Timothy Clem
34ae7bbf97 Merge pull request #1388 from github/stats
Let's report some stats
2017-10-06 12:54:28 -07:00
Timothy Clem
90fdef6ce0 Merge branch 'master' into stats 2017-10-06 12:22:54 -07:00
Jon Ruskin
5bc8abf457 Merge branch 'master' into stack-ghc-package-paths 2017-10-06 12:14:49 -07:00
Timothy Clem
3cd67c0f8d Stat node counts of term and diff 2017-10-06 11:45:26 -07:00
Timothy Clem
0780d675c5 Streamline logTiming 2017-10-06 11:44:53 -07:00
Timothy Clem
27c0520105 Formatting - outdent 2017-10-06 11:44:13 -07:00
Timothy Clem
dfe057e5e7 Removing trace logging for diff 2017-10-06 11:43:10 -07:00
Rob Rix
f146394608 Use Proxy instead of undefined for consistency & future-proofing. 2017-10-06 13:19:55 -04:00
Rob Rix
1658abf8b7 We no longer need to pretend Python has methods 🎉 2017-10-06 13:07:44 -04:00
Rob Rix
7eb7419c59 Unpack the SomeParser in the example. 2017-10-06 13:02:11 -04:00
Rob Rix
859f94b1ab Merge branch 'master' into open-toc-rendering 2017-10-06 12:37:08 -04:00
Rob Rix
3a03a279b8 Merge pull request #1385 from github/abstract-high-level-flow-over-syntax-types
Abstract high level flow over syntax types
2017-10-06 12:36:26 -04:00
Rob Rix
7f63b78941 📝 the arguments & return type of SomeParser. 2017-10-06 12:22:14 -04:00
Rob Rix
b9360fbdc8 Reformat the someParser signature. 2017-10-06 12:20:43 -04:00
Timothy Clem
3cde7d2dec Remove test file 2017-10-06 09:20:23 -07:00
Timothy Clem
90a6471dbd Move diff timing up a level 2017-10-06 08:59:04 -07:00
Rob Rix
5e163648da Link to AdvancedOverlap. 2017-10-06 11:30:06 -04:00
Rob Rix
c474b15ee2 Note that you don’t want new instances of HasDeclarationWithStrategy. 2017-10-06 11:29:10 -04:00
Rob Rix
88477db7fa 📝 the HasDeclarationWithStrategy instances. 2017-10-06 11:28:07 -04:00
Rob Rix
f7cec59848 📝 DeclarationStrategy. 2017-10-06 11:26:30 -04:00
Rob Rix
5b0479e724 Rename the part type parameter to syntax. 2017-10-06 11:23:07 -04:00
Rob Rix
63afadfb8e 📝 HasDeclarationWithStrategy. 2017-10-06 11:22:36 -04:00
Rob Rix
28dc2ce1dd 📝 the Union instance. 2017-10-06 11:21:58 -04:00
Rob Rix
1b8836b0ec 📝 the Declaration.Method instance. 2017-10-06 11:20:57 -04:00
Rob Rix
e3e120ad74 📝 the Declaration.Function instance. 2017-10-06 11:19:34 -04:00
Rob Rix
552e3c0a5d Clarify the Markup.Section instance docs. 2017-10-06 11:18:27 -04:00
Rob Rix
c8a3116cf6 📝 the Syntax.Error instance. 2017-10-06 11:18:02 -04:00
Rob Rix
ef8a734c17 📝 the Markup.Section instance. 2017-10-06 11:17:40 -04:00
Rob Rix
a746547fd2 📝 customToDeclaration. 2017-10-06 11:17:01 -04:00
Rob Rix
0aa58d68a7 📝 CustomHasDeclaration. 2017-10-06 11:16:54 -04:00
Rob Rix
2027e94622 📝 the HasDeclaration instance. 2017-10-06 11:15:22 -04:00
Rob Rix
926f9a256d 📝 toDeclaration. 2017-10-06 11:09:47 -04:00
Rob Rix
570c5c3327 📝 HasDeclaration. 2017-10-06 11:09:42 -04:00
Rob Rix
4ab27365da Move the HasDeclaration instance up next to the typeclass. 2017-10-06 11:07:20 -04:00
Rob Rix
1ce6693dc2 📝 declarationAlgebra. 2017-10-06 11:06:42 -04:00
Rob Rix
b305182f50 Sort the declarationAlgebra higher. 2017-10-06 11:02:42 -04:00
Rob Rix
981eda3b61 📝 Strategy. 2017-10-06 11:01:36 -04:00
Rob Rix
1501f3506c Fix a fixture. 2017-10-06 10:55:46 -04:00
Rob Rix
59c2a64770 Remove the inner bind in the lambda rule. 2017-10-06 10:50:37 -04:00
Rob Rix
faf3215124 Remove the outer bind in the lambda rule. 2017-10-06 10:49:25 -04:00
Rob Rix
f22ed8fb9d Use emptyTerm when constructing lambdas. 2017-10-06 10:48:37 -04:00
Rob Rix
f86fcf32cd Abbreviate the location of empty terms. 2017-10-06 10:48:22 -04:00