Fork me on GitHub
#cljdoc
<
2018-07-26
>
martinklepsch08:07:53

@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

martinklepsch08:07:03

Also let’s use threads to keep noise for other lurkers low :) @hiskennyness

ikitommi09:07:20

hey, was there a problem with metosin-deps? I can try to help, but not sure what was the problem.

martinklepsch09:07:44

@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

kennytilton15:07:18

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. 🙂

kennytilton15:07:42

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)

ikitommi16:07:11

@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)

kennytilton16:07:13

Thx. I’ll look into the health of my local maven.

kennytilton17:07:03

OK, I deleted the metosin directory from .m2 to get fresh everything and it runs like a champ. Thx again. @U055NJ5CC

ikitommi18:07:15

np, glad it got sorted out

martinklepsch13:07:33

Dart documentation is pretty neat too: https://pub.dartlang.org/packages/shelf (I think this might be recent but not sure)