Age | Commit message (Collapse) | Author |
|
This is Yet Another Refactoring:
* Get rid of GHC Stage Restriction;
* Unliterate rest of code (less clutter);
* import Exchange in internals to avoid Discovery module.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fixed exception handling;
* Add acceptPeerSession needed by peer listener.
* Simplify initiatePeerSession
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To follow DHT genNodeId.
|
|
Otherwise we get space leak.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note that we have reorder some code to follow GHC Stage Restrictions.
|
|
|
|
Note that we don't need JSON tests anymore.
|
|
|
|
|
|
|
|
|
|
|
|
The MMap test suite is tiny enough to not separate it from the main test
suite. It also reduces compilation (link) time a bit.
|