Fork me on GitHub
#unrepl
<
2017-11-25
>
ghosttoaster16:11:59

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

ghosttoaster16:11:44

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
#
#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)

pesterhazy18:11:19

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

pesterhazy18:11:28

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

pesterhazy18:11:36

does that work?

ghosttoaster18:11:41

node, lumo, and unravel All installed via homebrew

ghosttoaster18:11:46

ok yeah that did work

ghosttoaster18:11:55

checking out from master

pesterhazy19:11:52

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

pesterhazy19:11:26

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