-
Notifications
You must be signed in to change notification settings - Fork 115
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
Preparation for the next release #599
Comments
@jwiegley
We can make a minor |
I'd like to point out that 9c6003a was technically a breaking change due to the removal of a few It seems fairly unlikely that any users will be affected by this, but I think it's better to err on the side of caution and go with |
Yes, you are right, I would look closer into it. Technically speaking any exception handling at all - is an "change of behavior of exported function", AKA if code was throwing error, or handled situation differently, and now it is more properly handled, I observe most teams still treat that as a minor change and ignore exception handling updates. But here also indeed type class instances were removed. |
I think there should be a way for automatically check the most of the breaking changes, CI should be able to do that. As also submitter often knows, so should mark it as breaking change, in that way the versioning would be mostly automatic. |
As with GHC 8.10 so far the situation is waiting for resolution. Now CI normally passes the I would slowly form a release. Mainly in code there are only |
Sounds great, @Anton-Latukha! :) Do you think you could make a release branch and an accompanying PR, so @sorki and I could have a look? Eventually, it would be great to have a changelog too, but of course, that's also a bit of work… |
|
What is hard in Changelog? With the right lazy verbosity of it. In reality, people care and should be informed only about breaking changes in Changelog. And Haskellers would pick a Changelog that talks only about breaking changes against the too verbose everything and their uncle changelog, peti also talked about it week ago and gave Pandoc as an example of too-too verbose Changelog. Of course, I would do it through PRs, so we can review it. |
Note that we removed some exposed instances from
I think it's also nice to get some info on other user-facing changes, like additions. Some changelogs take it a bit far and also contain less interesting stuff, like who made which documentation improvements, though. No need to imitate that IMHO. |
Yes, I just re-re-reviewed the diff. Slipped pass those, and then seen that in Yes, |
We together made a Thank you, especially @sjakobi @sorki. GHC 8.10: https://matrix.hackage.haskell.org/#/package/hnix 🥇 Now project has quite good build matrix. And docs. A proper Haskell citizen now 😃 |
Next thread: #628 |
Currently, the main questions that I see that project has for the next release milestone are:
That would stabilize our builds everywhere and stabilize relationships with dependencies and dependants, and so return the moral honor to and reestablish the project as a good citizen in the community.
Currently, the constraints hugely slow down progress.
As I already put simply, for example, cosmetics, and dependency/import clean-ups, documentation. Documentation should not obey the pull request review process, it should obey the easy editing process, or the documentation and the code with it would just never merge into the repo.
It is always way easier to get the code without the documentation through the review, as many people do by default, and as many maintainers accept by default, then the documented code.
The text was updated successfully, but these errors were encountered: