chimney icon indicating copy to clipboard operation
chimney copied to clipboard

Scala library for boilerplate-free, type-safe data transformations

Results 63 chimney issues
Sort by recently updated
recently updated
newest added

Due to a lot of issues caused by default values enabled by default (vide https://github.com/scalalandio/chimney/issues/176#issuecomment-719835155, https://github.com/scalalandio/chimney/issues/192, https://github.com/scalalandio/chimney/issues/200), this PR changes the default setting to `.disableDefaultValues`. From now `.enableDefaultValues` should be...

Chimney version: 0.6.1 (Latest) This issue is best demonstrated with the following example: ```scala import io.scalaland.chimney.dsl._ import io.scalaland.chimney.Transformer case class Foo(a: Int, b: Int) case class Bar(c: Int = 0)...

Built initial JMH harness to measure performance of various chimney components.

Updated sbt, scalafmt and dependencies for Scala 3 compatible versions. I hope that will be helpful. Big scalafmt update comes with some formatting changes. I tried to minimize it.

I believe this will fix #199 as well as other issues, but somehow it triggers a scalac error that I can't figure out. This fix is adding an implicit lookup...

A short-circuiting version of `TransformerFSupport[Either[E, +*]]` can be very useful and convenient if your code doesn't particularly care what exactly happened and just needs to know if the conversion failed...

Sometimes there is necessary to define TransformerF and Transformer rules that have intersected signatures. Current mechanism of TransformerF try to find both Transformer and TransformerF instances and it's not able...

Hi, I though that I could use that feature in my current project. For now I only took the changes from #162 made by @enhan and migrated it to the...

Use sbt-jmh to build benchmarking harness to track performance regressions and allow for easier experimentation and exploration.

Chimney depends on sphinx version = 3.1.2, current sphinx is 5.0.2 and fails with chimney docs.