1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 06:41:45 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Rick Winfrey
a64a368c3c Add processJSON function 2017-02-22 13:35:05 -08:00
Rick Winfrey
d253e06720 Stats -> ProcessStats 2017-02-22 13:34:28 -08:00
Rick Winfrey
ad1e1c3337 Make result strict 2017-02-22 13:34:04 -08:00
Rick Winfrey
526a2da64e No socket no problem 2017-02-22 12:54:43 -08:00
Rick Winfrey
086997ed6e liftIO all the things! 2017-02-22 11:15:58 -08:00
Rick Winfrey
37f1aea467 Use sendAll for socket communication
- The return type of `sendAll` is IO (), so we don’t have to worry
about storing the result to prevent compiler errors.
2017-02-22 11:15:32 -08:00
Rick Winfrey
e191fd7e3c rename track -> reportGitmon; use ReaderT LgRepo IO type
It’s much easier to deal with ReaderT and liftIO for the socket
operations
2017-02-22 11:14:12 -08:00
Rick Winfrey
a75dfbe121 🔥 DeriveGeneric 2017-02-22 11:10:48 -08:00
Rick Winfrey
6d3f3d9d50 Move GitmonClient to semantic-diff/src 2017-02-14 17:42:35 -08:00