bhauman / rebel-readline

Terminal readline library for Clojure dialects
Eclipse Public License 1.0
680 stars 37 forks source link

consider an exclusion for rewrite-cljs/rewrite-cljs when declaring cljfmt as a dependency #162

Open bhauman opened 6 years ago

bhauman commented 6 years ago

this library isn't needed for our use

Sardtok commented 1 year ago

The dependency on an outdated rewrite-cljs makes for compilation issues when combined with figwheel-main and newer versions of zprint. Easily fixed by excluding rewrite-cljs from the transitive dependencies, but requires some work to track down the issue.

A new release of rebel-readline with updated dependencies and exclusions would help alleviate such issues.