unrepl

discussing specification of an edn-based repl and its implementations.
ghosttoaster 2017-11-25T16:13:59.000061Z

I'm still getting an error similar to issue #17 despite being at lumo 1.7.0

ghosttoaster 2017-11-25T16:15:44.000078Z

cdimara$ boot socket-server wait &
[1] 13640
Socket server started on port 59976 on host 127.0.0.1.

cdimara$ unravel localhost 59976
evalmachine.<anonymous>:22
var reader = cljs.reader.push_back_reader.call(null,s);
                                         ^

TypeError: Cannot read property 'call' of undefined
    at unravel$lisp$safe_read_string (evalmachine.<anonymous>:22:42)
    at Transform._transform (evalmachine.<anonymous>:56:60)
    at Transform._read (_stream_transform.js:186:10)
    at Transform._write (_stream_transform.js:174:12)
    at doWrite (_stream_writable.js:385:12)
    at writeOrBuffer (_stream_writable.js:371:5)
    at Transform.Writable.write (_stream_writable.js:288:11)
    at Transform.ondata (_stream_readable.js:642:20)
    at emitOne (events.js:115:13)
    at Transform.emit (events.js:210:7)
cdimara$ boot --version
#<http://boot-clj.com>
#Sat Nov 25 08:13:16 PST 2017
BOOT_CLOJURE_NAME=org.clojure/clojure
BOOT_CLOJURE_VERSION=1.8.0
BOOT_VERSION=2.7.2
cdimara$ lumo --version
1.7.0
cdimara$ unravel --version
Unravel 0.2.2 (Lumo 1.7.0)

pesterhazy 2017-11-25T18:03:19.000067Z

@cdimara are you using a checked out repo, or installed via npm?

pesterhazy 2017-11-25T18:05:28.000090Z

try checking out latest master, do yarn install and then scripts/run localhost 50505

pesterhazy 2017-11-25T18:05:36.000057Z

does that work?

ghosttoaster 2017-11-25T18:38:41.000099Z

node, lumo, and unravel All installed via homebrew

ghosttoaster 2017-11-25T18:44:46.000012Z

ok yeah that did work

ghosttoaster 2017-11-25T18:44:55.000071Z

checking out from master

pesterhazy 2017-11-25T19:43:52.000109Z

ok, yeah the version on homebrew is probably not compatible with lumo 1.7.0 yet

pesterhazy 2017-11-25T19:44:26.000017Z

we'll cut a release in the next few days to fix that

👍 2