Brian Marick

Results 83 comments of Brian Marick

Make (autotest :stop) kill the thread.

The way `expose-testables` now works is that it makes a new var in the current namespace that points to the same value that the private var in the other namespace...

I'm wondering if it might be useful to have a way to tell autotest to "narrow in on this namespace". That is, keep tracking dependencies in all the sources, but...

I'm going to put this off until 1.5 because this should be part of project / user configuration, probably implemented via Leiningen 2.

clojure.test is driven off var metadata. If you say `deftest foo ...`, then the body of the deftest gets added to the `:test` metadata of `#'foo`. Clojure.test's `run-tests` looks at...

You could embed them in the same way that the `join` example shows, but there's nothing in the Midje code that can extract those tests and run them.

Just as a note: I now use the conventional separation of test code and, uh, code code into `test` and `src` directories. With [fixed-purpose split windows](http://about.getset.com/developer-blog/2014/12/1/my-clojure-micro-workflow), I actually find that...

Sorry for the delay. I was on a long some-business-but-mostly-pleasure trip. The whole book is written against Elm 0.18, and the 0.19 release removed a number of things the book...

I agree. As far as I can tell from the code, it _should_ be returning a non-zero exit status. Therefore, I can't promise a quick fix.

Added to trello board https://trello.com/c/JlAm0e0U/16-lein-midje-exits-with-status-0-on-failure-51