Eldev 1.7
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 likecompiled-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
andeldev-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.