bizzabo / diff

Visually compare Scala data structures with out of the box support for arbitrary case classes.
Other
177 stars 17 forks source link

Workaround for SI-2034 scala compiler bug #19

Closed LMnet closed 7 years ago

LMnet commented 8 years ago

There is unresolved scala compiler bug related to getClass.getSimpleName. It makes this library unusable for nested objects hierarchies. I have added hacky workaround for this bug.

vsuharnikov commented 7 years ago

Any progress here?

cvogt commented 7 years ago

@vsuharnikov forgot about this. Will release a new version to maven asap.