Sam
Sam
Is this ready for review ?
Ok makes sense. On Mon, 22 Nov 2021 at 15:56, Emil Kantis ***@***.***> wrote: > Conceptually, sure. I think I'd like to build and run the plugin with the >...
Is it ready for review and test ? On Wed, 24 Nov 2021, 16:38 Emil Kantis, ***@***.***> wrote: > Managed to install it and played around with it for a...
What about keeping it simple. If RHS is Matcher, don't run inspection If RHS is a primitive or String, then the types must match. Otherwise, LHS
I don't think ints and longs compare in kotest. On Wed, 1 Dec 2021 at 18:40, Emil Kantis ***@***.***> wrote: > Thanks for the input, makes sense.. > Fixed the...
I thought it failed when I tried. What about 6L shouldBe 2 ? On Wed, 1 Dec 2021 at 22:48, Emil Kantis ***@***.***> wrote: > @sksamuel this test passes for...
There you go. On Wed, 1 Dec 2021 at 23:18, Emil Kantis ***@***.***> wrote: > > test("dummy 1") { > 6L shouldBe 2 > } > > --> > expected:...
Oh wait, it's always going to fail on different values LOL. Yeah you're probably right, What about 6L shouldBe 6 ? On Wed, 1 Dec 2021 at 23:25, Emil Kantis...
Ok then I guess it's fine to say int/long compare. On Wed, 1 Dec 2021 at 23:32, Emil Kantis ***@***.***> wrote: > test("dummy 1") { > 6L shouldBe 6 >...
Nope, perhaps it's just not setup right, that was a recent addition to the build matrix. On Thu, 2 Dec 2021 at 02:41, Emil Kantis ***@***.***> wrote: > Awesome :)...