Fork me on GitHub
#cursive
<
2015-12-13
>
meow13:12:29

So, I upgraded to the latest release of Cursive and sent off for a non-commercial license, got an email receipt from Paddle for that, but haven't gotten the actual license information. It's been more than a few minutes, and I checked my spam folder. What next?

meow13:12:30

@cfleming: Nothing urgent about this. I took the 30-day trial option. But when you get some time perhaps you could look into this? Thanks. simple_smile

roelof14:12:04

@meow: still no licence. For me both came on on the same time

meow14:12:52

@roelof: Yeah, I only got the receipt.

cfleming20:12:04

@meow: In your case it looks like a problem with quote escaping, I’ll fix that up and send it out.

cfleming20:12:52

@misha: If s/defrecord itself is not being resolved, that probably means that you need to refresh your dependencies after adding schema to your project.clj.

cfleming20:12:21

@misha: View-&gt;Tool Windows-&gt;Leiningen, then hit the refresh button

meow20:12:50

@cfleming: thank you much, sir. simple_smile

meow20:12:44

I'm just happy to be able to spend my day in a great tool like Cursive.

misha20:12:55

@cfleming: it works, it is just a highlight issue. Is it a result of not having source code?

cfleming20:12:07

@meow: Great, thanks simple_smile

cfleming20:12:24

@misha: If you open File-&gt;Project Structure and select “Modules” and then your module and look at its dependencies, is Schema there?

misha20:12:45

@cfleming: autocomplete does not work in file context for such libs either, but does within a repl. maybe there is a way to get hints on available lib functions list from the repl, if it is active?

cfleming20:12:16

@misha: That’s strange. Which version of Schema are you using?

cfleming20:12:26

Is this project anywhere I can look at it?

misha20:12:34

[prismatic/schema "1.0.4"] - the latest as of yesterday

misha20:12:39

no. but it is pretty much empty: - lein new foo - add prismatic to project.clj - require in main ns ==> any schema fn (schema/Str, etc.) is highlighted as unresolved

cfleming20:12:55

Ok, I’ll try that, thanks

misha20:12:25

idea 15.0.1, cursive 1.1.0-15

misha20:12:37

lein new foo - is a library template, if this matters. Leiningen 2.5.3 on Java 1.8.0_31 Java HotSpot(TM) 64-Bit Server VM thank you.