I'm still getting an error similar to issue #17 despite being at lumo 1.7.0
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)
@cdimara are you using a checked out repo, or installed via npm?
try checking out latest master, do yarn install
and then scripts/run localhost 50505
does that work?
node, lumo, and unravel All installed via homebrew
ok yeah that did work
checking out from master
ok, yeah the version on homebrew is probably not compatible with lumo 1.7.0 yet
we'll cut a release in the next few days to fix that