Fork me on GitHub
#figwheel-main
<
2019-11-26
>
Paul15:11:37

I’m just starting out with figwheel So far I’m really impressed. The only problem is that I can’t figure out how to create a reliable repl setup so that I can evaluate code directly from Cursive. I’ve followed the tutorial: https://figwheel.org/docs/cursive.html. The setup works in principle but frequently when I evaluate ClojureScript code that throws errors the console inside of Cursive looses the connection to the browser and I can no longer evaluate anything. Restarting the repl inside of Cursive is the only thing that helps. Do you have any pointers what I’m doing wrong?

4
Jan K16:11:38

I'm seeing the same issue using vim-fireplace 😕

Paul18:11:03

I’ve realized the problem also occurs when running the repl from a regular terminal. The problem seems to be the following issue: https://github.com/bhauman/figwheel-main/issues/161

Paul18:11:02

There is a fix in the unreleased 0.2.4 version. Somebody suggested to downgrade to 0.2.0 that worked for me 🙂

cch123:11:27

Has anybody successfully gotten a figwheel-main project to load data_readers.clc successfully? The compiler whines about not being able to find namespaced symbols in data_readers.cljc (this is to be expected IMO)