This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-25
Channels
- # announcements (22)
- # babashka (9)
- # beginners (33)
- # biff (12)
- # calva (17)
- # cider (64)
- # cljdoc (3)
- # cljfx (16)
- # clojure (125)
- # clojure-bay-area (14)
- # clojure-europe (15)
- # clojure-norway (64)
- # clojure-uk (2)
- # clojurescript (7)
- # conjure (1)
- # core-async (4)
- # cursive (6)
- # data-science (14)
- # datahike (8)
- # datomic (6)
- # defnpodcast (4)
- # emacs (5)
- # events (1)
- # hyperfiddle (15)
- # leiningen (17)
- # lsp (8)
- # membrane (27)
- # off-topic (25)
- # podcasts-discuss (4)
- # polylith (6)
- # portal (21)
- # reagent (11)
- # releases (1)
- # shadow-cljs (36)
- # slack-help (2)
- # sql (1)
- # squint (131)
- # testing (12)
- # xtdb (7)
https://twitter.com/CursiveIDE/status/1716971832589562018 > Cursive 1.13.1-eap7 is out. It fixes a problem where eap6 was not compatible with the Clojure Extras plugin, due to some Cursive classes being converted from Java to Kotlin. https://groups.google.com/g/cursive/c/-kaa5fqddH8/m/XxNA7ICUEQAJ
If you're getting "Unexpected end of ZLIB input stream" error, I found a simple workaround - downgraded the deps.clj version to 1.11.1.1403 or older ( Settings > Buid, Execution, Deployment > Build Tools > Clojure deps). https://github.com/cursive-ide/cursive/issues/2853
I can use both of those versions with no problem. That error looks to me like the downloads might have been corrupted somehow. If you try to use those versions with deps.clj on the command line, do you get the same error? You can install it following the doc here: https://github.com/borkdude/deps.clj, and use DEPS_CLJ_TOOLS_VERSION to specify the version (you probably don’t have to do this since 1.11.1.1413 is the latest version). Does deleting ~/.deps.clj/1.11.1.1413
and trying again help?
Deleting ~/.deps.clj/1.11.1.1413
did indeed fix the problem.
But ~/.deps.clj/1.11.1.1411
didn't exist, and that's now fixed too. :man-shrugging::skin-tone-3:
The ~/.deps.clj/1.11.1.1413
folder contained the following files:
TRANSACTION_START 0 b
tools.edn 126 b
clojure-tools-1.11.1.1413.jar 9,9 M
clojure-tools.zip 9,3 M
Both the jar and zip are corrupted. The jar should be 19.4 megabytes.
I've updated the issue with the new workaround.