Skip to content

Commit 4ebbd5e

Browse files
committed
Update socket repl plugin TODO
1 parent 882dd0c commit 4ebbd5e

File tree

1 file changed

+14
-5
lines changed
  • socket-repl-plugin

1 file changed

+14
-5
lines changed

socket-repl-plugin/TODO

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TODO
1+
TODO alpha
22
[X] Move all of the socket repl stuff to a plugin project
33
[X] Make buffer-get-text-async work, just test it at the repl
44
[X] Get "eval-code" working
@@ -10,11 +10,19 @@ TODO
1010
show the contents of the temp file in the current buffer
1111
make it autoread
1212
[X] Name vim functions correctly
13+
[_] create prod & debug plugin.vim
14+
both should start the plugin the same way, w/
15+
a bash script that specifies JVM options
16+
eliminate lein
17+
don't use a jar yet, just java -cp clojure.jar <clj-file> if possible
18+
[_] add debug switch (var) to socket-repl-plugin.clj
19+
[_] implement doc (word under cursor)
20+
[_] Pass host, port in connect
21+
22+
TODO final
1323
[_] Rather than explicit repl output logging, can we intercept
1424
channel
1525
stream implementation
16-
[_] tmux dev env script
17-
[_] Pass host, port in connect
1826
[_] Shut down the plugin if no input received for one minute
1927
[X] evaluate form under cursor
2028

@@ -43,9 +51,10 @@ Goals
4351
Questions
4452
Figwheel cljs-repl support
4553

46-
Usage
54+
Usage/Installation
55+
if we ship jar, should be no install steps
4756
add command line args to your project, so it starts socket repl
48-
tell the plugin port (and host) to connect to
57+
on :Connect specify port (and host) to connect to
4958

5059
Debugging notes
5160
vim

0 commit comments

Comments
 (0)