1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 07:55:12 +03:00
Commit Graph

608 Commits

Author SHA1 Message Date
Rob Rix
e7aefb8186
Generalize addressStyle over the name type. 2019-10-11 11:00:14 -04:00
Rob Rix
0eb9edf2ef
Generalize heapAddressGraph over the name type. 2019-10-11 10:59:19 -04:00
Rob Rix
264d33816b
Generalize heapValueGraph over the name type. 2019-10-11 10:59:08 -04:00
Rob Rix
c0a995f612
Generalize heapGraph over the name type. 2019-10-11 10:58:51 -04:00
Rob Rix
b697d187c7
Generalize EdgeType over the name type. 2019-10-11 10:58:20 -04:00
Rob Rix
fd793d7d7d
Generalize Env over the name type. 2019-10-11 10:57:40 -04:00
Rob Rix
3cad92a4e1
Generalize Heap over the name type. 2019-10-11 10:56:45 -04:00
Rob Rix
5974e82819
Generalize Concrete over the name type. 2019-10-11 10:55:31 -04:00
Rob Rix
541ef22076
Parameterize Analysis by the type of names. 2019-10-11 10:49:32 -04:00
Rob Rix
b6a9eeaf6b
Rename Analysis.Eval to Core.Eval. 2019-10-11 10:46:59 -04:00
Rob Rix
253116a46f
Merge branch 'core-factoring' into eliminate-core-loc 2019-10-11 10:23:43 -04:00
Rob Rix
5b238d8c50
Don’t re-export Analysis. 2019-10-11 10:23:31 -04:00
Rob Rix
9c8350db48
Merge branch 'core-factoring' into eliminate-core-loc 2019-10-11 10:22:41 -04:00
Rob Rix
f06af1755b
📝 Analysis. 2019-10-11 10:21:30 -04:00
Rob Rix
43d5516528
Move Analysis into its own module. 2019-10-11 10:20:34 -04:00
Rob Rix
05d9dab6d8
Stub in a module for the Analysis type. 2019-10-11 10:17:55 -04:00
Rob Rix
59d6deb005
🔥 a redundant import. 2019-10-11 09:15:32 -04:00
Rob Rix
57ab84bb46
Weaken a Carrier constraint to Applicative. 2019-10-11 09:15:26 -04:00
Rob Rix
ba23138ade
🔥 a redundant constraint. 2019-10-11 09:15:17 -04:00
Rob Rix
cce6f74b95
🔥 a redundant import. 2019-10-11 09:13:48 -04:00
Rob Rix
d16a3c909c
Weaken a Carrier constraint to Applicative. 2019-10-11 09:13:30 -04:00
Rob Rix
9b48331945
🔥 a redundant constraint. 2019-10-11 09:13:20 -04:00
Rob Rix
b99b9f90df
Merge branch 'core-factoring' into eliminate-core-loc 2019-10-10 20:43:11 -04:00
Rob Rix
1b7acb2411
Add a missing dependency. 2019-10-10 20:43:00 -04:00
Rob Rix
a046690bd0
Correct a doctest. 2019-10-10 20:42:02 -04:00
Rob Rix
c2bb05fe25
🔥 Core.Loc. 2019-10-10 18:09:02 -04:00
Rob Rix
a87e62309d
Merge branch 'core-factoring' into eliminate-core-loc 2019-10-10 18:06:17 -04:00
Rob Rix
13fec83cba
Rename Spec to Test. 2019-10-10 18:05:50 -04:00
Rob Rix
ab1932c264
Use File.fromBody. 2019-10-10 18:04:20 -04:00
Rob Rix
585848658a
Core.Core doesn’t depend on Core.Loc. 2019-10-10 17:57:26 -04:00
Rob Rix
d679f28760
File.fromBody doesn’t depend on Core.Loc. 2019-10-10 17:50:25 -04:00
Rob Rix
e177ea7eab
Rename fromGHCSrcLoc to fromSrcLoc. 2019-10-10 17:40:42 -04:00
Rob Rix
c31b151ba8
🔥 Core.Loc.Path. 2019-10-10 17:33:56 -04:00
Rob Rix
aee5f5110c
Sort imports. 2019-10-10 17:23:03 -04:00
Rob Rix
f9a92e76a9
🔥 UnliftIOToMonadException. 2019-10-10 17:22:18 -04:00
Rob Rix
b709219b77
Don’t allow messages to be sent to the InputT. 2019-10-10 16:53:03 -04:00
Rob Rix
2e61978b98
🔥 println. 2019-10-10 16:10:24 -04:00
Rob Rix
45de2f56a6
Rename ControlIOC to UnliftIOToMonadException. 2019-10-10 16:08:43 -04:00
Rob Rix
ed6c7507fb
Render fitted to the window. 2019-10-10 16:05:25 -04:00
Rob Rix
269e8700d9
Render colour annotations. 2019-10-10 16:01:02 -04:00
Rob Rix
4044575648
🔥 the IsString constraint. 2019-10-10 15:58:23 -04:00
Rob Rix
c2908ed497
🔥 a redundant language extension. 2019-10-10 15:56:16 -04:00
Rob Rix
742db3d17e
🔥 the Carrier instance. 2019-10-10 15:54:54 -04:00
Rob Rix
81d1a1117e
Internalize ControlIOC. 2019-10-10 15:54:29 -04:00
Rob Rix
beae029a38
🔥 a redundant import. 2019-10-10 15:53:06 -04:00
Rob Rix
d59ba40235
🔥 a redundant constraint. 2019-10-10 15:50:59 -04:00
Rob Rix
7dffdd2407
Derive MonadFix instances. 2019-10-10 15:48:15 -04:00
Rob Rix
c6b12ef710
Simplify runControlIO to use MonadUnliftIO. 2019-10-10 15:47:43 -04:00
Rob Rix
c2954ae963
Re-export runM. 2019-10-10 15:40:31 -04:00
Rob Rix
de154040c9
Line is an implementation detail. 2019-10-10 15:40:01 -04:00