1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 12:51:52 +03:00
Commit Graph

22568 Commits

Author SHA1 Message Date
Rob Rix
b888ff3d9e Generalize runReturn & runLoopControl. 2018-05-28 09:45:40 -04:00
Rob Rix
015b74cf41 Give Value a term type parameter once more. 2018-05-28 09:35:42 -04:00
Rob Rix
a2135fda74 Don’t use overloaded lists. 2018-05-28 09:35:03 -04:00
Rob Rix
2993c3588c Correct the specs. 2018-05-28 08:54:33 -04:00
Rob Rix
ea94863148 Fix a couple of hints. 2018-05-28 08:45:02 -04:00
Rob Rix
8f183d5f86 Represent Value as a normal ADT. 2018-05-28 08:44:45 -04:00
Patrick Thomson
18723b2c1e dedent import list 2018-05-25 13:02:03 -04:00
Patrick Thomson
9b68986a93 warnings 2018-05-25 12:36:48 -04:00
Patrick Thomson
bec56ece82 otiose 'do' 2018-05-25 12:35:16 -04:00
Patrick Thomson
3e02366d14 don't use Eff in toAST since it's just being called from IO. 2018-05-25 12:34:04 -04:00
Patrick Thomson
b2aa29e6c6 🔥 dbg and just use trace. 2018-05-25 12:28:56 -04:00
Patrick Thomson
6bd6e71d75 Implement a correct bracket. 2018-05-25 11:37:16 -04:00
Patrick Thomson
0254ad676a WIP: this works, but doesn't bracket or rethrow correctly. 2018-05-25 10:57:19 -04:00
Timothy Clem
7e63f87bc4 Too slow 2018-05-24 21:22:09 -07:00
Timothy Clem
4bad0324cf Attempt to always set gitHash 2018-05-24 21:07:05 -07:00
Josh Vera
3641d6d18c Merge pull request #1885 from github/ctags-protip
Ctags protip
2018-05-24 14:09:17 -04:00
Rob Rix
12b0f12f64 Merge branch 'master' into ctags-protip 2018-05-24 13:43:48 -04:00
Timothy Clem
5abcef5e31 Merge pull request #1874 from github/deployment-setup
Tuning deployment setup: health checks and successfully deploy
2018-05-24 10:35:41 -07:00
Timothy Clem
a15efb9327 Merge branch 'master' into deployment-setup 2018-05-24 10:13:25 -07:00
Rob Rix
542ae1e397 Merge branch 'master' into ctags-protip 2018-05-24 12:54:04 -04:00
joshvera
feca9a573b Ignore codex.tags files 2018-05-24 12:43:13 -04:00
Rob Rix
7c981969e8 Merge pull request #1886 from github/rearrange-value-ref-and-friends
Rearrange ValueRef and friends
2018-05-24 12:37:40 -04:00
Rob Rix
2ca068a484 Fix a renaming. 2018-05-24 12:30:42 -04:00
Rob Rix
127ed8a26a Merge branch 'master' into rearrange-value-ref-and-friends 2018-05-24 12:23:30 -04:00
Rob Rix
d9b13aec04 Simplify further. 2018-05-24 12:23:14 -04:00
Rob Rix
d819051bf4 Placate hlint. 2018-05-24 12:22:55 -04:00
Rob Rix
3a5d1de162 🔥 redundant hiding. 2018-05-24 12:21:45 -04:00
Josh Vera
0ea30d43aa Merge pull request #1883 from github/haskell-assignment
Haskell assignment #1
2018-05-24 12:18:26 -04:00
Rob Rix
5ac256e340 🔨 fix the type in the spec 2018-05-24 12:09:20 -04:00
Josh Vera
32f0bb2a8a Merge branch 'master' into haskell-assignment 2018-05-24 12:05:32 -04:00
joshvera
33d31e045f appease hlint 2018-05-24 12:04:29 -04:00
Josh Vera
38d438d540 Merge branch 'master' into deployment-setup 2018-05-24 11:52:40 -04:00
Rob Rix
3a8ee0dca2 Back out all of the effect decomposition stuff. 2018-05-24 11:26:42 -04:00
Josh Vera
73d7cfbbfc Merge branch 'master' into ctags-protip 2018-05-24 11:23:45 -04:00
Rob Rix
e141f0e6ac Swap the order of Value’s parameters. 2018-05-24 11:20:04 -04:00
Rob Rix
02a595cc36 Infer the type of runType. 2018-05-24 11:18:26 -04:00
Rob Rix
39851a602e 🔥 EmbedAny/Embed. 2018-05-24 11:17:50 -04:00
Rob Rix
98bd85f676 Parameterize Value by opaque instead of effects. 2018-05-24 11:17:08 -04:00
Rob Rix
5144f41a6e 🔥 a redundant import. 2018-05-24 11:16:59 -04:00
Rob Rix
be85a89c72 🔥 the ModuleInfo/PackageInfo stuff from the experiment. 2018-05-24 11:14:01 -04:00
Rob Rix
a346886950 Swap Function’s parameters again. 2018-05-24 11:10:48 -04:00
Rob Rix
f05de7ab1a Rename runEmbedEval to unEmbedEval. 2018-05-24 11:02:41 -04:00
Rob Rix
37f7aa8ff8 Spike out a candidate implementation of embedEval. 2018-05-24 11:02:26 -04:00
Rob Rix
3bf6074f6e Define embedEval monadically. 2018-05-24 10:51:40 -04:00
Rob Rix
871d2e8dfb Use the normal effect handling flow for runType. 2018-05-24 10:48:44 -04:00
Rob Rix
f7442219af 🔥 more redundant constraints. 2018-05-24 10:48:20 -04:00
Rob Rix
6ec225948b 🔥 a redundant constraint. 2018-05-24 10:47:31 -04:00
Rob Rix
e4c91a6d1f Interpret in runFunctionType. 2018-05-24 10:43:45 -04:00
Rob Rix
f176cd2c14 Interpret in runUnitType. 2018-05-24 10:42:49 -04:00
Rob Rix
13366d65c0 Interpret in runBooleanType. 2018-05-24 10:42:42 -04:00