On Mon, 10 Feb 2014 10:01:16 GMT, Glen Marchesani wrote:

Okay I admit I am a markdown newb. Here is the relevant info using properly formatted markdown

import vibe.d;
shared static this()
{
	runTask({
		logInfo("starting watch");
		auto dw = watchDirectory("/Users/glen/_a/");
		logInfo("watching");
	});
}


The log output is

starting watch
CoreTaskFiber was terminated unexpectedly: Assertion failure


try to run you program with all logging enabled (i think --vvv) to get more info