Fork me on GitHub
#cursive
<
2016-11-04
>
cfleming08:11:49

@kenny I’ll try to reproduce that, because I’m pretty sure that doesn’t happen for me.

cfleming10:11:35

@denik Let me think about that. I’m still not 100% sure how it should work - I’ll think about it some and see if I can come up with a reasonable strategy.

cfleming10:11:47

It’s likely to be a low priority change though, fair warning up front.

kenny18:11:02

@cfleming It happens on both my computer and my coworker's computer. We both have Mac's and are running the latest OS Sierra. I am running 2016.2.5 and Cursive 1.4.0-eap4-2016.2 on my Mac. Testing it on my Ubuntu machine now...

kenny18:11:52

Just updated to eap4 and getting the same behaivor.

kenny18:11:11

For ease of copying.. Here is the example code:

(defn foo
  [x y]
  (+ x y))

(deftest t-example
  (is (= 2 2))
  (is (= 1 (foo 0 "")))
  (is (= 2 2))
  (is (= 2 2))
  (is (= 2 2)))