Eldev 1.6
What's new in this release:
- Test runner
concise
changes the way progress is reported for ERT and Buttercup frameworks. Give it a try to decide if you like this. If yes, add form(setf eldev-test-runner 'concise)
where you think it‘s right. - New doctest will check if copyright notices in your project are up-to-date. For many people (me included) this is a good candidate to add to CI test workflow, for an automated reminder. You can also use Eldev to update copyright notices.
- Assorted minor bugfixes.
- Eldev has been moved to https://github.com/emacs-eldev/eldev (instead of sitting in my userspace), as seemed more appropriate for a generally-accessible tool.
- Not really about Eldev itself, but there is now an action to install it in a GitHub workflow on any OS. Previously recommended shell oneliners are still supported and there are no plans to drop them — use whatever you prefer.