-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
v1.0.0 #335
Comments
These are the changes I'd like to see before v1.0.0:
Useful functions such as |
Good point regarding I hope we're not in danger of falling into to the analysis paralysis that seems to have gripped Ramda. |
I'm not convinced that moving these projects to the @fantasyland account is the right move, for reasons I will explain (at some point) in fantasyland/fantasy-maybes#8. I think we should go ahead and release sanctuary-maybe and sanctuary-either, then decide whether to move the projects. This way we're in control of our own destiny.
I don't think so. Ramda's governance is too democratic, in my view. I've encouraged Scott to adopt the role of benevolent dictator, but he's unwilling to do so. It's difficult for Ramda to move forward when prominent contributors have conflicting visions of Ramda's future, and significant changes are usually only made unanimously. |
Ok. That's good to know, I've been holding off on doing any work on splitting out |
Are the Maybe utility functions going to move to the new repo or is it literally just the data type? |
Just the data type. By keeping the project lean we'll be more likely to encourage others to use it rather than write competing implementations. |
Sanctuary now includes everything I hoped to include in v1.0.0. There will not be a v0.16.0. ;) |
Now that 0.12 has been released, is it time to formulate a strategy for how we proceed from here? I think it would be great to get a stable version out as soon as is practicable. One place I think we're deficient in is changing the properties in
StrMap
s, i.e., functions such asassoc
,evolve
etc. I'm presuming the preferred solution here is lenses and we have an issue for it already but what else needs to be added (or removed) before we're happy to cut 1.0.0?The text was updated successfully, but these errors were encountered: