Fork me on GitHub
#tools-deps
<
2018-10-03
>
dominicm05:10:22

Also means it doesn't need to merge in paths

zane05:10:10

Is it just me or is the -v / --var option for com.cognitect/test-runner broken? Setting it appears to trigger a crash because set is being called on a single-argument call to map, which returns a transducer: https://github.com/cognitect-labs/test-runner/blob/master/src/cognitect/test_runner.clj#L20...L22

zane05:10:51

Hoping to get one more set of eyes on this before I file an issue.

seancorfield05:10:21

It's missing var as the second argument to the map call. Def. a bug.

zane13:10:21

That was my guess too. Thanks!

krukow07:10:43

:thumbsup: amar!

hlolli14:10:26

I added this into my deps.edn :jvm-opts ["-Xms2G" "-Xmx5G"] started repl with cider, but I can't in any way see if these options are present. This is not present in the command line args if I look at the java process in my system monitor.

ghadi15:10:24

I don't think these take effect except within an alias

👍 4
hlolli15:10:21

oh ok, good to know 🙂 @ghadi

orestis15:10:13

@hlolli see in #cider for a way to start cider with a specific alias.

hlolli16:10:35

bingo works, I've been bit turned off by dir-locals due to "unsafe" popup. But the popup didn't appear this time.