- Mar 08, 2018
-
-
Richard van der Hoff authored
It annoys me that we create temporary function objects when there's really no need for it. Let's factor the gubbins out of preserve_fn and start using it.
-
- Nov 14, 2017
-
-
Richard van der Hoff authored
Both of these functions ae known to leak logcontexts. Replace the remaining calls to them and kill them off.
-
- Mar 30, 2017
-
-
Richard van der Hoff authored
The cache wrappers had a habit of leaking the logcontext into the reactor while the lookup function was running, and then not restoring it correctly when the lookup function had completed. It's all the fault of `preserve_context_over_{fn,deferred}` which are basically a bit broken.
-
- Mar 20, 2017
-
-
Richard van der Hoff authored
Apparently the github RST renderer doesn't like Note blocks.
-
- Mar 18, 2017
-
-
Richard van der Hoff authored
-
- Mar 17, 2017
-
-
Richard van der Hoff authored
-
- May 04, 2016
-
-
Matthew Hodgson authored
-