-
Notifications
You must be signed in to change notification settings - Fork 8
docs: Document our approach to breaking changes #35
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
base: main
Are you sure you want to change the base?
Conversation
@@ -42,6 +42,7 @@ documentation and then open it in your web browser using the commands below: | |||
.. code-block:: bash | |||
|
|||
# Run build | |||
pixi run -e docs postinstall |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just noticed this locally: need to postinstall first because the docs
feature is not part of the default environment.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #35 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 38 38
Lines 1845 1845
=========================================
Hits 1845 1845 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -0,0 +1,10 @@ | |||
Breaking changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to talk about major releases here as well. We should either (1) commit to never actually making breaking changes without releasing a new major version or, at least, (2) promise a warning for X minor releases/Y months before we make the breaking change. I'd personally propose to go for (1).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(1) sounds great. For nullability, we will do (2) though, right? So I'm not sure I can put (1) in the text xD
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be fine to do a major release in a couple months 🤔 but happy to talk about this, we definitely shouldn't document something that we're going to deviate from though 😄
Co-authored-by: Oliver Borchert <oliver.borchert@quantco.com>
Motivation
We want to agree on how to deal with breaking changes.
Changes
FutureWarnings
to communicate about incoming breaking changes.