This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-02
Channels
- # asami (5)
- # aws (16)
- # babashka (41)
- # babashka-sci-dev (44)
- # beginners (157)
- # biff (3)
- # cider (1)
- # clj-commons (1)
- # cljdoc (22)
- # clojure (7)
- # clojure-dev (5)
- # clojure-europe (13)
- # clojure-nl (1)
- # clojure-uk (1)
- # clojurescript (17)
- # core-typed (13)
- # cursive (14)
- # datascript (10)
- # events (1)
- # fulcro (2)
- # graalvm (2)
- # gratitude (1)
- # jobs (3)
- # lsp (229)
- # pathom (2)
- # pedestal (3)
- # portal (53)
- # re-frame (7)
- # remote-jobs (1)
- # spacemacs (14)
- # xtdb (6)
Hey y'all, I fixed a little https://clojure.atlassian.net/browse/DXML-64 in clojure.data.xml and I'd like to submit the patch upstream. How do I go about this? It looks like I can't interact with the Clojure Jira without authorization. I just signed the CLA which btw had a weird bug in Firefox/Chromium where I couldn't get text input to the "Name" field so I had to use devtools to fill it in.
The name field gets filled automatically when you enter it at the end
(defn foo
([^Integer x] 5)
([^String x] "meh"))
> Can’t have 2 overloads with same arity
(defn date-range [^LocalDateTime start-date-inclusive ^LocalDateTime end-date-inclusive period]
doesn’t throw exception when (date-range 1 1 :month)
I could swear it was working differently in the past. Am I right?