tapir icon indicating copy to clipboard operation
tapir copied to clipboard

[WIP] Macro coproduct schema derivation for Picklers

Open kciesielski opened this issue 2 years ago • 0 comments

Solves https://github.com/softwaremill/tapir/issues/3193 Schemas will no longer be derived using Schema.derived[T] which causes repeated derivation for coproduct children. Macros are copied from https://github.com/softwaremill/tapir/pull/2118, with a few slight modifications.

Move out of WIP state after merching changes from https://github.com/softwaremill/tapir/pull/3222/files

kciesielski avatar Oct 03 '23 11:10 kciesielski