Skip to content

Eldev 1.10

Compare
Choose a tag to compare
@doublep doublep released this 02 May 16:07
· 11 commits to master since this release

Several new features:

  • Support for another testing framework: Doctest. Unlike the three already supported, this one doesn’t have separate test files, but instead embeds testcases inside your normal source code, in docstrings.
  • New command podman adds direct support for Podman, which is largely the same as that for Docker.
  • Eldev should now work correctly with rootless Docker and Podman installations.
  • Projects can now optionally display indirect build information by setting variable eldev-display-indirect-build-stdout in file Eldev.
  • Improved diagnostics when a package cannot be installed (e.g. from GNU ELPA) due to invalid or outdated signature.
  • Other minor fixes and improvements.