Fork me on GitHub
#cursive
<
2017-01-09
>
Pablo Fernandez07:01:25

I forgot, how do I manually specify a Clojure for a project?

bfabry08:01:11

have you tried this with just the leiningen repl? This just looks like the behaviour you get when you switch to an ns that hasn't had any file loaded yet

bfabry08:01:54

ie,

11326-storage:link_account_exporter bfabry$ boot repl
nREPL server started on port 62513 on host 127.0.0.1 - 
REPL-y 0.3.7, nREPL 0.2.12
*snip*
boot.user=> (+ 1 1)
2
boot.user=> (in-ns 'foo)
#object[clojure.lang.Namespace 0x91d0c6b "foo"]
foo=> (+ 1 1)

clojure.lang.Compiler$CompilerException: java.lang.RuntimeException: Unable to resolve symbol: + in this context, compiling:(/var/folders/42/zcfb2hds38l3shl7lqnjw2gh0000gp/T/boot.user1365942284796056852.clj:1:1)
             java.lang.RuntimeException: Unable to resolve symbol: + in this context
foo=>

cfleming10:01:56

A few people have asked about this, and I’m pleased to announce that you can once again give me money! The free update periods will be ending soon for the early adopters, and you can renew now at https://cursive-ide.com/renew.html. If you’re feeling brave and don’t mind beta testing the renewal process, feedback about any problems before everyone starts hitting it would be much appreciated. If you renew before your update period finishes, your new update period will end a year from when your current one ends, so you won’t miss out.

stijn10:01:46

I will try it today

cfleming10:01:16

That pretty much sums up my day

danielcompton18:01:08

Worked well for me