1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00
Commit Graph

20276 Commits

Author SHA1 Message Date
Rob Rix
4d27b1d72f Make the options available via a Reader. 2018-04-03 18:30:26 -04:00
Rob Rix
5d6c75188d Make the logger available via a Reader effect. 2018-04-03 18:29:10 -04:00
Rob Rix
9c7b695729 Embed time tasks shallowly. 2018-04-03 18:24:56 -04:00
Rob Rix
77c284c3b8 Make the statter available via a Reader. 2018-04-03 18:23:21 -04:00
Rob Rix
7e5f448027 Add type synonyms for the logging & statting queues. 2018-04-03 18:17:36 -04:00
Rob Rix
5b5d5153a5 Generalize the Task smart constructors. 2018-04-03 18:08:47 -04:00
Rob Rix
0a587f0949 Interpret TaskF using a helper. 2018-04-03 17:54:29 -04:00
Rob Rix
532203621e 🔥 ><. 2018-04-03 16:35:03 -04:00
Rob Rix
5a4c9b3f91 📝 the helper functions. 2018-04-03 16:34:36 -04:00
Rob Rix
4d03abeab2 Rename/extract helpers. 2018-04-03 16:32:59 -04:00
Rob Rix
a71c3ffaea 📝 rethrowing. 2018-04-03 16:23:19 -04:00
Rob Rix
01c6d93111 📝 catchException. 2018-04-03 16:22:28 -04:00
Rob Rix
1c4a8d3d9b Rename catchDynE to catchException. 2018-04-03 16:18:59 -04:00
Rob Rix
c31e523473 Define Task using Eff. 2018-04-03 16:07:38 -04:00
Rob Rix
be84d40302 Generalize Stat over MonadIO. 2018-04-03 14:18:34 -04:00
Rob Rix
3b2c8577a4 More beautification. 2018-04-03 14:16:36 -04:00
Rob Rix
0ce1bdcaeb Generalize Semantic.Log to MonadIO. 2018-04-03 14:11:30 -04:00
Rob Rix
a63efe7c78 Further beautification. 2018-04-03 13:58:18 -04:00
Rob Rix
3d9727c3f4 Beautify. 2018-04-03 11:49:52 -04:00
Rob Rix
d8da29d42c Set edge attributes. 2018-04-02 18:59:29 -04:00
Rob Rix
e09c9e2ec7 Specialize the attributes for package/module vertices. 2018-04-02 18:50:18 -04:00
Rob Rix
1de632117b Extract the style. 2018-04-02 18:34:24 -04:00
Rob Rix
29159c7752 🔥 parentGraph. 2018-04-02 18:31:37 -04:00
Rob Rix
6d7b41170c Tweak the modify helper to append. 2018-04-02 18:30:21 -04:00
Rob Rix
a230af496b Wrap up definition edges in a new helper. 2018-04-02 18:28:40 -04:00
Rob Rix
b907fabbf0 Rename insertVertex to inclusion. 2018-04-02 18:20:51 -04:00
Rob Rix
92b4cb9168 Insert vertices rather than names. 2018-04-02 18:19:56 -04:00
Rob Rix
1d375d8d61 Compute the parent graph. 2018-04-02 18:17:58 -04:00
Rob Rix
40269c8fc5 Abstract the selection of the module graph. 2018-04-02 18:16:25 -04:00
Rob Rix
d2713eca19 Rename packageVertex to packageGraph. 2018-04-02 18:15:30 -04:00
Rob Rix
a87fe24e2f Use the Vertex type to contextualize names. 2018-04-02 18:14:01 -04:00
Rob Rix
4449a44cb3 📝 Vertex. 2018-04-02 18:08:26 -04:00
Rob Rix
9186742ba1 Define a Vertex datatype. 2018-04-02 18:08:02 -04:00
Rob Rix
3e991e8309 Merge branch 'master' into resolved-symbols-in-import-graph 2018-04-02 18:03:32 -04:00
Rob Rix
0e64794172 Merge pull request #1699 from github/package-abstraction
Package abstraction
2018-04-02 18:02:41 -04:00
Rob Rix
52009b0c89 Merge branch 'package-abstraction' into resolved-symbols-in-import-graph 2018-04-02 18:02:31 -04:00
Rob Rix
0c3f3c351a 📝 pushOrigin. 2018-04-02 17:56:51 -04:00
Rob Rix
5b971ce463 📝 evaluatePackage. 2018-04-02 17:54:19 -04:00
Rob Rix
5667500a1a 📝 evaluatePackageBody. 2018-04-02 17:54:01 -04:00
Rob Rix
705a6b125f 📝 the Origin constructors. 2018-04-02 17:53:02 -04:00
Rob Rix
0c6bbc92e9 📝 Origin. 2018-04-02 17:49:43 -04:00
Rob Rix
4d66044cd7 📝 withSomeOrigin. 2018-04-02 17:48:32 -04:00
Rob Rix
76f4f79aab 📝 the SomeOrigin smart constructors. 2018-04-02 17:47:25 -04:00
Rob Rix
d298d63d75 📝 SomeOrigin. 2018-04-02 17:46:24 -04:00
Rob Rix
3a0f99bb17 📝 OriginType. 2018-04-02 17:45:49 -04:00
Rob Rix
b802247c48 Move OriginType up. 2018-04-02 17:44:48 -04:00
Rob Rix
f045f2e6a0 📝 liftCompareOrigin. 2018-04-02 17:44:21 -04:00
Rob Rix
2a85da46c3 Parameterize compareOrigins by the comparator. 2018-04-02 17:43:37 -04:00
Rob Rix
628c1a50b9 Define the Ord instance for SomeOrigin using compareOrigins. 2018-04-02 17:39:42 -04:00
Rob Rix
f028d48731 📝 originPackage. 2018-04-02 17:38:21 -04:00