Hi all. I’ve just discovered protorepl. I have it installed and for the most part it’s working well; I can evaluate general expressions and the real-time evaluation in my source files works. However, when I try to evaluate expressions (in the protorepl tab) which reference definitions in my source file, it can’t find them.
It states that it’s loaded the source file: :reloading (fwpd.core fwpd.core-test)
Am I forgetting something?
@tarmes, I had not noticed the :reloading...
, but that's the same behavior that I've been working with as well, that is, I need to load the context into the repl manually.
How do you do that?
with proto-repl:execute-selected-text
aka cmd-s
Ah ok
So you need to select all and evaluate first
That’s - unexpected
Thanks.
but I should add, that I'm only a week into this myself ;^)
🙂
@tarmes most of the time I work by evaluating blocks of code in a scratch file or namespace and sending to the REPL. I would recommend working that way for the best experience if working with code defined in a namespace.