venantius / ultra

A Leiningen plugin for a superior development environment
Eclipse Public License 1.0
1.24k stars 37 forks source link

Fix nREPL initialization to not contend with existing configurations #24

Closed venantius closed 9 years ago

venantius commented 9 years ago

At the moment, Ultra handles REPL configuration by leveraging Lein's :repl-options :init option and simply assoc-ing in the preferred configuration. This should be changed to either be a macro that doesn't throw away any pre-existing forms, or should be ditched entirely in favor of a more hook-oriented approach in a manner akin to how Ultra's test hooks work.

venantius commented 9 years ago

Moving this to 0.3.3 since the new ultra.plugin.utils namespace borrows a function from Whidbey that covers this ground.

venantius commented 9 years ago

Resolved with 0.3.3 release.