This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-02-06
Channels
- # beginners (49)
- # calva (12)
- # cider (5)
- # cljdoc (4)
- # clojure (51)
- # clojure-dev (1)
- # clojure-europe (16)
- # clojurescript (56)
- # conjure (2)
- # copenhagen-clojurians (1)
- # core-async (4)
- # data-science (4)
- # docker (1)
- # emacs (4)
- # gratitude (1)
- # malli (2)
- # meander (2)
- # missionary (7)
- # off-topic (21)
- # pedestal (3)
- # polylith (6)
- # shadow-cljs (28)
- # spacemacs (1)
- # sql (9)
- # transit (8)
For other people reading this both of these are due to dependency issues with the project. The first is an interaction of cognitec's aws libraries and a third party xml system unrelated to tmd. The second is because cognitec's aws libraries bring in org.asm version 5.0 which is many years out of date while insn and later version of Clojure itself bring in org.asm 7.0+.
We've had some problems with com.fasterxml/aalto-xml
not returning the same results as the default JDK implementation - that is
and com.fasterxml.aalto.stax.StreamReaderImpl
did not produce the same output, mostly we observed differences in the tags.