This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-11
Channels
- # announcements (1)
- # aws (4)
- # beginners (16)
- # cider (9)
- # cljs-dev (3)
- # cljsrn (2)
- # clojure (46)
- # clojure-brasil (1)
- # clojure-spec (3)
- # clojure-uk (4)
- # clojurescript (46)
- # cursive (26)
- # duct (1)
- # emacs (31)
- # figwheel (1)
- # fulcro (9)
- # graalvm (21)
- # kaocha (1)
- # nyc (1)
- # off-topic (4)
- # pathom (6)
- # planck (45)
- # re-frame (2)
- # reagent (11)
- # ring (5)
- # rum (9)
- # spacemacs (2)
- # sql (60)
- # tools-deps (3)
Also ,shouldn't this
🐟 ./bin/kaocha --watch --fail-fast
E[watch] Fatal error in test run #error {
:cause throw+: #:kaocha{:fail-fast true}
:data #:kaocha{:fail-fast true}
:via
[{:type clojure.lang.ExceptionInfo
:message throw+: #:kaocha{:fail-fast true}
:data #:kaocha{:fail-fast true}
:at [slingshot.support$stack_trace invoke support.clj 201]}]
provide some information what caused the original error? W/o watch I get CompilerException: Syntax error reading source at ...
Caused by: java.lang.RuntimeException: failed: (<= 1 days (days-in-month months (leap-year? years)))
which is much more useful