This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-12-27
Channels
- # adventofcode (7)
- # announcements (31)
- # babashka (15)
- # beginners (14)
- # calva (45)
- # circleci (6)
- # clojure (27)
- # clojure-europe (19)
- # clojure-france (2)
- # clojure-gamedev (4)
- # clojure-uk (2)
- # clojurescript (26)
- # conjure (14)
- # data-science (6)
- # deps-new (7)
- # depstar (4)
- # emacs (13)
- # events (1)
- # fulcro (20)
- # graalvm (2)
- # hoplon (30)
- # joker (11)
- # london-clojurians (1)
- # malli (26)
- # pathom (2)
- # re-frame (13)
- # reagent (8)
- # reclojure (3)
- # reveal (8)
- # robots (4)
- # shadow-cljs (29)
- # sql (5)
- # tools-deps (28)
- # vim (4)
I had reveal working fine with cider, then without upgrading anything it stopped working with this error. I get this even in an empty project with just the nrepl and reveal deps:
Syntax error (UnsupportedOperationException) compiling at (cljfx/api.clj:72:1).
Unable to open DISPLAY
the deps.edn in my minimal repro is just
{:deps {vlaaad/reveal {:mvn/version "1.2.182"}}}
and cider run this to initialize the nrepl server:
[nREPL] Starting server via /usr/local/bin/clojure -Sdeps '{:deps {nrepl {:mvn/version "0.8.2"} refactor-nrepl {:mvn/version "2.5.0"} cider/cider-nrepl {:mvn/version "0.25.4"}}}' -m nrepl.cmdline --middleware '["refactor-nrepl.middleware/wrap-refactor", "cider.nrepl/cider-middleware", "vlaaad.reveal.nrepl/middleware"]'
the above is trying to jack in; launching the nrepl process from the command line and connecting to it from cider works fine
@euccastro Something that affects X11 must have changed on your system -- that's what "Unable to open DISPLAY" means.
3
➕ 3