This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-11
Channels
- # announcements (14)
- # beginners (119)
- # boot (9)
- # calva (7)
- # cider (12)
- # cljdoc (2)
- # cljsrn (28)
- # clojure (127)
- # clojure-dev (2)
- # clojure-europe (3)
- # clojure-italy (2)
- # clojure-losangeles (9)
- # clojure-nl (6)
- # clojure-spec (15)
- # clojure-uk (39)
- # clojurescript (35)
- # community-development (4)
- # cursive (9)
- # datascript (8)
- # datomic (5)
- # duct (3)
- # emacs (10)
- # fulcro (45)
- # graphql (3)
- # jobs (1)
- # kaocha (8)
- # luminus (2)
- # off-topic (121)
- # onyx (3)
- # pathom (15)
- # pedestal (31)
- # planck (5)
- # reagent (25)
- # reitit (3)
- # remote-jobs (1)
- # shadow-cljs (48)
- # slack-help (1)
- # sql (142)
- # tools-deps (78)
@lspector, I can't reproduce the problem with Calva 1.3.65. The error message you get indicates that you don't have a proper repl connection. Can you tell me the steps you take to start the repl and connect calva?
@pez Here are the steps that produce the error:
- Download https://github.com/PEZ/quil-cljs-calva-template
- In a MacOS terminal, cd into the template directory and run lein repl
- When that finishes, launch VSCode, open the template project, and open core.cljs
- Execute Calva: Connect
and hit return in the dialog that asks for the port, which was autofilled correctly to match the port from the message printed in the MacOS terminal (for example, localhost:65254
). It appears to connect.
- Execute Calva: Evaluate current file
, and get a popup at the bottom of VSCode saying "Cannot read property 'loadFile' of null"
- Add an expression to the file and try Calva: Evaluate current top level form
and nothing appears in Calva says.
Going through the same steps but in a project created with lein new foo
works fine.