zio / zio-protoquill

Quill for Scala 3
Apache License 2.0
198 stars 48 forks source link

Arbitrary arity tuple #435

Closed Primetalk closed 1 month ago

Primetalk commented 3 months ago

Fixes #411

Problem

To support Scala 3-style tuples, a few changes are needed:

Solution

So far Quat and decoding are implemented.

There are two variants of decoding:

The latter might be more performant.

Checklist

@getquill/maintainers

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.

deusaquilus commented 1 month ago

This is really amazing work! Thank you!