Eldev 1.5
New in this release:
- New “robust” mode, automatically activated on continuous integration servers, e.g. GitHub workflow machines. In this mode Eldev will retry when facing certain externally-caused errors, like inability to access or parse contents of a package archive. The aim here is to make continuous integration more reliable and less likely to fail because of reasons unrelated to your project.
- Command
emacs
will now immediately fail if Emacs is run in terminal mode (e.g. if it doesn’t even have X support). Previously it would lead to corrupted terminal and practically non-functional child Emacs. - Commands
eval
andexec
in verbose mode won’t print the whole expression when it’s very long. Previously, expressions read from files could result in unreadably long output. - Optional backtrace cutting and other minor improvements for debugging output.
- Several other minor fixes.