1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 13:21:59 +03:00
Commit Graph

13610 Commits

Author SHA1 Message Date
Rob Rix
1bbc0a503a 🔥 maybeLastIndex. 2017-06-24 10:42:48 -04:00
Rob Rix
ed9b00cc90 🔥 rangesAndWordsFrom. 2017-06-24 10:41:32 -04:00
Rob Rix
7da94d77f6 Fix up a couple of comments. 2017-06-24 10:39:55 -04:00
Rob Rix
2c113280bc Explicitly unpack Range’s fields. 2017-06-24 10:38:31 -04:00
Rob Rix
08c2c87fe0 Explicitly strictify Range’s fields. 2017-06-24 10:38:11 -04:00
Rob Rix
0d67e6acc9 🔥 a redundant GHC flag. 2017-06-24 10:37:39 -04:00
Rob Rix
7575c0b559 Explicitly list the exports for Data.Blob. 2017-06-24 10:37:17 -04:00
Rob Rix
d720532537 🔥 idOrEmptyBlob. 2017-06-24 10:37:01 -04:00
Rob Rix
a106d27eb9 Rename Source.length to sourceLength. 2017-06-24 10:32:26 -04:00
Rob Rix
2cc9f28e37 Rename Source.null to nullSource. 2017-06-24 10:28:39 -04:00
Rob Rix
0979106e50 🔥 Data.Source.empty. 2017-06-24 10:24:35 -04:00
Rob Rix
8e3d3cb1e1 🔥 a redundant space. 2017-06-24 10:23:48 -04:00
Rob Rix
0d1967edb3 Rename the blob fields. 2017-06-24 10:21:54 -04:00
Rob Rix
bed2c473b2 Rename SourceBlob to Blob. 2017-06-24 10:15:31 -04:00
Rob Rix
fc51c92425 Move SourceBlob into Data.Blob. 2017-06-24 10:09:50 -04:00
Rob Rix
84c7029dd8 Stub in a Blob module. 2017-06-24 10:00:40 -04:00
Rob Rix
fc09d74b73 Rename the Source module to Data.Source. 2017-06-24 09:59:41 -04:00
Rob Rix
1edc6a2718 Rename the Range module to Data.Range. 2017-06-24 09:46:28 -04:00
Rob Rix
6e7122e09a Rename the SourceSpan module to Data.Span. 2017-06-24 09:41:51 -04:00
Rob Rix
4097d4bfc0 Rename SourceSpan to Span and SourcePos to Pos. 2017-06-24 09:30:34 -04:00
Rob Rix
c2d835e43a Compute Markdown ranges within the known line ranges. 2017-06-23 19:30:02 -04:00
Rob Rix
4ee9ff6332 Define a SourceSpan -> Range computation parameterized by the line ranges. 2017-06-23 19:28:10 -04:00
Timothy Clem
4f71a33dcf Merge pull request #1177 from github/bump-tree-sitter
++ tree-sitter
2017-06-22 10:36:39 -06:00
Rob Rix
54f2d84934 Merge branch 'master' into python-conditional-expressions 2017-06-22 12:24:04 -04:00
Rob Rix
474fc8187a Merge branch 'master' into bump-tree-sitter 2017-06-22 12:23:44 -04:00
Timothy Clem
118ee0300e ++ tree-sitter 2017-06-22 08:29:00 -06:00
Rob Rix
faff524891 Merge pull request #1174 from github/ses-optimizations
SES optimizations
2017-06-21 17:06:09 -04:00
Rob Rix
21508fb6c3 Resume the unqualified import of !. 2017-06-21 17:05:13 -04:00
Rob Rix
47a33a7916 Rename ! to !?. 2017-06-21 17:02:29 -04:00
Rob Rix
992628de03 Merge branch 'master' into ses-optimizations 2017-06-21 16:49:08 -04:00
Timothy Clem
60fbcdad21 Merge pull request #1173 from github/standardize-language-features
Standardize language features
2017-06-21 14:48:23 -06:00
Rob Rix
48136dc081 Merge branch 'master' into ses-optimizations 2017-06-21 16:42:28 -04:00
Rob Rix
c69281cd4b Merge branch 'master' into standardize-language-features 2017-06-21 16:42:18 -04:00
Rob Rix
3bf95e05f4 Tighten up moveDownFrom/moveRightFrom. 2017-06-21 16:33:47 -04:00
Rob Rix
a084544487 Evaluate endpoints eagerly. 2017-06-21 16:07:42 -04:00
Rob Rix
d822c138b3 Use bang patterns for strictness. 2017-06-21 16:06:20 -04:00
Rob Rix
676cfaa68e Try to inline !. 2017-06-21 16:02:56 -04:00
Rob Rix
4cdd66b12b Mark moveDownFrom and moveRightFrom for inlining. 2017-06-21 15:50:56 -04:00
Timothy Clem
40d518f77c Ingore redudant do (get this in specs a lot) 2017-06-21 13:49:12 -06:00
Timothy Clem
01e2aa1d67 Use consistent default-extensions 2017-06-21 13:48:51 -06:00
Rob Rix
9337631149 Safe array subscripting.
This halves our heap consumption. I don’t know how.
2017-06-21 15:46:36 -04:00
Rob Rix
139c9513d1 Align moveDownFrom/moveRightFrom. 2017-06-21 15:33:26 -04:00
Rob Rix
8131dfaf75 Move moveDownFrom/moveRightFrom/slideFrom out a scope. 2017-06-21 15:33:06 -04:00
Rob Rix
2ed1926f94 🔥 moveDown/moveRight. 2017-06-21 15:32:07 -04:00
Rob Rix
6947a56501 Use BangPatterns to denote strictness. 2017-06-21 15:27:08 -04:00
Rob Rix
9fa104fb23 Factor out the downward/rightward moves. 2017-06-21 15:04:11 -04:00
Rob Rix
74c301f7da Define searchAlongK with guard clauses. 2017-06-21 15:01:49 -04:00
Rob Rix
922569fbe6 Simplify the search along k logic again. 2017-06-21 14:46:57 -04:00
Rob Rix
c4f45522af 🔥 getK. 2017-06-21 14:02:06 -04:00
Rob Rix
0bf24a86db Force the evaluation of the state array. 2017-06-21 14:01:33 -04:00