Fork me on GitHub
#cursive
<
2017-02-15
>
tianshu02:02:11

@maksimrv Are you using figwheel?

danielgrosse11:02:19

As there are tests possible via the Tools> REPL command, I want to know, if it is possible to run unit tests within Intellij which are constantely rerunning

achikin13:02:21

Hi everyone!

achikin13:02:50

I have lein-sassc in my leiningen project and cursive can’t run it, failing with error Cannot run program “sassc”: error=2, No such file or directory

achikin13:02:25

I know this have been discussed before. Is there any solution for it now?

tianshu14:02:25

If I print something in a web request handler, after I request, where can I find the print message?

tianshu14:02:44

parinfer is hard to use without paren mode...

cfleming21:02:29

@danielgrosse Not yet, that’s something I’m planning to add soon.

maksimrv21:02:57

@doglooksgood No, I have tried mies[1]. As I understand, it’s minimal setup for clojurescript. Now I use jarohen/simple-brepl, which requires to run the repl in terminal, after that run repl in IDEA, then type some expression like simple-brepl in IDEA’s repl, then write some code in the source file which connects to the repl by socket and then finally I open my project in the browser 🙂 Only after these steps I can execute commands in repl [1] mies - https://github.com/swannodette/mies/blob/master/src/leiningen/new/mies/project.clj

cfleming22:02:41

@achikin Unfortunately it looks like lein-sassc doesn’t let you provide a full path to the sassc binary

cfleming22:02:09

I’m not sure how shell/sh treats your environment.

cfleming22:02:43

@doglooksgood Does it not come out in the REPL output?

achikin22:02:35

@cfleming Thank you for the answer! I’ve removed lein-sassc from :hooks and repl starts ok. We wanted to remove it from hooks anyway, because it runs on every task (migrate, etc)