-
-
Notifications
You must be signed in to change notification settings - Fork 637
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
Is 1.0.0 still a thing? #2749
Comments
@danieldietrich would you be able to provide some indication regarding this? You may have moved off to other things / not have enough time / resources / motivation / ... Knowing that would at least make it easier for people to decide whether to rely on it or not. I personally love the library, so it would be good to know if it's still a viable option. |
@danieldietrich Thanks for a quick update! Personal reasons obviously take precedence, but it's great to hear that vavr 1.0 is still on the radar. It makes my life much easier and I wanted to upgrade sooner than later, but the alpha designation makes using it a bit harder to rationalize (although I understand it just means the API can break, not that it's unstable or anything). |
The alpha version was meant as a playground for API changes. The real 1.0 version will be more in line with the current version. However, there will be breaking changes where it makes sense. The current version grew over years. Semantically, there are some duplicates. Also the Iterable/Traversable type hierarchy will be cleaned up and the 'control' types will be semantically decoupled from the collections. In turn, the convertibility between controls and collections might be improved. |
Will deprecated stuff be removed as well? Including the |
The chance is high. |
|
So, is 1.0.0 still a thing? Or any updates? The lack of releases since July 2021 implies this library is dead. An official statement would provide clarity. |
I think that we just need to chill and let @danieldietrich live his life and hope he doesn't get hit by a bus in the meantime. He'll come back eventually. Even if he was spending his time on this actively still and making releases, enough FP adjacent java features are being added (like deconstructors and patterns) that it might make sense to wait before doing any significant future work anyways. Plus the whole |
It's definitely on :) |
Is there still a plan to release a 1.0.0 for vavr, or has this effort been abandoned?
The text was updated successfully, but these errors were encountered: