1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00
Commit Graph

31623 Commits

Author SHA1 Message Date
Rob Rix
e0c47f11bc
🔥 an unnecessary Effect instance for Monotype. 2019-12-12 11:32:01 -05:00
Rob Rix
5ae742cf1c
🔥 unnecessary scoped type variables. 2019-12-12 11:31:24 -05:00
Rob Rix
22b6c3bab3
🔥 some redundant language extensions. 2019-12-12 11:31:15 -05:00
Patrick Thomson
353226c0cb Fix parse-examples. 2019-12-11 15:50:15 -05:00
Patrick Thomson
862ee92eb8 Fix semantic-python tests. 2019-12-11 15:47:03 -05:00
Patrick Thomson
34214b737f Fix Generators module. 2019-12-11 15:44:50 -05:00
Patrick Thomson
575935f6c6 Fix lints. 2019-12-11 15:41:50 -05:00
Patrick Thomson
af1d62a75b Depend on newer tree-sitter. 2019-12-11 15:04:18 -05:00
Rob Rix
e1d3e4ba69
🔥 the local inclusion of haskell-tree-sitter. 2019-12-10 16:55:45 -05:00
Rob Rix
86a99f3485
🔥 the source-repository-package stanzas for fused-effects-resumable and fused-effects-exceptions. 2019-12-10 16:55:33 -05:00
Rob Rix
b1cc324c11
Bump fused-syntax to master. 2019-12-10 16:54:35 -05:00
Rob Rix
cc8b1891e4
Run the inner computations. 2019-12-10 16:35:51 -05:00
Rob Rix
858a71e39a
Merge branch 'master' into fused-effects-one-dot-zero 2019-12-10 16:34:29 -05:00
Timothy Clem
5586c46193
Structure of heredocs changed 2019-12-10 16:34:27 -05:00
Timothy Clem
484f4278e1
++tree-sitter-ruby, fix assignment 2019-12-10 16:34:27 -05:00
Timothy Clem
409b165a7c
No more ArgumentListWithParens 2019-12-10 16:34:26 -05:00
Timothy Clem
ec19540425
++tree-sitter 0.7
Also bumps parsers that changed
2019-12-10 16:34:26 -05:00
Patrick Thomson
38ef115e7d
Mention that semantic doesn't yet build on Windows.
As discussed in #393, we should warn people that Win32 is a no-go.
2019-12-10 16:34:26 -05:00
Timothy Clem
6ea357f08c
Fix python assignment 2019-12-10 16:34:25 -05:00
Patrick Thomson
e226b9378d
Merge pull request #398 from github/in-the-lingua-franca
List valid languages in help text.
2019-12-10 16:33:12 -05:00
Rob Rix
83548b5273
Merge pull request #394 from github/bump-haskell-tree-sitter
Latest haskell-tree-sitter
2019-12-10 16:30:29 -05:00
Rob Rix
ff0c12c200
Run the Fresh computation locally. 2019-12-10 16:29:05 -05:00
Timothy Clem
f09ee34682
Merge pull request #399 from github/closing-a-window
Mention that semantic doesn't yet build on Windows.
2019-12-10 13:26:24 -08:00
Rob Rix
e149876841
Bump tree-sitter-json for the tests. 2019-12-10 16:16:18 -05:00
Timothy Clem
002816cd49 Structure of heredocs changed 2019-12-10 12:52:44 -08:00
Timothy Clem
98dba5cc49 ++tree-sitter-ruby, fix assignment 2019-12-10 12:52:34 -08:00
Rob Rix
65d58e97da
Add a missing Compile instance. 2019-12-10 15:17:16 -05:00
Rob Rix
0c8aa34976
Fix some old-style constraints. 2019-12-10 15:17:08 -05:00
Rob Rix
fc8c818920
Correct an import. 2019-12-10 15:14:44 -05:00
Rob Rix
83194f8b98
🔥 a redundant import. 2019-12-10 15:11:01 -05:00
Rob Rix
a461c72ae4
Bump a few tree-sitter-* versions. 2019-12-10 15:10:25 -05:00
Rob Rix
0efe5a2bf9
🔥 the source-repository-package stanza for fused-effects. 2019-12-10 15:10:03 -05:00
Rob Rix
e536f6cc14
Bump fused-syntax. 2019-12-10 14:59:47 -05:00
Rob Rix
df43078a65
Merge branch 'master' into fused-effects-one-dot-zero 2019-12-10 14:48:48 -05:00
Timothy Clem
113f29e052 No more ArgumentListWithParens 2019-12-10 11:08:49 -08:00
Timothy Clem
5926b47438 ++tree-sitter 0.7
Also bumps parsers that changed
2019-12-10 11:04:02 -08:00
Patrick Thomson
8c729650c9 Imports. 2019-12-10 12:21:15 -05:00
Patrick Thomson
5f6ad2a1cf Mention that semantic doesn't yet build on Windows.
As discussed in #393, we should warn people that Win32 is a no-go.
2019-12-10 12:20:00 -05:00
Patrick Thomson
339819228b Elide unnecessary delete call. 2019-12-10 12:11:19 -05:00
Patrick Thomson
2a4f9a230a
Merge pull request #397 from changlinli/in-the-lingua-franca-redux
Minor style fix for all languages in CLI
2019-12-10 12:10:21 -05:00
Changlin Li
46b9dfc9cf Minor style fix for all languages in CLI
Makes retrieving all languages insensitive to the ordering of languages
inside the `Language` datatype declaration and removes a couple of
unneeded function calls.
2019-12-10 11:24:03 -05:00
Patrick Thomson
48db5aa13a
Merge pull request #395 from github/re-writedown
Remove Control.Rewriting.
2019-12-10 10:47:38 -05:00
Patrick Thomson
ff3389adfb Remove Control.Rewriting.
We no longer use this anywhere, nice though it is.
2019-12-09 15:18:00 -05:00
Timothy Clem
0930c7c7d9 One new pieces of syntax here 2019-12-09 09:57:05 -08:00
Timothy Clem
45147d910d Fix python assignment 2019-12-09 09:52:55 -08:00
Timothy Clem
285ba19b2b Bump to latest tree-sitters 2019-12-09 09:52:42 -08:00
Patrick Thomson
770268fbdb
Merge pull request #380 from github/failure-is-just-success-rounded-down
Remove MonadFail from Core compiler.
2019-12-06 16:25:27 -05:00
Patrick Thomson
7266ab0ce2 No LambdaCase here. 2019-12-06 15:09:47 -05:00
Patrick Thomson
d258677dd8 And the rest of them 2019-12-06 14:54:06 -05:00
Patrick Thomson
c2685b81c3 Revert whitespace changes. 2019-12-06 14:52:49 -05:00