Andrew Benton

Results 17 comments of Andrew Benton

I don't think the server has crashed. On the command line, I'm able to do `dcd-client --query` and get a positive response back.

I might have found the problem. I haven't been launching DCD through dutyl. I've been launching it through systemd. When dcd switched over from defaulting to TCP to defaulting to...

So the problem is that as of DCD >= 0.8.0, the client and server on a *nix system try to use unix sockets. Since I was running DCD as a...

Having found that, would you be opposed to adding an optional argument to `dutyl#register#tool` to pass in an arg list?

That's true, but being able to do the minification at runtime would also be useful and make the library more friendly to non-expert users of dub.

I think that at least for files with a `module` statement, it should be possible to pair the coverage tests with source files one to one. The output format for...

Hi @joakim-brannstrom, I'll check it out! Thanks for the work!