This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-07-04
Channels
- # announcements (6)
- # babashka (5)
- # beginners (57)
- # biff (6)
- # business (32)
- # clj-together (1)
- # clojars (10)
- # clojure (56)
- # clojure-europe (76)
- # clojure-nl (4)
- # clojure-norway (40)
- # clojure-serbia (1)
- # clojure-spec (5)
- # clojure-uk (10)
- # clojurescript (3)
- # cursive (12)
- # data-science (1)
- # datascript (4)
- # datomic (35)
- # docs (4)
- # emacs (28)
- # events (5)
- # hyperfiddle (9)
- # matrix (1)
- # off-topic (28)
- # practicalli (4)
- # re-frame (14)
- # shadow-cljs (2)
- # testing (5)
I think I ran into some outdated documentation at https://clojure.github.io/data.zip/index.html, it refers to version 0.1.3 but thehttps://github.com/clojure/data.zip/tags. I only noticed because the doc entry forhttps://clojure.github.io/data.zip/index.html#clojure.data.zip.xml/xml-%3E mentions a file called zip-query.clj> that doesn't seem to exist in the repository, neither currently on 1.0.0 nor on 0.1.3 where the doc page points to. https://github.com/clojure/data.zip/blob/master/src/main/clojure/clojure/data/zip/xml.clj#L72> refers to the file https://github.com/clojure/data.zip/blob/master/src/test/clojure/clojure/data/zip/xml_test.clj. How does one go about updating this?
I can update it later this week