This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-09
Channels
- # aws (3)
- # bangalore-clj (3)
- # beginners (40)
- # boot (53)
- # cider (1)
- # cljs-dev (124)
- # cljsrn (22)
- # clojure (105)
- # clojure-italy (1)
- # clojure-nl (3)
- # clojure-russia (35)
- # clojure-spec (9)
- # clojure-uk (30)
- # clojurebridge (25)
- # clojurescript (107)
- # datomic (18)
- # dirac (21)
- # events (6)
- # hoplon (29)
- # leiningen (5)
- # off-topic (40)
- # om (17)
- # onyx (25)
- # parinfer (2)
- # pedestal (4)
- # perun (2)
- # planck (1)
- # protorepl (6)
- # re-frame (18)
- # reagent (15)
- # ring-swagger (4)
- # specter (2)
- # test-check (7)
- # testing (3)
- # untangled (45)
- # vim (2)
Hello, I have a small project I upgraded to 1.9.0-alpha14. Now when trying to run it I get "ExceptionInfo: Call to clojure.core/ns did not conform to spec" when compiling:(ring/swagger/swagger2_schema.clj:1:1) which seems to be called from ring-swagger version 0.22.7 and the swagger2.clj file seems to be the one calling it
I might be wrong, not used to the Clojure stack traces yet
@anders_eriksson, that's indeed an issue with the version 0.22.7 - it has been fixed in 0.22.10. I recommend upgrading to the latest version (0.22.12). There haven't been any major changes, you can see the changelog here: https://github.com/metosin/ring-swagger/blob/master/CHANGELOG.md
Thanks!