Fork me on GitHub
#cursive
<
2016-10-10
>
stijn09:10:54

I'm trying to get the 'reloaded workflow' running with REPL commands. it works, properly refreshes and starts the system, but I can't access the var system in the REPL to which the command has been sent

stijn09:10:13

it's value is nil

stijn09:10:04

the command is configured as follows

stijn09:10:52

when actually typing (reset) in the REPL, the system var has a proper value afterwards

imre11:10:14

should reset not be run in the dev ns though?

imre11:10:29

bottom half of your screenshot

stijn11:10:13

the clojure REPL starts in the user namespace by default, so that's were I usually put the system and reloading functions

imre12:10:06

I think lately the recommendation is that you create a separate dev ns and do it there though

imre12:10:37

so if your dev ns fails to compile you still have a chance of recovery

imre12:10:49

but that seems to be unrelated to the problem you have

stijn12:10:11

makes sense

kenny22:10:52

Is there a way to make the red underline go away after running tests in the repl? It can be extremely annoying when lots of tests fail and every time you hover over a failing test the difference dialog pops up which often covers your code