Skip to content

Eldev 0.9

Choose a tag to compare

@doublep doublep released this 25 Apr 20:20
· 512 commits to master since this release

Main new feature of this release is the support for Windows. Like on Linux and macOS, Eldev can now be installed using a couple of commands (see relevant documentation). Afterwards, Eldev should work exactly the same as on other OSes.

Other news:

  • Optional additional dependencies, especially useful for testing integration with 3rd-party packages in a CI environment. If such a dependency cannot be installed (e.g. because Emacs is too old), Eldev will not signal an error.
  • Package archives used to look up Buttercup, linters and other external tools can now be easily customized in variable eldev-known-tool-packages.
  • Backtrace width options (-b: global and for command test) now automatically take timestamps (i.e. global option -T) into account and reserve enough space for them if needed.
  • Other minor improvements and fixes.