Hello folks.
As you may know, Leiningen 2 introduces some breaking changes that
affect plugins. I've already investigated most of the commonly-used
Leiningen plugins and helped fix many of them, but I haven't tried
them all. If you have a plugin of your own, it would be very helpful
if you could test it with Leiningen 2. In many cases it will work fine
with no changes, especially for simpler plugins. If this is the case,
it would be helpful if you could note the fact that your plugin is
compatible with Leiningen 2 in the readme and include instructions for
installing both under 1.x and 2.x, since the installation is
different. Something like this would do nicely:
# Installation
If you use Leiningen 2.x, add to your ~/.lein/profiles.clj file:
{:user {:plugins {lein-difftest "1.3.8"}}}
Users of Leiningen 1.x can install via:
$ lein plugin install lein-difftest 1.3.7
It would also be great if you could mark your plugin as confirmed to
be compatible on the plugins wiki:
https://github.com/technomancy/leiningen/wiki/Plugins
If your plugin doesn't yet work with Leiningen 2, there are
instructions on upgrading it in the plugin guide under "Upgrading
Existing Versions":
https://github.com/technomancy/leiningen/blob/master/doc/PLUGINS.md If
you have any trouble upgrading it, please ask for help either in the
#leiningen channel on freenode or on the Leiningen mailing list. If
you are a user of a plugin that hasn't been upgraded, you might ask
the maintainer if he has plans to upgrade it or consider contributing
patches for compatibility.
thanks,
Phil
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en