This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-22
Channels
- # 100-days-of-code (3)
- # announcements (7)
- # beginners (147)
- # cider (22)
- # cljdoc (24)
- # cljs-dev (71)
- # cljsrn (8)
- # clojars (3)
- # clojure (45)
- # clojure-conj (11)
- # clojure-dev (1)
- # clojure-italy (21)
- # clojure-nl (2)
- # clojure-spec (76)
- # clojure-sweden (2)
- # clojure-uk (100)
- # clojurebridge (3)
- # clojurescript (15)
- # cursive (7)
- # data-science (2)
- # datomic (7)
- # emacs (9)
- # events (2)
- # figwheel-main (4)
- # fulcro (117)
- # jobs (2)
- # jobs-discuss (21)
- # leiningen (184)
- # nyc (4)
- # off-topic (50)
- # planck (6)
- # re-frame (14)
- # reagent (25)
- # ring-swagger (5)
- # shadow-cljs (96)
- # spacemacs (5)
- # sql (26)
- # tools-deps (12)
- # uncomplicate (1)
- # yada (3)
there hasn’t been any progress on https://groups.google.com/forum/#!topic/datomic/kOBvvc228VM has there? We’d also like to vote for getting more info on the exception. We’d like to know which attribute(s) cause the db.error/unique-conflict without having to parse the string…
any ideas? java10 on a fresh ec2 instance: Caused by: java.lang.IllegalArgumentException: Can't define method not in interfaces: recent_db, compiling:(datomic/client/impl/shared.clj:304:1)
I think I've seen some other weirdness mentioned with j10. We're moving all of our stuff to cloud, but still using 8 for on-prem
yup! client code. my project compiles fine on my local machine (with the same jvm), but now i have a hunch that i've juggled quite a few deps via lein install and maybe can't reproduce their order on a remote machine. yikes.
It’s my observation that d/release
on a memory connection actually deletes the underlying database. This is reasonable behavior, but the documentation doesn’t suggest it’s intended. Can anyone on the datomic product team clarify by any chance?