diffx icon indicating copy to clipboard operation
diffx copied to clipboard

Pretty diffs for scala case classes

Results 27 diffx issues
Sort by recently updated
recently updated
newest added

Updates [com.softwaremill.magnolia1_3:magnolia](https://github.com/softwaremill/magnolia) from 1.1.2 to 1.1.4. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

``` import io.circe._, io.circe.parser._ val rawJson: String = """ { "foo": "bar", "baz": 123, "list of stuff": [ 4, 5, 6 ] } """ parse(rawJson) shouldMatchTo (parse(rawJson)) ``` Compilation error...

like here: https://github.com/matthieusb/zsh-sdkman

https://github.com/scala-steward-org/scala-steward/blob/master/docs/scalafix-migrations.md

The example below fails with the following error: ``` debug/Debug.scala:18: error: magnolia: could not find Diff.Typeclass for type Option[foobar.Debug.A] in parameter 'id' of product type foobar.Debug.B implicit val diffB: Derived[Diff[B]]...

apart from computing additional/missing elements, we could try to pair up mismatching elements when diffing sets in an intelligent way, so that two (different) elements are paired up in the...

I was able to reproduce an error that I encountered in a real project as a minmal example. The example is here https://github.com/markus1189/diffx-test/blob/master/src/main/scala/example/Hello.scala What's strange is that it works if...

https://alexn.org/blog/2017/11/10/minitest-no-crap-scala-library.html

Look how tapir does it: https://github.com/softwaremill/tapir/blob/master/build.sbt#L61

help wanted