+4
−0
docker/0.2.0-wip-debug/Dockerfile
0 → 100644
+170
−0
docker/0.2.0-wip-debug/Makefile
0 → 100644
+4
−0
+85
−0
+106
−57
Loading
Resolve "Use mochi-thallium instead of our custom Margo engine" This MR removes our in-house C++ engine for Margo and replaces it with mochi-thallium. This makes code simpler since the daemon implementation can be fully in C++, which prevents having to muck with C types and their lifetimes. Closes #109 See merge request !74