This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-15
Channels
- # adventofcode (121)
- # bangalore-clj (5)
- # beginners (46)
- # boot-dev (9)
- # cider (20)
- # cljs-dev (7)
- # cljsrn (1)
- # clojure (341)
- # clojure-austin (7)
- # clojure-greece (144)
- # clojure-india (3)
- # clojure-italy (5)
- # clojure-spain (1)
- # clojure-spec (34)
- # clojure-sweden (3)
- # clojure-uk (90)
- # clojurescript (24)
- # core-async (1)
- # core-logic (7)
- # cursive (108)
- # datascript (2)
- # datomic (39)
- # events (1)
- # fulcro (225)
- # graphql (8)
- # hoplon (86)
- # instaparse (12)
- # jobs-discuss (2)
- # jvm (4)
- # keechma (1)
- # lein-figwheel (2)
- # leiningen (12)
- # off-topic (26)
- # onyx (35)
- # other-languages (1)
- # pedestal (3)
- # planck (11)
- # re-frame (12)
- # reagent (12)
- # reitit (5)
- # spacemacs (48)
- # specter (29)
- # sql (2)
- # test-check (1)
- # unrepl (71)
SUPER ALPHA leiningen plugin supporting deps.edn
: https://github.com/RickMoynihan/lein-tools-deps
Comments, ideas, improvements, criticisms etc… Welcomed.
anyone have experience with https://github.com/roomkey/lein-v?
it seems like…. a lot…. to workaround a relatively benign problem. What would be better is if releases could just use git tags directly.
@rymndhng: no but it looks pretty good.
@jgh: wouldn’t that require coupling leiningen and git; or significant changes to leiningen? I think it’s reasonable this is in a plugin… it looks to me like it works with hardly any config.
if leiningen did this, it’d have to do basically everything the plugin is doing wouldn’t it?
im not sure, i havent put much thought into this. It was sort of just a gut reaction, so you’re probably right.
I think it looks a lot more complicated than it is… half of the docs seem to describe how lein release
works
aye, so when building libraries with explicit versioning, i'm happy with what leiningen does out of the box, i think i see some value here for helping to build continuous delivery pipelines
yeah same… I think it helps mix CI/mvn etc