pandeiro / boot-http

A simple HTTP serve task for the Boot build tool
62 stars 34 forks source link

Improve hosted nREPL for CIDER users. #52

Closed sinistral closed 7 years ago

sinistral commented 8 years ago

This attempts to make the hosted nREPL more useful to CIDER users by loading user-specific middleware and enabling connection tab completion. Most of this has been shamelessly lifted from Boot's own repl task.

Any feedback is welcome, including thoughts on how to test this.

pandeiro commented 7 years ago

Thanks, this is a great change! Re: testing, it would really require some thought. Test coverage really needs to be revamped or even rethought for this and other recent features.