This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-10
Channels
- # announcements (16)
- # aws (1)
- # babashka (2)
- # beginners (33)
- # biff (2)
- # clj-kondo (13)
- # cljs-dev (1)
- # cljsrn (3)
- # clojars (6)
- # clojure (198)
- # clojure-australia (3)
- # clojure-europe (41)
- # clojure-france (3)
- # clojure-nl (2)
- # clojure-spec (7)
- # clojure-uk (12)
- # clojurescript (57)
- # clojureverse-ops (1)
- # code-reviews (3)
- # community-development (2)
- # conjure (10)
- # data-science (1)
- # datomic (15)
- # depstar (2)
- # docker (2)
- # etaoin (1)
- # events (1)
- # exercism (5)
- # fulcro (23)
- # helix (23)
- # introduce-yourself (4)
- # jobs (6)
- # kaocha (1)
- # lsp (11)
- # meander (107)
- # off-topic (8)
- # pathom (3)
- # polylith (33)
- # re-frame (23)
- # reagent (7)
- # reitit (28)
- # remote-jobs (3)
- # sci (1)
- # shadow-cljs (2)
- # specter (5)
- # sql (38)
- # tools-deps (72)
- # web-security (9)
- # xtdb (32)
First of all ! thanks for this lovelly project. It's been a huge help for me to learn clojure and apply what I have been reading on several books. I've tried to jump directly into an API but it's hard. THANKS! ❤️
Feedback #1:
I think this is related to issues reported above, but sometimes I get passing tests when there is actually a failure. Example, i've been doing the bird watcher exercise and I have a failure that I can confirm locally, but the site tells me all tests pass, but does not let me go through.
Feedback #2:
Some tests have lein configurations done, others don't. Bird watching test is missing deps.edn
config as well. How can I help in those cases? Should I just open a pull request? I'm a clojure newbie, but I'd love to help with this track.
#2 was just fixed (as of 10 minutes ago). #1 is due to the test runner still being under heavy development. Basically it only parses the test file for deftest
forms to report the results, when it actually needs to extract the individual assertions and display them all as separate tests.