This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-30
Channels
- # announcements (15)
- # beginners (99)
- # boot (15)
- # cider (105)
- # cljdoc (2)
- # cljs-dev (17)
- # clojure (132)
- # clojure-conj (1)
- # clojure-dev (5)
- # clojure-italy (19)
- # clojure-losangeles (2)
- # clojure-nl (20)
- # clojure-spec (70)
- # clojure-uk (50)
- # clojurescript (153)
- # core-logic (9)
- # cryogen (4)
- # cursive (6)
- # datomic (40)
- # duct (5)
- # figwheel-main (10)
- # fulcro (245)
- # hoplon (1)
- # jobs (3)
- # leiningen (12)
- # mount (8)
- # nrepl (11)
- # off-topic (1)
- # pathom (16)
- # pedestal (3)
- # planck (17)
- # re-frame (3)
- # reitit (8)
- # shadow-cljs (64)
- # spacemacs (3)
- # specter (20)
- # tools-deps (21)
A huge thank you to @mikerod and @andy.fingerhut for all their help with this crazy "multi-artifact" project file I've been working on. I now have it functioning very close to what I'd originally hoped. Gory details on the project itself are here: https://github.com/fn-fx/fn-fx/blob/master/project.clj Gory details on the CI/CD flow are here: https://github.com/fn-fx/fn-fx/blob/master/.travis.yml End results, close to what I had hoped to achieve, are here: ā¢ https://clojars.org/fn-fx/fn-fx-javafx ā¢ https://clojars.org/fn-fx/fn-fx-openjfx11 While not necessarily much to look at, the fiddling required to get all this working together was a lot more than I'd bargained for. š
The only thing I didn't get was the use of :classifier
in projects that consume the library. But having to use different artifact-id's to achieve the same result isn't terrible.
@deactivateduser10790 You are a member of sharp equals (#=) club now. That is a pretty small club. I haven't even ventured there.
I would not be a member of any club that would have me as a member.
Good man!
I think I first heard the phrase "sharp equals club" in some talk by Rich Hickey years ago -- that syntax is not part of EDN, and definitely part of the Clojure reader that can IIRC execute arbitrary code while reading, so not something you want in a data file read from an arbitrary client. OK in your own project.clj though.
@andy.fingerhut it does look like it may replace ~
though