difflicious icon indicating copy to clipboard operation
difflicious copied to clipboard

Scala library for readable diffs of values

Results 17 difflicious issues
Sort by recently updated
recently updated
newest added

Scalatest seems to color every line red which results in many white part of the diff output to be printed red instead. More investigation into how scalatest is coloring its...

Example: a `List[SomeCaseClass]` with a lot of elements. If there are only a few elements that are different then we should cut out parts where there are no difference. Similarly...

We should provide a string diff output that pinpoints what exactly is different. (Similar to other test frameworks already provide)

Sometimes we have a record-like class which we'll want to compare a subset of fields. e.g. `class MyError(field1: String, field2: List[String], cause: Throwable) extends Exception` we may only want to...

To my surprise I've just noticed that difflicious is not published for scalajs. I can work on that if you don't have any objections against adding scalajs to the project.

The purpose of this issue is to gather feedback from migrating projects to difflicious. https://github.com/ghostbuster91/pgn-parser/pull/2 - `.assertNoDiff` has to be called on the differ instance. For more complex types it...

Hi, I tried reaching you out on twitter but the tweet must've got lost among others. I always thought that the way you designed difflicious internals is superior to what...

## About this PR 📦 Updates * [org.scala-sbt:sbt](https://github.com/sbt/sbt) * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt) from `1.11.5` to `1.11.7` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.11.7) - [Version Diff](https://github.com/sbt/sbt/compare/v1.11.5...v1.11.7) ## Usage ✅ **Please merge!** I'll automatically update this...

i.e. similar behaviour to https://github.com/plokhotnyuk/jsoniter-scala?tab=readme-ov-file#how-to-use feedback based on: https://github.com/jatcwang/difflicious/issues/29#issuecomment-3027548056