This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-07-13
Channels
- # beginners (18)
- # calva (6)
- # cider (9)
- # clara (1)
- # cljdoc (14)
- # clojure (25)
- # clojure-boston (4)
- # clojure-brasil (3)
- # clojure-czech (2)
- # clojure-italy (2)
- # clojure-sweden (6)
- # clojurescript (6)
- # cursive (6)
- # data-science (4)
- # datomic (2)
- # emacs (5)
- # fulcro (2)
- # kaocha (4)
- # off-topic (2)
- # other-languages (1)
- # pathom (5)
- # precept (1)
- # reagent (2)
- # reitit (1)
- # shadow-cljs (2)
- # spacemacs (49)
- # tools-deps (13)
- # vim (14)
- # xtdb (4)
Hi folks, just started using Kaocha, running into a problem when I try to skip some of my tests. Kaocha fails with an exception like this:
Exception in thread "main" java.lang.IllegalArgumentException: Don't know how to create ISeq from: clojure.lang.Symbol, compiling:(/private/var/folders/6k/qwsbhrf9291gjy8vs1nyyq7h0000gn/T/form-init1642446353048835536.clj:1:125)
Looking at that file, it just contains this:
(ns .private.var.folders.6k.qwsbhrf9291gjy8vs1nyyq7h0000gn.T.form-init1642446353048835536.clj
(:require
))