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

Something like: ```scala implicit val diffUnit: Diff[Unit] = (_, _, _) => IdenticalValue("unit") ```

Given the following simple example: ```scala package diffxsandbox import com.softwaremill.diffx.generic.auto._ import com.softwaremill.diffx.Diff case class Address(house: Int, street: String) case class Person(name: String, address: Address) { def diff(other: Person) = {...

Hi, I have a question regarding the behaviour of the diff for case classes. Here is a short example: ```scala import com.softwaremill.diffx._ case class FooBar( foo: String, bar: String )...

(Phrasing this as a question, because I don't know if this is already possible, or whether this is an enhancement suggestion.) Given this trivial code: ``` sealed trait T case...

Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.4 to 1.3.7. Release notes Sourced from coursier/setup-action's releases. v1.3.7 What's Changed Update default coursier version to 2.1.14 by @​alexarchambault in coursier/setup-action#686 Updates / maintenance build(deps-dev): bump...

dependencies

Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.4 to 1.3.9. Release notes Sourced from coursier/setup-action's releases. v1.3.9 What's Changed Slightly rework os / arch / default version handling by @​alexarchambault in coursier/setup-action#718 Updates /...

dependencies