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

Currently contramap only exists for Differs for primitive types. We should add contramap too all Differ types For good reporting purposes, we should to capture both the new type and...

For diffs from larger data structures, users need a more interactive way to explore the diff as text diffs can get too overwhelming. # Requirements * Explore difflicious diff output...

**Overview** The current documentation for Difflicious provides a good foundation, but could benefit from more comprehensive examples, advanced techniques, and visual representations to help users better understand how to use...

Currently, sealed trait differ are really intertwined with magnolia. This needs to change if we want to support Differs for: * "disjoint unions"-like types where we don't have access to...

sbt-microsite is in maintenance mode and has some pain with scala-xml 2.0 eviction errors. (Not a big fan of jekyll either..) Consider migrating the doc site to something else -...

This tries to implement #66 in the following manner: - Introduces difference counts (one for the number of differences, and another for the number of ignored differences) - Abstracts pairing...

Hi, thanks for the nice library! I have a small issue about the default `SetDiffer` instance which invokes the following method https://github.com/jatcwang/difflicious/blob/f4b0c74593eeb09f8cc28cdd53eafc7d771dc36a/modules/core/src/main/scala/difflicious/differ/SeqDiffer.scala#L151-L174 The `func` passed in the default instance is...