Fork me on GitHub
#figwheel
<
2018-09-11
>
kiemdoder06:09:04

I have Rebel readline in my deps.edn but when I run "clojure -m figwheel.main" I don't see evidence of Rebel on my console.

kiemdoder06:09:12

{:deps {com.bhauman/figwheel-main {:mvn/version "0.1.9"}} com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}}

bhauman11:09:55

@djtango clojure 1.9 is required

bhauman11:09:41

@kiemdoder that is very strange

bhauman11:09:24

reminder that #figwheel-main is the best channel for figwheel.main related discussion

kiemdoder11:09:03

@bhauman I created a Leiningen project with https://rigsomelight.com/figwheel-main-template/ in the mean time and Rebel works fine there when I start Figwheel with lein fig:build.

bhauman11:09:47

are you on windows?

bhauman11:09:41

hmmm well figwheel.main requires rebel-readline dynamicly and uses it if its there

bhauman11:09:02

so it sounds like something missfired

bhauman11:09:25

like if you start clj with that deps.edn

kiemdoder11:09:03

I followed the Figwheel tutorial

bhauman11:09:04

you should be able to require ’rebel-readline-cljs.main

bhauman11:09:41

its sounds like you did things right

kiemdoder11:09:48

let me have a look

kiemdoder11:09:14

I created a new dir, copied the deps.edn file and now it works. I can see "[Rebel readline] Type :repl/help for online help info"

kiemdoder11:09:32

maybe creating the Leiningen project with the template fixed something

bhauman12:09:05

@kiemdoder there is a .cpcache dir that caches the classpath maybe that got out of sync somehow