Fork me on GitHub
#cursive
<
2016-04-15
>
cfleming03:04:34

@lfn3: Are you sure that test problem you reported the other day works? I’m looking at the code, and I’m seeing:

#(and (psi/symbol? %)
  (= "is" (name %)))

lfn303:04:17

I was going to take another look at it, but yes, it did work after I reopened the project

cfleming03:04:39

That’s very odd

lfn303:04:55

One moment, I’ll take another look

lfn303:04:20

Yeah seems to be working.

cfleming03:04:34

Ok, thanks.

cfleming03:04:07

Looks good to me simple_smile

cfleming03:04:21

Although I don’t know how that is working.

lfn303:04:35

That’s always troubling.

lfn303:04:45

I’m gonna nuke the indexes and give it another shot

cfleming03:04:58

Nah, that wouldn’t affect this.

cfleming03:04:17

I’m actually about to make a change that I think would have fixed that problem.

lfn303:04:43

At the time it was a ‘clean’ project, one I’d just started with lein new and opened for the first time.

lfn303:04:29

I reopened it to double check and it worked fine.

cfleming03:04:46

Ok, I’ll see if I can figure that out.

jamieorc15:04:52

How do I turn off the warning highlights in cursive in hoplon and boot files?

keeth18:04:17

in the past i was able to (require ‘some.module :reload) in a local repl and reload that module in a running process. recently (maybe since upgrading to Intellij 2016) it no longer seems to reload the module

keeth18:04:09

reload still works if i am referencing that module directly in the repl session, but previously I was able to reload a module that was being used by server process that i had started in the repl. that no longer seems to work - i need to restart the repl to pull in changed modules that are dependencies of my server process.

keeth18:04:34

hmm actually if i restart my server in the repl it pulls in the reloaded module.. i guess that’s not so bad..

spieden22:04:34

@keeth: if you have a server process with the old code loaded, i think it needs to be restarted to get the new bytecode