This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-13
Channels
- # announcements (10)
- # aws (1)
- # babashka (8)
- # babashka-circleci-builds (1)
- # beginners (67)
- # calva (4)
- # cljs-dev (42)
- # clojars (4)
- # clojure (213)
- # clojure-dev (4)
- # clojure-europe (18)
- # clojure-nl (1)
- # clojure-uk (8)
- # clojurescript (13)
- # conjure (6)
- # cursive (63)
- # data-science (5)
- # datomic (11)
- # events (1)
- # graalvm (2)
- # graalvm-mobile (1)
- # honeysql (4)
- # kaocha (3)
- # leiningen (19)
- # lsp (32)
- # malli (3)
- # meander (13)
- # news-and-articles (3)
- # off-topic (8)
- # polylith (5)
- # re-frame (47)
- # reitit (2)
- # shadow-cljs (28)
- # sql (3)
- # tools-build (4)
- # tools-deps (51)
- # uix (9)
- # xtdb (3)
I am trying to follow the https://clojure.org/dev/developing_patches to submit a clojure patch. There are a couple of things I don't understand. (1) It says I need to create a local branch named 'fixbug42', but it doesn't say whether that naming convention is important. I suppose I need to change 42 to the number of my bug, ie. 2652 (a la https://clojure.atlassian.net/browse/CLJ-2653). and (2) the instructions do not indicate what I need to do to add a test case for the bug I'm fixing. presumably a test which will fail before my patch, and will pass after my patch. Is adding test case per bug fix not a thing?
done. I created a regression test. However, I can't be sure I've done it correctly. We'll see what Alex does with my patch