This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-22
Channels
- # aleph (6)
- # announcements (1)
- # babashka (2)
- # beginners (51)
- # calva (14)
- # cider (1)
- # clj-kondo (15)
- # cljs-dev (2)
- # cljsrn (1)
- # clojure (9)
- # clojure-czech (2)
- # clojure-spec (5)
- # clojure-uk (45)
- # clojuredesign-podcast (2)
- # clojurescript (4)
- # clojutre (3)
- # cursive (4)
- # datomic (8)
- # duct (8)
- # jackdaw (1)
- # joker (1)
- # keechma (1)
- # off-topic (127)
- # om (1)
- # reagent (1)
- # reitit (6)
- # shadow-cljs (22)
- # testing (3)
hi ppl, what is the idiomatic way to verify if a transaction was completed successfully?
I don't know if this is something of my setup in Cider or if it's expected to be this way. For some reason, I expected datomic to return me only a map containing the error data
@UBSREKQ5Q Compare https://docs.datomic.com/client-api/datomic.client.api.html and https://docs.datomic.com/client-api/datomic.client.api.async.html
and also https://docs.datomic.com/on-prem/clojure/index.html where it returns a future which doesn’t throw until you read it. (You didn’t say which api you were using)