Skip to content

Eldev 1.1

Compare
Choose a tag to compare
@doublep doublep released this 17 Apr 17:22
· 351 commits to master since this release

New in this release:

  • GNU ELPA and NonGNU ELPA now have stable and unstable variants, just as MELPA. Previously existing archives have kept their names; combined archives are called gnu-elpa and nongnu-elpa, while the new unstable variants are gnu-devel (https://elpa.gnu.org/devel/) and nongnu-devel (https://elpa.nongnu.org/devel/). This should result in no changes for existing projects. It is recommended to change calls like (eldev-use-package-archive 'gnu) to (eldev-use-package-archive 'gnu-elpa), after which you can use standard options --stable/--unstable to switch between real releases and development snapshots if wanted.
  • Forms for commands eval and exec now have access to “magic” variables called @, @1, @2... that allow you to easily refer to previous results.
  • Command archives now has option --list-known (-L) that shows “standard” package archives that Eldev knows about and whether the current project uses them.