1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 13:02:37 +03:00
Commit Graph

20206 Commits

Author SHA1 Message Date
Rob Rix
f3f93379ce Align a bunch of things. 2018-04-04 10:35:54 -04:00
Rob Rix
9101bcd996 Extract the TaskF interpreter to the top level. 2018-04-04 10:35:21 -04:00
Rob Rix
744e5632ed Eta-reduce. 2018-04-04 10:33:06 -04:00
Rob Rix
cf315e2b26 Define logError solely in terms of Telemetry. 2018-04-04 10:32:51 -04:00
Rob Rix
bacc8598ea 🔥 redundant parens. 2018-04-04 10:30:04 -04:00
Rob Rix
45a604b04c Resume a deep embedding of telemetry. 2018-04-04 10:27:40 -04:00
Rob Rix
3a25320bc7 Return the stat from withTiming. 2018-04-04 10:24:18 -04:00
Rob Rix
847da9534b Bump effects for MonadIO, interpret, &c. 2018-04-04 09:35:04 -04:00
Rob Rix
0ca31ebbee Rename the log/stat queue synonyms. 2018-04-03 19:12:12 -04:00
Rob Rix
341d36a0ce Factor the distribute effects into a new type. 2018-04-03 19:09:45 -04:00
Rob Rix
be9c27a32d Generalize go to eliminate TaskF. 2018-04-03 19:07:20 -04:00
Rob Rix
6f8fb5885b runParser operates in the underlying eff. 2018-04-03 18:53:42 -04:00
Rob Rix
5fbd6f36b4 Define writeStat shallowly. 2018-04-03 18:49:43 -04:00
Rob Rix
8250cedcdc Define writeLog shallowly. 2018-04-03 18:45:44 -04:00
Rob Rix
40e152f0e7 Factor error logging out. 2018-04-03 18:43:21 -04:00
Rob Rix
8eeb6dddec Simplify runParser. 2018-04-03 18:35:24 -04:00
Rob Rix
c377d2870b Get the options from the environment when we need them. 2018-04-03 18:33:09 -04:00
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
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
0e64794172 Merge pull request #1699 from github/package-abstraction
Package abstraction
2018-04-02 18:02:41 -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
Rob Rix
2c0807f0e5 📝 originModule. 2018-04-02 17:38:16 -04:00
Rob Rix
84dc109cde 📝 Origin. 2018-04-02 17:37:43 -04:00