-
Notifications
You must be signed in to change notification settings - Fork 68
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
chispa 1.0 release #93
Comments
Let's brainstorm some of the "big issues" with chispa:
Here are some project goals:
For chispa 1.0, it might be better to build new interfaces rather than modify the existing interfaces. But I'd rather not make chispa 1.0 backward incompatible. Let's align on vision & interfaces. |
Why not to have a new API, but do not delete an old one, only raise DeprecationWarnings? Or even just create a chispa.v2 API. |
Yep, I already started building that new interface with |
@MrPowers For a proposed new way of formatting configuration, see #127 which would change that for users to e.g.
|
I think the best way to move forward is to simply create separate issues for the following topics:
So we can discuss them separately. We add them to the milestone for a 1.0 release. We release features and changes one-by-one by incrementing the minor version, and when all desired changes and features for the 1.0 release are finished, we release it. |
It would be nice to develop chispa so we can make a 1.0 release.
We might even want to expose a different interface. Something like this:
The user could inject the
my_chispa
object in their tests as follows:It's worth contemplating at least.
The text was updated successfully, but these errors were encountered: