You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the counterexample added by eqv just prints both values one after the other. A proper diff can make it a lot clearer what is happening.
I have a working version that uses kotlin-pretty for nice output, a parser for generic toString output (works best with data classes) and a decent diffing algorithm. The result is quite nice and I plan on releasing it together with the internals rewrite soon.
This can be taken a lot further with showing errors and values at correct positions in code etc.
The text was updated successfully, but these errors were encountered:
Currently the counterexample added by
eqv
just prints both values one after the other. A proper diff can make it a lot clearer what is happening.I have a working version that uses
kotlin-pretty
for nice output, a parser for generictoString
output (works best with data classes) and a decent diffing algorithm. The result is quite nice and I plan on releasing it together with the internals rewrite soon.This can be taken a lot further with showing errors and values at correct positions in code etc.
The text was updated successfully, but these errors were encountered: