-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing documentation for Validated #2796
Comments
Hey @jakubgwozdz, This was sadly due to the fact that the tool we use to validate code completely broke over the However for Arrow 2.0 we're investigating merging |
Thanks for the swift reply @nomisRev I assumed that 2.0 and this possible switch from Validated to Either is a song of distant future :) - I read somewhere else that you aim for Kotlin 1.9 or so... And frankly my team is not using Arrow yet, but the Validated functionality looks so promising we probably will soon at least for this. Anyway, please consider fixing docs if you feel there's a point to it. |
I think that was a miss-understanding. Arrow 2.0 is aimed to release asap, but we're in the process of researching new implementations / APIs. Two have already been proposed, #2786 & #2782.
We would love any contributions putting back the documentation! So anyone willing to put the time and effort into fixing the doc, and putting it back would be greatly appreciated. 🙏 Thanks for your interest in Arrow, cool to hear your team is considering adopting it. There is an active #arrow channel on KotlinLang Slack if anyone of your team is interested in joining there :) |
still waiting for the fix or 2.0... ;((( |
Sorry, for the delay on this. All the new information should be on the new Arrow website, please check if this suffices for you. If you're missing anything please file a new issue not he https://github.com/arrow-kt/arrow-website repository. Thank you for your patience, and support for Arrow 🙏 |
Hi.
Something wrong happened to the docs.
They were beautiful in 1.0.1: https://github.com/arrow-kt/arrow/blob/1.0.1/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/Validated.kt
And they are missing in 1.1.2: https://github.com/arrow-kt/arrow/blob/1.1.2/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/Validated.kt
That makes using it a bit harder...
The text was updated successfully, but these errors were encountered: