bultitude icon indicating copy to clipboard operation
bultitude copied to clipboard

A namespace finder library.

Results 5 bultitude issues
Sort by recently updated
recently updated
newest added

@technomancy I see that you've committed directly to master on this project. Does this project need a new maintainer? Rest in peace, Raynes.

There are two issues here: the version of dynapath used (0.2.3) is broken under Java 9, but I'll send a PR in a few minutes to fix that. The other...

I've used these in Midje 1.6-alpha3, which I just pushed to Clojars. I'll let you know of any problems.

One thing you can ask Midje to do from the repl is to load all of the test files. It uses bultitude (either `namespaces-in-dir` or `namespaces-on-classpath`) to find files that...