Fork me on GitHub
#calva
<
2021-11-04
>
pez08:11:15

The Calva user guide now has a much enhanced search result display and also allows you to easily share searches. https://calva.io/nrepl_and_cider-nrepl/?q=nrepl*

🎉 5
fabrao10:11:04

It seems like when I run test and after I change the code (that is been tested not the test) and test again, it seems that the code updated is not realoaded, what do you suppose am I doing wrong? I have to restart the jack-in and run the test again to it get the changes

pez10:11:38

Hmmm, I thought that should work… Is it also if you load the file or evaluate the functions tested?

fabrao10:11:07

Hello Pez, yes I tried to reload the namespace or re-eval the function it keep using the old one

fabrao10:11:44

I´m running with Run current test

fabrao11:11:32

With Hello !!! message

fabrao11:11:11

Without message

fabrao11:11:29

and re-eval the function

fabrao11:11:57

@U0ETXRFEW BTW !!! I think I know what is the problem, the function is one Pathom resolver, do you think is that the problem?

pez11:11:56

I’ve never used Pathom, maybe someone else will chime in.

fabrao11:11:31

but how is it work? Is it will reload all the namespace or what?

fabrao11:11:53

I tried reloading the namespace again and it didn´t work in the same way