On Thu, Mar 3, 2016 at 12:56 PM, Georges Ko gko@gko.net wrote:
Slime ships macrostep.el, so, how come MELPA doesn't like it? (I don't
use MELPA).
In slime.el, there is:
;; Package-Requires: ((cl-lib "0.5") (macrostep "0.9"))
So then it becomes a bit silly, no point in bundling a package if it can't be used. I would say MELPA should just have the latest macrostep.
On Thu, Mar 3, 2016 at 11:37 AM, Stas Boukarev stassats@gmail.com wrote:
;; Package-Requires: ((cl-lib "0.5") (macrostep "0.9"))
So then it becomes a bit silly, no point in bundling a package if it can't be used.
The bundled version is there for people that don't use MELPA.
I would say MELPA should just have the latest macrostep.
It does, but for some reason 0.9 wasn't tagged so it doesn't show up in the stable collection. Should be fixed soon: https://github.com/joddie/macrostep/issues/13
(That issue looks like it was opened by Georges, actually.)