David Strawn
David Strawn
This commit still needs some changes, hence the draft state. Things need to be deprecated, tests need to be added. There are also some `TODO` values added that need to...
I'm going to merge in #2005 to get this building.
Closed in favor of #2015
I think we want an API to be compatible with operating on tuples, that is now most people use `forProductN` in my experience. A way forward that I see here...
I've an alternative idea too. Let me POC it real quick.
:wave: Yeah, after bootstring it seems pretty simple to get to IDNA2003/UTS46/IDNA2008. The bootstring implementation on that branch works, but needs a cleanup pass and some benchmarks. I was waiting...
My general approach has been to have both pure functions on the underlying type, as you have above @armanbilge, and also to have newtypes, e.g. ```scala sealed abstract class IDNA2008...
The `Decoder`, `DecodingFailure`, and related code would still need to be updated, but I'm leaving those for other PRs.
@zarthross any thoughts here?
@hamnis I'm sorry, I missed your ping. I'll take a second look today.