Brian Marick
Brian Marick
It's been in Midje ever since, including a couple of months in the released version. It hasn't been associated with any bugs.
After I posted, I thought an N-argument function might be best ``` clojure (namespaces-in-dir ) => same result as now (namespaces-in-dir :error-log) => [same-result-as-now map-from-namespaces-to-error-info ``` That is backward-compatible. It's...
I've been hacking around on this. The core function produces output like this (some keys omitted): ``` clojure ({:file #, :status :no-attempt-at-namespace :source :standalone {:file #, :status :contains-namespace, :namespace-symbol bultitude.core...
Any interest in my converting the tests into Midje? I've been adding tests, and using test-unit is seriously cramping my development style.
I'm sorry, I have no experience with Github actions.
Thanks for your comments. Now that I have a full-time job, work on the book (and my main open-source project, Midje) has slowed, but I hope to make a big...
I'm sorry it took so long to get back to you. If you write the new instructions, I'll add them. I myself haven't used Clojure for a good number of...
Sorry for the delay - I just got back from a month-long trip to Europe. As you might guess, I'm a bit behind on things. But I've put this into...
Sorry for the delay. I don't have any opinion. I do have a somewhat-related idea of parsing error messages out of a form and presenting them in a way people...
I plan to make a pull request for that dependency someday. I made some API changes so it's not an entirely trivial change.