Eldev 0.3
This release introduces plugins: optional extensions activatable in project configuration.
- Plugin
undercover
to integrate support with the tool that provides test coverage statistics for your code. For the basic use, just add form(eldev-use-plugin 'undercover)
to fileEldev
of your project. - New global option
-Q
makes Eldev print backtrace if it is aborted withC-c
: useful for spotting infinite loops and extremely inefficient code. - Several bugfixes and minor improvements.
NOTE: due to a bug in previous versions, command upgrade-self
cannot be used to upgrade installed Eldev to 0.3. The easiest workaround is to run rm -r ~/.eldev/2*
to delete Eldev packages and just have it bootstrap itself from Melpa again next time you run eldev
.