Phillip Mates
Phillip Mates
I'm fine with merging as is and doing a follow-up to improve the results to better match deepdiff. any thoughts on the performance considerations? https://github.com/nubank/matcher-combinators/pull/187#discussion_r1034627442
I tried https://github.com/Olical/conjure/commit/f6e4eecc35588e5b9f11eebeb042b74e53ec3f7c and it helped with displaying large output to log buffer, making it no longer crash neovim. Thanks for this work!
I just took a dive into how `against-background` and the other background-changers work. They are pretty complicated and their syntax is a bit loose, in the sense that you have...
Hey @ayrtonsin, thanks for reporting this. It looks like a duplicate of https://github.com/marick/Midje/issues/267, which we closed on accident (it hasn't been resolved yet). I described the underlying issue [here](https://github.com/marick/Midje/pull/388#issuecomment-309796789): >...
Hey @WhittlesJr I'm not super familiar with aot, so I don't know how hard fixing this would be. I suspect it isn't something trivial given the very dynamic nature of...
Hello, Can you post the fact that lead to this output? Also the version of midje you are using / try using the latest (stable) version if you aren't already....
This info is currently available in this part of the output ``` FAIL at (form-init753595780362288994.clj:1) These calls were not made the right number of times: (d {:time (+ 1 (System/currentTimeMillis))})...
[metaconstants](https://github.com/marick/Midje/wiki/Metaconstants) might do something similar. like ```clojure (defn bar [x]) (defn foo [x] (bar x)) (fact (foo 2) => ..some-arg.. (provided (bar ..some-arg..) => ..some-arg..)) ``` Are you somehow trying...
Hi @vemv, I ran the code you provided and didn't encounter any issues and I couldn't quite understand what is coming up from your description. Could you provide another example...
well, a green build doesn't always mean a correct implementation :) but I'm still not following. A code snippet that shows the odd characters/whitespace you are referring to would be...