juxt / modular

MIT License
128 stars 20 forks source link

Minor fixes to modular bidi #24

Closed expez closed 9 years ago

expez commented 9 years ago

The goal here was really jus to get rid of prismatic/plumbling which was an unused dep. External dependencies should be limited in projects like this because collisions among transitive dependencies is so annoying to deal with.

Test output on master (after changing to bidi 1.18.0 because the snapshot isn't on clojars):

Ran 1 tests containing 10 assertions.
8 failures, 0 errors.
Tests failed.

Results are the same in this branch.

Let me know in the event you want all of these commits but want me to squash them ,instead of doing that yourself on a merge into master.