Skip to content

Eldev 0.8

Choose a tag to compare

@doublep doublep released this 24 Jan 17:59
· 540 commits to master since this release

New in this release:

  • New global option -X (--external) lets you run a project with dependencies preinstalled somewhere else, e.g. in your standard Emacs. This makes (parts of) project isolation optional.
  • elisp-lint (supported since 0.6) is no longer run by default. The rationale is that it tries to be all-encompassing and duplicates some other linters, and that it is hardly useful without quite substantional additional configuration. However, you can still run it explicitly or even make it default for your project.
  • Backtrace line length can be specified by global option -b. This affects not only tests, but also all other backtraces printed from Eldev. This is a good candidate for customization in file ~/.eldev/config.
  • Updated integration with Buttercup and undercover.
  • Several other fixes and minor improvements.