Fork me on GitHub
#cursive
<
2017-02-17
>
okwori13:02:55

I noticed the function valueOf of enum type throws an arity error when a single String value is supplied as it is expecting two parameters but it works on run time. Can someone help fix this? It really nice if you don't see some red warning on your code.

zylox15:02:05

hey guys, i'm trying to pick up cursive and i had a question about its symbol resolution. I see there is a closed issue to make it support prismatic schema, which i used heavily in the projects im dealing with. Problem i'm having is we have used schema.potemkin/import-vars on the majority of the library as an attempt to provide a light wrapper. This seems to break the symbol resolution of cursive (not unjustly either). What i'm wondering is if there is any way i can muck about with the config for that to make it point at my wrapper instead. I noticed some comments on issues mentioning there are xml files that can be mucked with, but i'm on os x and for the life of me cant find these files. TL;DR: is it possible to manually redirect the symbol resolution?

misha15:02:31

greetings, does anyone know why I get std lib functions recognized in figwheel-in-cursive repl in one project, but not in another? (same project.clj files' content with regard to cljs-build/fw)

misha15:02:48

(and yes, it it an unrecognized symbol highlight, not an arity error.) though unrecognized forms work just fine, I am curious what triggers "visual" recognition.

tjtolton18:02:10

so, cursive comes with its own installation of leiningen, right? Where does its .lein info go?