Fork me on GitHub
#cursive
<
2016-02-17
>
stijn08:02:38

@cfleming: ha, I see in the docs now.

stijn08:02:57

but I don't see the 'show difference' link

stijn08:02:47

it's basically an api compatibility test, firing of requests to 2 different instances to test backwards compatibillity, and (is (= old-response new-response)) is inside a doseq

stijn08:02:13

so the test fails multiple times at the same line number

cfleming08:02:00

@stijn: Check the tooltip over the gutter icon (on the left) showing the test failure status. That’s more recent than the doc, sadly.

cfleming08:02:42

That should show you “passed x times” and a series of failures you can click on.

stijn08:02:13

nothing pops up if i 'hover' that icon

stijn08:02:22

clicking sets a breakpoint

stijn09:02:53

cursive version is 1.1.0-15

cfleming09:02:09

@stijn: Sorry, I’m having some problems with my project after upgrading Kotlin, trying to figure it out

cfleming09:02:23

I’ll send a screenshot of what I see when I can get it running

cfleming09:02:07

@stijn: sorry, I was mistaken, it’s the tooltip on the error marker in the editor you want:

cfleming09:02:31

Clicking on the gutter icon only works if there’s a single failure - it will jump right to the diff in that case.

stijn10:02:17

@cfleming: well, the result is comparing 2 maps that are pretty big and I have quite some failures. The tooltip is kind of huge, it shows for a second and then disappears simple_smile

stijn10:02:30

i will try with less failing tests simple_smile

arijun19:02:22

'Search REPL History' does not really work for me. If I press enter after after selecting it in the 'find action' search, it opens and closes immediately. If I click on it from that menu it will continue typing in whatever editor I had selected before.

arijun19:02:29

That's not the first issue I've had with 'Find Action'--it can find 'Barf Forwards' but no other barf or slurp