Fork me on GitHub
#calva
<
2019-11-24
>
lilactown03:11:21

it sounds like the standalone REPL interactor isn't being maintained. what's the current state of it?

lilactown03:11:51

I'd like to hook up a REPL UI to a self-hosted environment and it looks pretty nice already

pez08:11:28

@lilactown, I had to move it closer to Calva in order to maintain it. It has led to that it is in better shape then ever. It should be entirely possible to make a build script that packages the standalone interactor. It lives in src/webview and depends on stuff in src/cursor-doc, none of which is dependent on anything else in Calva.

👍 4
❤️ 4
ivana23:11:32

Sorry for asking again. I'm trying to open my old clojure namespaces folder, but without a success. Without project.clj it shows an error

There was no valid project configuration found in the workspace. Please open a file in your Clojure project and try again. Aborting.
, with project.clj it shows 
Error: Could not find or load main class clojure.main
Subprocess failed
The terminal process terminated with exit code: 1

ivana23:11:45

I dont want any main class or project deps - I just want to open a repl, load my namespace and evaluate forms

ivana23:11:55

I can run lein repl

ivana23:11:56

in terminal and connect to it with Calva. Does Calva lost abillity of doing it yourself?

pez23:11:29

Calva has never been able to start such a project, I think.

✔️ 4
pez23:11:03

It should probably. Please file an issue about it.

ivana23:11:10

Mmm, maybe I forget how I started it last time. I'l try ty play with project.clj more

ivana23:11:46

But I still dont want any main class...