I hate to ask, but does anyone know if <https://gi...
# arrow
s
I hate to ask, but does anyone know if https://github.com/arrow-kt/arrow/issues/3134 is being looked at? We are unable to upgrade to 1.2.x because of it. I could take a stab at it, but I have very little KSP or code-gen experience from before and wouldn't know where to start.
a
sorry for taking too long; I've looked at it but didn't have time to fix it, my hope is to do it during Christmas holidays...
s
No need to apologize, and thanks for the heads up! There's no need to rush anything, spend your holidays with friends and family. 🙂
a
it was easier than expected -> https://github.com/arrow-kt/arrow/pull/3326
thank you color 2
at the end the problem was not only the keyword, but that one of the properties in the annotated class shares name with part of the package
s
Wow, thanks a bunch for fixing this so quickly! 🤩 Is there a way to grab development snapshots from Maven Central? Couldn't find recent snapshots of 1.2.1 in either • https://central.sonatype.com/artifact/io.arrow-kt/arrow-optics-ksp-plugin/versions or • https://oss.sonatype.org/#nexus-search;quick~arrow-optics-ksp-plugin.
a
argh! it seems that the publication of alphas is failing. @simon.vergauwen do you happen to know anything about that?
s
Yes, I do. We decided in 1.2.0 to disable the alpha during the RC phase, but this never got turned back on because there were not a lot of changes in 1.2.1. We should enable this again. https://github.com/arrow-kt/arrow/pull/3024/files#diff-ce819939f66d129c720a643b85eb0b743c9e3cbd01a76e7aa4fa8cb5cec986a2
s
If you decide to turn it on again, I would love to test out the newest builds in our project. 🙌