This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-31
Channels
- # aleph (1)
- # announcements (2)
- # beginners (105)
- # braveandtrue (1)
- # cider (61)
- # clara (47)
- # cljdoc (29)
- # cljs-dev (5)
- # clojure (61)
- # clojure-austin (14)
- # clojure-brasil (1)
- # clojure-india (3)
- # clojure-italy (4)
- # clojure-mexico (1)
- # clojure-nl (2)
- # clojure-spec (37)
- # clojure-uk (95)
- # clojurescript (73)
- # cursive (12)
- # data-science (1)
- # datomic (26)
- # duct (10)
- # emacs (5)
- # fulcro (47)
- # hoplon (6)
- # hyperfiddle (3)
- # jobs-discuss (3)
- # kaocha (2)
- # leiningen (3)
- # nrepl (8)
- # off-topic (3)
- # onyx (2)
- # re-frame (31)
- # reitit (16)
- # shadow-cljs (36)
- # spacemacs (46)
- # specter (16)
- # tools-deps (13)
- # yada (22)
CONTRIBUTING.md
says you should run lein test
but I started wondering if you should actually instead run ./scripts/test.sh clj
and ./scripts/test.sh cljs
. OTOH getting the Node.js environment working is untrivial for me right now.
@hannu.hartikainen you are right, the CONTRIBUTING is based from other projects, the .circleci/config.yml
has the scripts to install & run the tests. Would you like do a PR for the guide?
it gets converted to a type: array
thing in swagger but array types require an items
field
request coercion for requests from an external service keeps failing but i have no way to see the response -- can these errors be logged somehow?
@vale there is the exceptions middleware, that can be configured per exception type, just updated the guide: https://metosin.github.io/reitit/ring/default_middleware.html#exception-handling