Skip to content

Eldev 1.7

Compare
Choose a tag to compare
@doublep doublep released this 29 Oct 17:00
· 97 commits to master since this release

This release contains a lot of assorted bugfixes in various places, as well as a couple minor new features:

  • Loading mode compiled-on-demand no longer hides compilation warnings, which might be very important at times.
  • New loading mode noisy-compiled-on-demand is just like compiled-on-demand, except it prints message “ELC ...” whenever it compiles anything. It goes into stdout and potentially in the middle of normal program output, but it’s your decision whether to use it.
  • Changed behavior of no-argument option --force (-f) in build system (including byte-compilation). Now it forces building only of targets otherwise mentioned on the command line. New option --force-all or -F, not accepting arguments at all, inherits the old semantics.
  • New functions eldev-parse-command-line and eldev-inherit-options to simplify definition of project-specific commands. See their documentation inside Emacs.
  • Improved performance of ERT in certain projects that contain should... assertions in large loops.