Welcome! Please see the About page for a little more info on how this works.

0 votes
in Ions by

I haven't updated my "io-starter" code in a while and came back to it but I can't push now.

was there some upgrade to the datomic s2-libs.file that I missed out on?

WARNING: abs already refers to: #'clojure.core/abs in namespace: cognitect.s3-libs.file,  being replaced by: #'cognitect.s3-libs.file/abs

{:command-failed "{:op :push}",
 :causes
 ({:message
   "Attempting to call unbound fn: #'cognitect.s3-libs.file/abs",
   :class IllegalStateException})}

1 Answer

+1 vote
by
edited by
 
Best answer

I updated the ~/.clojure/deps.edn version and this seems to resolve this issue.

:ion-dev

{:deps {com.datomic/ion-dev {:mvn/version "1.0.306"}}
 :main-opts ["-m" "datomic.ion.dev"]}

from https://docs.datomic.com/cloud/operation/howto.html#ion-dev

...