This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-26
Channels
- # adventofcode (2)
- # announcements (9)
- # bangalore-clj (1)
- # beginners (158)
- # calva (32)
- # cider (2)
- # clara (4)
- # cljdoc (40)
- # cljs-dev (3)
- # cljsrn (6)
- # clojure (45)
- # clojure-brasil (2)
- # clojure-dev (35)
- # clojure-europe (9)
- # clojure-italy (7)
- # clojure-nl (2)
- # clojure-uk (29)
- # clojurescript (144)
- # code-reviews (3)
- # core-logic (9)
- # cursive (11)
- # datascript (8)
- # datomic (9)
- # duct (1)
- # figwheel (6)
- # fulcro (11)
- # hyperfiddle (27)
- # kaocha (23)
- # luminus (1)
- # off-topic (7)
- # onyx (2)
- # pathom (3)
- # re-frame (61)
- # reagent (12)
- # remote-jobs (10)
- # shadow-cljs (40)
- # spacemacs (4)
- # sql (27)
- # tools-deps (6)
- # unrepl (3)
- # vim (47)
hi @martinklepsch any not very hard, not very urgent issue for me to work on ? 😅
Sorry for not seeing this earlier I forgot to start Slack after rebooting my computer 😄
Is there any particular aspect you'd be interested in working on?
This isn't urgent but would be very awesome https://github.com/cljdoc/cljdoc/issues/206
I'm not sure how easy it is though
This one shouldn't be hard: https://github.com/cljdoc/cljdoc/issues/204
We could also try to make Asciidoc Tips, Notes look better: https://github.com/cljdoc/cljdoc/issues/77
the https://github.com/cljdoc/cljdoc/issues/206 looks hard for someone who haven't used clojars, maven or pom files, great i'll try to do it
yeah, it might indeed be a little hard, probably the hardest of the three issues I listed
coincidentally @U09LZR36F just wrote an article about publishing deps.edn
based projects as jars. https://juxt.pro/blog/posts/pack-maven.html
well... 😄 I'm not really happy with all this pom.xml
fiddling that's required for this
But it is a start
ok so let me ask about this clj -m something.publish --project cljdoc --version 0.1.0
sure, ask away 🙂
sure, ask away 🙂
that specific namespace was more of a placeholder 😄
I'll add another comment to the issue with more detail
alright hope this makes some more sense: https://github.com/cljdoc/cljdoc/issues/206#issuecomment-442145088
this work issue requires work on some more general Clojure tooling projects
It's an interesting thing to work on and learn about but it might also not be very beginner friendly if you're not familiar with Maven
i'm just wondering if we can use this function from clojure/tools.deps.alpha
, but it doesn't feel safe
which function are you thinking of?
`(sync-pom (r/read-deps [(jio/file "/usr/local/Cellar/clojure/1.9.0.302/deps.edn") (jio/file "deps.edn")]) (jio/file "."))`
yeah, I think that's what clj -Spom
does as well
the issue with that is that we need to manually update the generated pom.xml
@U6AE62UCT no worries this stuff can be confusing
sure, ask away 🙂