Skip to content

Eldev 0.4

Compare
Choose a tag to compare
@doublep doublep released this 23 May 18:59
· 632 commits to master since this release

New features in this release:

  • Eldev now has a global package archive cache. It is shared between all Elisp projects and all Emacs versions on the machine and used to avoid downloading the same packages again and again. It works both for dependencies and for common tools like Buttercup or various linters.
  • Command lint gained option --required (-R), which makes it fail if a linter cannot be installed (e.g. on older Emacs). Existing behavior is kept as the default (also --optional, -O): if a linter cannot be installed, just print a warning, but otherwise ignore it.
  • Automated testing is now also performed on macOS.
  • Bugfixes and internal improvements.