Closed ivan-klass closed 2 months ago
@kevin-lee could you please list the missing things? May be I can follow up
@ivan-klass Sure,
auto
.KeyEncoder
and KeyDecoder
to CustomTypeSpec.scala
, networkSpec.scala
, numericSpec.scala
, and stringsSpec.scala
.If you feel that adding tests to all those types is too much and time-consuming, and if you want to have the new auto
with KeyEncoder
and KeyDecoder
released sooner, just let me know. You can keep the code without tests, and I can sort out the tests for a faster release.
Also, please don't forget to rebase the current origin/main
.
@ivan-klass Sorry, I had to release a new version to use the KeyEncoder
and KeyDecoder
, including the auto
one. If you're interested, here's how I did it.
https://github.com/kevin-lee/refined4s/pull/371/files
Also all the other KeyEncoder
s and KeyDecoder
s.
@kevin-lee thank you very much!
Thank you, @ivan-klass, for the PR. Unfortunately, it requires more changes than what you've made. I'll get back to you on this PR after I address the other parts.