This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-26
Channels
- # aleph (1)
- # beginners (96)
- # boot (5)
- # cider (44)
- # cljdoc (11)
- # clojure (73)
- # clojure-conj (4)
- # clojure-dev (1)
- # clojure-finland (2)
- # clojure-italy (7)
- # clojure-new-zealand (1)
- # clojure-nl (3)
- # clojure-spec (4)
- # clojure-uk (66)
- # clojurescript (114)
- # code-reviews (16)
- # cursive (15)
- # datomic (37)
- # emacs (6)
- # events (2)
- # figwheel-main (12)
- # fulcro (36)
- # graphql (19)
- # hoplon (2)
- # hyperfiddle (3)
- # jobs (2)
- # leiningen (4)
- # off-topic (36)
- # om (1)
- # om-next (2)
- # other-languages (1)
- # re-frame (12)
- # reagent (12)
- # reitit (5)
- # remote-jobs (4)
- # ring (2)
- # shadow-cljs (218)
- # spacemacs (8)
- # specter (7)
- # sql (34)
- # tools-deps (9)
- # uncomplicate (6)
@hiskennyness can you share what those „bunch of errors“ were? Group IDs like http://com.xxx should work but as you noticed the maven repository replaces dots with slashes in the file system
Also let’s use threads to keep noise for other lurkers low :) @hiskennyness
hey, was there a problem with metosin-deps? I can try to help, but not sure what was the problem.
@hiskennyness mentioned lein test
fails in muuntaja, I haven’t verified but pinged you just in case it’s known to be broken in master or similar
Oh, OK. I panicked on the “com:…“. 🙂 I am going to soldier on with coding for a while, make sure I have something to document before trying again with cljdoc. 🙂
Hi @U055NJ5CC Does this work for you?
~/muuntaja $ git pull
Already up to date.
~/muuntaja $ lein clean
~/muuntaja $ lein deps
~/muuntaja $ lein test
Exception in thread "main" java.io.FileNotFoundException: Could not locate jsonista/core__init.class or jsonista/core.clj on classpath., compiling:(muuntaja/format/json.clj:1:1)
@hiskennyness yes, it does:
➜ ~ cd .m2/repository
➜ repository rm -rf metosin
➜ repository cd /tmp
➜ /tmp git clone [email protected]:metosin/muuntaja.git
Cloning into 'muuntaja'...
remote: Counting objects: 4461, done.
remote: Compressing objects: 100% (155/155), done.
remote: Total 4461 (delta 176), reused 284 (delta 137), pack-reused 4111
Receiving objects: 100% (4461/4461), 818.51 KiB | 1.39 MiB/s, done.
Resolving deltas: 100% (2275/2275), done.
➜ /tmp cd muuntaja
➜ muuntaja git:(master) lein test
Retrieving metosin/muuntaja/0.6.0-alpha1/muuntaja-0.6.0-alpha1.pom from clojars
Retrieving metosin/jsonista/0.2.1/jsonista-0.2.1.pom from clojars
Retrieving metosin/muuntaja-cheshire/0.6.0-alpha1/muuntaja-cheshire-0.6.0-alpha1.pom from clojars
Retrieving metosin/muuntaja-msgpack/0.6.0-alpha1/muuntaja-msgpack-0.6.0-alpha1.pom from clojars
Retrieving metosin/muuntaja-yaml/0.6.0-alpha1/muuntaja-yaml-0.6.0-alpha1.pom from clojars
Retrieving metosin/muuntaja/0.6.0-alpha1/muuntaja-0.6.0-alpha1.jar from clojars
Retrieving metosin/muuntaja-msgpack/0.6.0-alpha1/muuntaja-msgpack-0.6.0-alpha1.jar from clojars
Retrieving metosin/muuntaja-cheshire/0.6.0-alpha1/muuntaja-cheshire-0.6.0-alpha1.jar from clojars
Retrieving metosin/jsonista/0.2.1/jsonista-0.2.1.jar from clojars
Retrieving metosin/muuntaja-yaml/0.6.0-alpha1/muuntaja-yaml-0.6.0-alpha1.jar from clojars
WARNING: Inst already refers to: #'clojure.core/Inst in namespace: schema.core, being replaced by: #'schema.core/Inst
lein test muuntaja.core-perf-test
lein test muuntaja.core-test
lein test muuntaja.formats-perf-test
lein test muuntaja.middleware-test
lein test muuntaja.parse-test
lein test muuntaja.protocols-test
lein test muuntaja.ring-json.json-test
lein test muuntaja.ring-middleware.format-params-test
lein test muuntaja.ring-middleware.format-response-test
lein test muuntaja.ring-middleware.format-test
lein test muuntaja.test_utils
Ran 49 tests containing 266 assertions.
0 failures, 0 errors.
➜ muuntaja git:(master)
Thx. I’ll look into the health of my local maven.
OK, I deleted the metosin directory from .m2 to get fresh everything and it runs like a champ. Thx again. @U055NJ5CC
Dart documentation is pretty neat too: https://pub.dartlang.org/packages/shelf (I think this might be recent but not sure)