This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-24
Channels
- # announcements (3)
- # babashka (47)
- # beginners (40)
- # biff (21)
- # calva (12)
- # cider (2)
- # clj-kondo (31)
- # cljsrn (8)
- # clojure (14)
- # clojure-berlin (2)
- # clojure-conj (1)
- # clojure-dev (24)
- # clojure-europe (84)
- # clojure-italy (8)
- # clojure-nl (1)
- # clojure-spec (1)
- # clojure-sweden (2)
- # clojure-uk (2)
- # clojurescript (34)
- # clr (3)
- # community-development (1)
- # cursive (14)
- # datalevin (8)
- # datomic (5)
- # defnpodcast (2)
- # dev-tooling (1)
- # etaoin (4)
- # events (3)
- # fulcro (26)
- # graphql (3)
- # honeysql (6)
- # hyperfiddle (45)
- # lsp (40)
- # malli (1)
- # missionary (1)
- # nbb (18)
- # podcasts-discuss (1)
- # reagent (8)
- # reitit (2)
- # releases (2)
- # ring-swagger (1)
- # scittle (78)
- # shadow-cljs (96)
- # vim (7)
- # xtdb (3)
Just got the mail: https://www.meetup.com/London-Clojurians/events/291838848/
Looking forward!
anyone know if this was recorded? cant find it on their youtube page
Oh wow I totally misread the date, great hopefully I can watch live!
EDIT: (upgrading to recent fulcro-spec fixed my issue) -- editing to have more visibility to the meetup ^ !
So, here’s how I have things set up (Using IntelliJ). Given this code:
(defn f []
(throw (ex-info "" {})))
(specification "A" :focus
(assertions
(f) => 1))
I have a kb shortcut that runs (for focused tests):
(in-ns (.getName *ns*))
(require 'fulcro-spec.reporters.repl)
(fulcro-spec.reporters.repl/run-tests #(:focus (meta %)))
and in the REPL I see:If you’re not seeing exceptions, it is something else in how you’ve configured things…thinking about what that might be…
im using
(in-ns (.getName *ns*))
(require 'fulcro-spec.reporters.repl)
(fulcro-spec.reporters.repl/run-tests)
which seems to match yours?
your case (unexpected)
restarting everything to confirm
not that i know of, will check my val in a fresh REPL
set to 1000
okay sorry Tony... I was on a 3.1.5 instead of 3.1.12
and upgrading seems to be working fine